@import ''https://fonts.googleapis.com/css?family=Anton':300,400,700,800';



body 
    { 
    background-image: url(../imagenes/DSC_9144.jpg);
    background-size: cover 
    }
{
    image-orientation: center;
    image-orientation: 

    
}

header nav ul li a {
    text-decoration: none;
    background-color:#58595c ;
    color: white;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 8px;
    margin: 0px;
    margin-top: 4px;
    
}

header nav ul li a:hover {
    background-color: #2da1db ;
    color: white;
}

h1 { 
    font-size: 8rem ;
    font-family: 'Anton', sans-serif;
    font-weight: 800;
    text-align: center;
    color: white;
     }

h2 {
    font-size: 2rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-align: center;
    color: white;
    }

h3 {
    font-size: 18px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-align: center;
    color: white;
   }

section {
    font-size: 18px;
    color: white;
    font-family: 'Anton', sans-serif;
    font-weight:300;
    text-align: center;
     }  
footer {
     font-family: 'Anton', sans-serif;
     font-size: 10px;
     font-weight: 400;
     text-align: center;
     background-color: black;
     color: white;
    
         
}

