@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Dancing+Script:wght@600&family=Nothing+You+Could+Do&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
#container{

}
header{
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    min-width: 100%;
    height: 80px;
    padding: 5px;
    -webkit-box-shadow: 0px 9px 16px 1px rgba(0,0,0,0.4); 
    box-shadow: 0px 9px 16px 1px rgba(0,0,0,0.4);
    z-index: 3;
    border-bottom: 1px solid white;
    transition: all .3s ease-in-out;
}
nav{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 60px 0px 90px;
}
.logo a{
    font-size: 53px;
    text-decoration: none;
    color: black;
    font-family: 'Architects Daughter', cursive;
    font-family: 'Nothing You Could Do', cursive;
    font-family: 'Dancing Script', cursive;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.4);
}


.hamburger{
    cursor: pointer;
    font-size: 35px;
    background-color: transparent;
    color: black;
    display: none;
}
.hamburger:focus{
    outline: none;
}

.nav-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    list-style-type: none;
    z-index: 4;
    text-align: center;
}
.nav-ul li a{
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.884);
    padding: 8px;
    margin: 0 10px 0 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}
nav ul li a:hover{
    color: rgb(11, 238, 11);
}


.main{
    width: 100%;
    min-height: 90vh;
    padding: 100px 0px 100px 0px;
    display: flex;
    flex-direction: column;
    font-family: 'M PLUS 1', sans-serif;
    font-size: 18px;
}
.title{
    width: 100%;
    height: 140px;
    background: rgb(233,246,244);
    background: linear-gradient(56deg, rgba(233,246,244,1) 15%, rgba(250,255,250,1) 81%);
    display: flex;
    align-items: center;
    padding-left: 50px;
    border-top: 1px solid rgb(63, 59, 59);
    border-bottom: 1px solid rgb(63, 59, 59);
}
.content{
    width: 100%;
    padding: 60px;
}
.map{
    margin-top: 80px;
    width: 100%;
    height: 70vh;
}
.map iframe{
    width: 100%;
    height: 100%;
}


footer{
    width: 100%;
    height: 80px;
    background-color: rgb(179, 199, 53);
}






@media screen and (max-width: 1100px){
    nav{
        padding: 0px 30px 0px 30px;
    }
}
@media screen and (max-width: 1000px){
    nav{
        padding: 0px 10px 0px 20px;
    }
    .logo a{
        font-size: 53px;
    }
    .nav-ul li a{
        padding: 6px;
        margin: 0 5px 0 5px;
    }
}
@media screen and (max-width: 900px){
    nav{
        padding: 0px 60px 0px 70px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 150px 100px 100px 100px;
    }
    .nav-ul li a{
        color: white;
    }
    .hamburger{
        display: block;
        z-index: 10;
    }
    .nav-ul.show{
        display: flex;
    }
}
@media screen and (max-width: 750px){
    nav{
        padding: 0px 30px 0px 40px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 150px 100px 100px 100px;
    }
    .nav-ul li a{
        color: white;
    }
    .hamburger{
        display: block;
        z-index: 10;
    }
    .nav-ul.show{
        display: flex;
    }
}
@media screen and (max-width: 600px){
    header{
        height: 60px;
        padding: 0px;
    }
    nav{
        padding: 0px 25px 0px 20px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 40% 0px 15% 0px;
    }
    .logo a{
        font-size: 50px;
    }
    .hamburger{
        font-size: 32px;
    }
    .nav-ul li a{
        font-size: 18px;
    }
    .content{
        padding: 50px;
    }
    .title{
        height: 100px;
        background: rgb(233,246,244);
        padding-left: 50px;
    }
}
@media screen and (max-width: 470px){
    nav{
        padding: 0px 25px 0px 20px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 30vh 0px 15% 0px;
    }
    .logo a{
        font-size: 45px;
    }
    .hamburger{
        font-size: 32px;
    }
    .nav-ul li a{
        font-size: 18px;
    }
    .title{
        height: 100px;
        background: rgb(233,246,244);
        padding-left: 30px;
    }
    .content{
        padding: 30px;
    }
}
@media screen and (max-width: 400px){
    header{
        height: 55px;
        padding: 0px;
    }
    nav{
        padding: 0px 20px 0px 15px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 30vh 0px 15% 0px;
        text-align: center;
    }
    .logo a{
        font-size: 42px;
    }
    .hamburger{
        font-size: 30px;
    }
    .nav-ul li a{
        font-size: 17px;
    }
    .main{
        width: 100%;
        min-height: 90vh;
        padding: 60px 0px 50px 0px;
        display: flex;
        flex-direction: column;
        font-family: 'M PLUS 1', sans-serif;
        font-size: 18px;
    }
    .title{
        height: 80px;
        background: rgb(233,246,244);
        padding-left: 0px;
        justify-content: center;
    }
    .content{
        padding: 20px;
    }
}
@media screen and (max-width: 320px){
    nav{
        padding: 0px 10px 0px 5px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 40% 0px 15% 0px;
        text-align: center;
    }
    .logo a{
        font-size: 36px;
    }
    .hamburger{
        font-size: 30px;
    }
    .nav-ul li a{
        font-size: 16px;
    }
}



@media screen and (min-width: 1600px){
    header{
        min-width: 100%;
        height: 85px;
        padding: 5px;
    }
    nav{
        padding: 0px 60px 0px 90px;
    }
    .logo a{
        font-size: 60px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 24px;
    }
    .main{
        font-size: 21px;
    }
}
@media screen and (min-width: 1900px){
    header{
        min-width: 100%;
        height: 110px;
        padding: 0px;
    }
    nav{
        padding: 0px 70px 0px 90px;
    }
    .logo a{
        font-size: 70px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 28px;
    }
    .main{
        min-height: 90vh;
        padding: 100px 0px 100px 0px;
        font-size: 25px;
    }
    .title{
        height: 140px;
        background: rgb(233,246,244);
        display: flex;
        align-items: center;
        padding-left: 70px;
    }
    .content{
        width: 100%;
        padding: 70px;
    }
}
@media screen and (min-width: 2100px){
    header{
        min-width: 100%;
        height: 120px;
        padding: 0px;
    }
    nav{
        padding: 0px 80px 0px 100px;
    }
    .logo a{
        font-size: 85px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 32px;
    }
    .main{
        min-height: 90vh;
        padding: 100px 0px 100px 0px;
        font-size: 32px;
    }
    .title{
        height: 140px;
        background: rgb(233,246,244);
        display: flex;
        align-items: center;
        padding-left: 80px;
    }
    .content{
        width: 100%;
        padding: 80px;
    }
}
@media screen and (min-width: 2500px){
    header{
        min-width: 100%;
        height: 130px;
        padding: 0px;
    }
    nav{
        padding: 0px 60px 0px 90px;
    }
    .logo a{
        font-size: 95px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 35px;
    }
    .main{
        min-height: 90vh;
        padding: 100px 0px 100px 0px;
        font-size: 34px;
    }
    .title{
        height: 140px;
        background: rgb(233,246,244);
        display: flex;
        align-items: center;
        padding-left: 90px;
    }
    .content{
        width: 100%;
        padding: 90px;
    }
}