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

*{
    box-sizing: border-box;
    list-style: none;
    margin: 5;    
    padding: 15;
    text-decoration: none;
    font-family: "Abril Fat Face";
    background-color: #b2fff0;
}

body header nav ul {
    list-style: none;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 1em;
    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: #f8f4de;
    border-bottom: 0px;
    }


.inicio{
    width: 50%;
    border-radius: 0%;
    height: 80px;
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right:20px;
    background-color:#1c8470;
    color: white;
    flex-grow: 1;
    }



.porfolio{
    width: 50%;
    border-radius: 0%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1c8470;
    color: white;
    }


.app{
    width: 50%;
    border-radius:0%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color:#1c8470;
    color: white;
    }

.contacto{
    width: 50%;
    border-radius: 0%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1c8470;
    color: white;
    }


body header img { 
    border-radius: 10%;
    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: 10;
    margin: 2.5em;
    margin-top: -1em;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    font-size: 2.5em;
    color: #4381a2;  
}

main section h2 { 
    font-size: 1em;
    margin: 1.5em;
    margin-bottom: -0.6em;
    margin-top: 3em;
    color: #4381a2;
    justify-content: center;
        }

main section p{
    font-size: 1em;
    margin: 1.5em;
    margin-bottom: -0.6em;
    margin-top: 1em;
    color: #1c8470;
    justify-content: center;
    
}

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