@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=BenchNine');
@font-face {
    font-family: 'pt_sansregular';
    src: url('../font/pt_sans-web-regular-webfont.eot');
    src: url('../font/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../font/pt_sans-web-regular-webfont.woff') format('woff'),
         url('../font/pt_sans-web-regular-webfont.ttf') format('truetype'),
         url('../font/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background-image: url(fondo.png);
    font-family: 'pt_sansregular';
}

nav{
    background-color:  #1a9468;
    
}
 header nav ul { 
     list-style: none;
     margin: none;
     padding: 10px;
     display: flex;
     flex-direction: row;
     align-content: space-around;
     justify-content: space-around;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    background-color: none;
    display: block;
    text-align: center;
    font-family: 'Asap Condensed', sans-serif;
}

main section {
    margin: 0 0 0.7em 0;
}   

main section h2 {
    color: black;
    font-family: 'Anton', sans-serif;
    font-size: 1.5em;
   
    text-align: center;
  
}
main section p {
    color: black;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

main section a {
    color: black;
    font-size: 0.89em;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    
}
main section div{
    text-align: center;
}
header div{
    width: 100%;
}

header img {
    display: block;
    height: 19.5em;
    margin-bottom: auto;
    margin: auto;
    display: block;
}

header h2 {
    font-size: 2em;
    color: black  ;
    font-family: 'Anton', sans-serif;

        }
aside{
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
footer{
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
article p{
    font-family: 'Anton', sans-serif;
    text-align: center;
}
article h4{
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
div{
    width: 100%;
}
header h2{
    text-align: center;
}


