@charset"utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

*{
    box-sizing: border-box;
    list-style: none;
    margin: 5;    
    padding: 10;
    text-decoration: none;
    font-family: "Montserrat";
    background-color: #f4f4f4;
}

body header nav ul {
    list-style: none;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;    
    font-size: 0.8em;
    color: rgb(101, 80, 255);
    border-bottom: 10px;
    }


.inicio{
    width: 50%;
    border-radius: 10%;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right:10px;
    background-color: rgb(101, 80, 255);
    color: white;
    flex-grow: 1;
    }



.porfolio{
    width: 50%;
    border-radius: 10%;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(101, 80, 255);
    color: white;
    }


.app{
    width: 50%;
    border-radius: 10%;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color:rgb(101, 80, 255);
    color: white;
    }

.contacto{
    width: 50%;
    border-radius: 10%;
    height: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(101, 80, 255);
    color: white;
    }


body header img { 
    border-radius: 50%;
    overflow: hidden;
    max-width: 50%;
    display: block;
    margin: 3em;
    margin-left: 6em;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;}

.nombre {
    display: flex;
    padding: 0;
    margin: 3em;
    margin-top: -1.5em;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    font-size: 1.5em;
    color: #ffd49a;  
}

main section h2 { 
    font-size: 0.8em;
    margin: 1.5em;
    margin-bottom: -0.6em;
    margin-top: 3em;
    color: rgb(76, 52, 255);
        }

main section p{
    font-size: 0.8em;
    margin: 1.5em;
    margin-bottom: -0.6em;
    margin-top: 1em;
    color: rgb(101, 80, 255);
    
}

footer {
    font-size: 0.5em;
    margin-bottom: 1em;
    margin-top: 15em;
    margin: 3em;
    color: #f5b866;
    text-align: justify;
}

