@import 'https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700|Lobster';

nav {
    display: flex; 
    background-color: rgba(93, 208, 219, 0.64); 
    border-bottom: 2px solid  rgb(93, 208, 219);
    }

nav ul li{    
    display: inline-block;
    
}

nav ul li a{
    text-decoration: none;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: white;
    margin: 10px;
}

body{
	background: url("../img/fondo.jpg");
    background-size: auto;
    background-position: center 0;
    background-attachment:scroll;
    background-repeat: no-repeat;
	}

h1 a{
    text-decoration: none;
    color: whitesmoke;
}

h2 {
    font-family: 'Lobster', cursive;
    font-weight: 700;
    font-size: 150px;
    color: whitesmoke;
    text-align: center;
    margin: 30px 20px 30px 20px  
}

section {
    margin-top: 100px;
    text-align: center;
}

h3 {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #6ac0dd;
}

nivel {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #71cdeb;
}

p {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #6a6a6a;
}

p a {
    text-decoration: none;
    color: #6a6a6a
}

footer {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #6a6a6a;
    text-align: center;
    margin: 30px 20px 30px 20px 
      }
footer a{
    text-decoration: none;
    color: #6a6a6a;
}
    