body{
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: rgb(73, 42, 27);
}

main{
    background-color: rgb(54, 87, 60);
}

header{
    position: sticky;
    top: 5px;
    width: 100%;
    height: 85px;
    padding: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.header-small{
    display:none
}
.header-text{
    display: flex;
}

header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
/* From https://css.glass */
    background: rgba(73, 42, 27, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(73, 42, 27, 1);    
    width: 60dvw;
    height: 70px;
    min-width: 55dvw;
    border-radius: 50px;
}


p{
    font-family: "Inter";
}
header a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 2.2dvw;
    color: antiquewhite;
    padding: 1dvw;
}

header a :hover{
    transform: scale(1.1);
    color: rgb(255, 255, 255);
}

header img{
    height: 60px;
}

.header-a-active{
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    text-decoration:underline;
}

#top{
    transition: ease-in-out;
    transition-duration: 0.7s;
    width: 100%;
    height: 50dvw;
    background-image: url('images/1.JPG');
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top h1{
text-decoration: underline;
font-size: 5dvw;
font-weight: 1000;
background-color: rgba(244, 241, 197, 0.911);
padding: 1.5dvw;
-webkit-box-shadow:0px 0px 14px 7px rgba(244,241,197,0.9);
-moz-box-shadow: 0px 0px 14px 7px rgba(244,241,197,0.9);
box-shadow: 0px 0px 14px 7px rgba(244,241,197,0.9);
}

.go-fishing{
    display: flex;
    width: 100%;
    height: 25dvw;
    padding: 8dvw 0;
    justify-content: space-around;
}

.go-fishing-text{
    padding:0.5dvw;
    background-color: rgba(244, 241, 197, 0.911);
    width: 55dvw;
    place-self: center;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.301);
}
.go-fishing h2{
    text-align: center;
    font-size: 2.5dvw;
    text-decoration: underline;
}
.go-fishing p{
    font-size: 2dvw;
    line-height: 1.3;
    margin: 1dvw;
    color: rgb(39, 39, 39);
}

.go-fishing img{
border: 7px solid rgba(244, 241, 197, 0.911);
box-shadow: -3px 3px rgba(0, 0, 0, 0.301);
}

.map{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:2rem 0;
}


iframe{
    width: 84dvw; 
    height: 35dvw; 
    margin: 10px;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.301);

}
.contact-big{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact{
    place-self: center;
    width: 70dvw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: rgba(244, 241, 197, 0.911);
    box-shadow: 0px 3px rgba(0, 0, 0, 0.301);
    padding: 4dvw;
}


.contact-right{
    grid-column: 2;
    width: 100%;
}

.contact-right h2{
    font-size: 2.6dvw;
}

.contact-right p{
    font-size: 1.6dvw;
    line-height: 1.2;
}
.contact-form{
    grid-column: 1;
    grid-row: 1;
    min-width: fit-content;
    min-height: fit-content;
    padding: 2dvw 0;
}

input{
    width: 30dvw;
    height: 3.5dvw;
    font-size: 1.5dvw;
    margin-bottom: 1.5dvw;
    border: 0.3dvw solid black;
}

textarea{
    width: 30dvw;
    height: 15dvw;
    font-size: 1.5dvw;
    margin-bottom: 1.5dvw;
    border: 0.3dvw solid black;

}
.contact-form button{
    width: 30dvw;
    height: 6dvw;
    background-color: rgb(73, 42, 27);
    font-size: 3dvw;
    font-weight: 900;
    color: rgba(244, 241, 197, 0.911);
    border-radius: 45px;
    transition: 0.5s;
}

.contact-form button:hover{
    cursor: pointer;
    color: white;
    background: rgba(73, 42, 27, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(73, 42, 27, 1);    
}

footer{
    background-color: rgb(73, 42, 27);
    display: grid;
    grid-template-columns: 0.5fr 2fr;
    bottom: 0;
    height:105px;
    width: 100%;
}

.footer-left{
    display: flex;
}

.footer-logo{
    grid-column: 1;
    height: 105px;
}

.footer-logo img{
    height:110px;
}

.social-container{
    line-height: 2.2;
}
.find{
    padding-left: 16px;
    color:antiquewhite;
    font-size: 20px;
    margin: 0;
}

.find h2{
    margin: 0;
    text-decoration: underline;
}

.socials{
    display: flex;
    justify-content: space-around;
    padding-left: 12px;
}

.socials i{
    font-size: 32px;
    color: antiquewhite;
}

#TA_socialButtonIcon383{
    width: 40px !important;
    place-items: center;
}

.copyright{
    grid-column:2;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.copyright p{
    margin: 8px;
    color: antiquewhite;
    text-align:right;
}

#small{
    display:none;
}

@media (max-width: 640px){
   
    header{
        top: 0px;
    }
    .header-active{
        top:115px;
    }
    .header-big{
        display: none;
    }
    
    .header-small{
        display: block;
    }

    .header-small i{
        margin-left: 25px;
    }

    .header-small-active{
        height: 300px;
    }

   
    header > div{
        width: 80dvw;
    }

    header > div
    .inactive-header-small{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .inactive-header-small a{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .inactive-header-small img{
        height: 60px;
    }

    .inactive-header-small i{
        display: flex;
        align-items: center;
        justify-content: left;
        font-size: 40px;
        color: antiquewhite;
    }

    .inactive-header-small i:hover{
        cursor: pointer;
        transform: scale(1.1);
    }
    
    .inactive-header-text{
        display: none;
    }

    .active-header-text{
        display: block;
    }


    .active-header-text p{
        font-size: 15px;
        font-weight: bolder;
        color: antiquewhite;
        line-height: 27px;
    }
    
    .active-header-text a{
        padding: 0;
    }
    #top{
        height: 50dvh;
    }

    #top h1{
        font-size: 8dvw;
        margin: 10dvw;
        text-align: center;
    }

    
    .go-fishing{
        display: inline;
        width: 100%;
    }

    .go-fishing-text{
        margin-top: 5dvh;
        margin-bottom: 5dvh;
        min-height: 50dvh;
        width: 90%;
        padding: 5dvw;
        box-shadow: 0px 3px rgba(0, 0, 0, 0.301);
    }

    .go-fishing-text h2{
        font-size: 8dvw;
    }

    .go-fishing-text p{
        font-size: 5dvw;
    }
    .go-fishing img{
        display: block;
        margin: auto;
        margin-bottom: 5dvh;
        width: 90%;
        box-shadow: 0px 3px rgba(0, 0, 0, 0.301);

    }
   

    .contact{
        display: grid;
        grid-template-rows: 0.7fr 1fr;
        grid-template-columns: 1fr;
        width: 75dvw;
        height: fit-content;
    }

    .contact-right{
        grid-row: 1;
        grid-column: 1;
        height: fit-content;
    }

    .contact-right h2{
        font-size: 20px;
        text-align: center;
    }

    .contact-right p{
        font-size: 14px;
        line-height: 15px;
    }

    .contact-form{
        grid-row: 2;
       
}
    form{
        height: 100%;
    }

    input{
        width: 97%;
        height:25px;
        margin-bottom: 15px;
        font-size: 12px;

    }

    textarea{
        width: 97%;
        height: 100px;
        margin-bottom: 15px;
        font-size:12px;
    }

    .contact-form button{
        width: 100%;
        height: 40px;
        font-size: 25px;
    }
    .map{
        width: 100%;
    }
    iframe{
        width: 100%;
        height: 300px;
        padding: 0;
    }

    footer{
        display: inline;
        margin: 40px;
    }

    .find{
        text-align: center;
    }
    .footer-logo{
        display: flex;
        justify-content: center;
        width: 100%;
        height: fit-content;
    }

    .footer-logo img{
        width: 200px;
        height: 200px;
    }

    .footer-left{
        display: inline;
        line-height: 40px;
    }
   
    #big{
        display:none;
    }
    #small{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }
}

