 .abel-regular {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 
 .nova-square-regular {
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 
 nav   a {
    display: inline-block;
    text-decoration: none;
    background-color: #60adb1;
    color: #e4e270;
    padding: 10px;
    margin: 10px;


}

ul li{
    display: inline-block;
    list-style: none;
}



header{
    text-align: center;
    padding: 1rem;
    background-color: #e4f1f1;
}
h1, h2, h3,h4, h5, h6{
    font-family: "Nova Square";
}

h1{
    font-size: 5.2rem;
    text-shadow:10px 10px black;
    margin-bottom: 0;
}
h2{
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: .75rem;
}
p section{
    font-size: 1.1rem;
    line-height: 1.8;
    color:#555;
}


a:visited{
    color: black;
}

a:hover{
    color: white;
}

a:focus{
    font-weight: bold;
}

a:active{
    font-size: 2rem;
}

.hero{
    background-image: url("images/hero.jpg");
    background-position: center 65%;
    
    background-size: cover;
     color: white; 
    padding: 10%;
    text-align: center;
   

}
.hero p{
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 0;

}

body{
    
    font-family: "Abel";
    margin: 0;

    
    
    
}


section{
    width: 50%;
    max-width: 35rem;
    margin: 0 auto;
}

footer{
    background-color: #e4e270;
    text-align: center;
    padding: 1rem;


}

footer a{
    text-decoration: none;
    margin: 10px;

}