@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500&family=Nunito+Sans:wght@700;900&display=swap');


*{
    margin: 0;
    padding; 0;
}

body{
    font-family: 'Gothic A1';
    text-align: center;
    font-size: 60px;
}

.wrapper{
    width: 90%;
    margin: 0 auto;
}
header{
    width: 100%;
    height: 90px;
    background: #73dee6;
    position: fixed;
}
.airedale{
    width: 30%;
    float: left;
    text-align: left;
    line-height: 100px;
}
.airedale a{
    text-decoration: none;
    font-size: 30px;
    font-family: 'Nunito Sans';
    letter-spacing: 1px;
    color: white;
}
nav{
    float: center;
    line-height: 100px;
}
nav a{
    text-decoration: none;
    font-family: sans-serif;
    font-size: 24px;
    color: white;
    padding: 25px 10px;
    margin: 1 1px;
    font-weight: 700;
   
}
nav a:hover{
    background: #73dee6;
    color:white;
    font-weight: 500; 
    transition: 0.5s;
    font-family: 'Nunito Sans';
    
}
.banner{
    background-image: url(images/forest2.jpg);
    background-size: cover;
    background-position: center center; 
    top: 100px;
    height: 100vh;
    width: 100%;
    position: fixed;
}
.banner:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #57c7cf;
    opacity: .35;
    z-index: -1;
}
.banner h2{
    padding-top: 8%;
    font-size: 60px;
    color: darkgrey;
    
}
