            .header {
                background-color: #ffc18300; 
                display: flex; 
                align-items: center; 
                height: calc(45px + 3.25vw); 
                justify-content: space-between; 
                margin-left: 0px; 
                margin-right: 0px; 
                position: fixed; 
                top: 0; 
                width: 100%; 
                z-index: 1000;
                transition: all .2s; 
            }
    
            .header.active {
                background-color: #ffaf71; 
            }

            .header_title {
                cursor: pointer;
                display: block;
                float: left;
                margin-top: .25vw;
                margin-left: 1.85vw;
                width: calc(100px + 12vw);
            }
    
            .navbar {
                list-style-type: none;
                margin: 0;
                margin-top: .5vw;
                padding: 0;
                overflow-x: auto; 
                white-space: nowrap; 
            }
    
            .navbar li {
                display: inline-block;
            }
    
            .navbar li a {
                display: block;
                color: rgb(255, 255, 255);
                text-align: center;
                padding: 14px calc(3.5vw - 2px);
                text-decoration: none;
                font-family: Tahoma, sans-serif;
                font-size: calc(.75vw + 9px);
            }
    
            .navbar li a:hover {
                font-weight: bold;
            }
    
            .navbar li a.clicked {
                font-style: underline;
            }
    
            .hamburger {
                display: none;
                background-color: rgba(255, 255, 255, 0); 
                border-color: transparent; 
                color: transparent;
                cursor: pointer;
                margin-right: 3vw;
                margin-top: 2vw;
            }
           
            @media screen and (min-width: 701px) {
                
                .menu {
                    display: block;
                }
            }  
            
            @media only screen and (max-width: 700px) {
    
                .header {
                    height: 17vw; 
                    max-height: 75px;
                }
                
                .menu {
                    background-color: #ffaf71;
                    flex-direction: column;
                    align-items: center;
                    justify-content: flex-start;
                    position: absolute;
                    left: 0;
		            top: -100vh;
                    width: 100%;
                    z-index: -1; 
                }

                .show-menu {
                    -webkit-animation: slide-in .75s forwards;
                    animation: slide-in .75s forwards;
                }
        
                .hide-menu {
                    -webkit-animation: slide-out .75s forwards;
                    animation: slide-out .75s forwards;
                }

                @-webkit-keyframes slide-in {
                    0% {
                        top: -100vh
                    }
                    100% {
                        top: 0vh
                    }
                }

                @keyframes slide-in {
                    0% {
                        top: -100vh
                    }
                    100% {
                        top: 0vh
                    }
                }

                @-webkit-keyframes slide-out {
                    0% {
                        top: 0vh
                    }
                    100% {
                        top: -100vh
                    }
                }

                @keyframes slide-out {
                    0% {
                        top: 0vw
                    }
                    100% {
                        top: -100vh
                    }
                }
    
                .hamburger {
                    display: block; 
                }
    
                .navbar {
                    grid-auto-flow: column;
                    list-style-type: none;
                    margin-top: 75px;
                }
    
                .navbar li {
                    display: flex;
                    margin-bottom: 0px;
                    margin-top: 0px;
                    justify-content: center;
                }
    
                .navbar li a {
                    background: #ffaf71;
                    display: block;
                    color: rgb(255, 255, 255);
                    text-align: center;
                    padding: 18px 100vw;
                    text-decoration: none;
                    font-family: Tahoma, sans-serif;
                    font-size: 16px;  
                    width: 100vw;
                }
    
                .navbar li a:hover {
                    background-color: #ffc090;
                    font-weight: normal;
                }

                .header_title {
                    cursor: pointer;
                    margin-top: 0px;
                    margin-left: 3vw;
                    width: calc(40px + 45vw);
                    max-width: 250px;
                }
    
            }

            @media only screen and (min-width: 0px) and (max-width: 436px) {

                .navbar {
                    margin-top: 17vw;
                }  
            }

            body {
                margin: 0;
                background-repeat: no-repeat;
                background-attachment: fixed;
                background: linear-gradient(180deg, #ffaf71 10px, rgb(255, 255, 255) 440px);
                z-index: 1000;
                width: 100%; height: 100%;
            }

            .gradient {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, #ffaf71 0%, #ffaf71d4 1%, #ffaf71a5 2%, #ffaf718a 2.5%, #ffaf7170 3%, #ffaf715b 3.5%, #ffaf7143 4%, #ffaf711d 5%, #ffaf7100 6.4%);
                z-index: 900;
            }

            .h1 {
                font-family: Tahoma, sans-serif;
                font-size: calc(27px + 20 * ((100vw - 380px) / 680));
                font-weight: bold;
                color: #ffffff;
                text-shadow: 2px 2px 4px #f3b77c;
            }

            .h2 {
                font-family: Tahoma, sans-serif;
                font-size: calc(7px + 10 * ((100vw - 320px) / 680));
                font-weight: normal;
                color: #b7734e;
                line-height: 140%;   
            }

            .h3 {
                font-family: Tahoma, sans-serif;
                font-size: 2.5vw;
                font-weight: bold;
                color: #b7734e;
                margin-top: 1vw;
            }


            .b1 {
                font-family: Tahoma, sans-serif;
                font-size: calc(1vw + 4px);
                font-weight: normal;
                color: #666666;
                line-height: 140%;
            }

            @media only screen and (max-width: 700px) {
            

                .h1 {
                    font-size: calc(25px + 4vw);
                    line-height: 120%;
                }

                .h2 {
                    font-size: 18px;
                    line-height: 140%;
                }

                .h3 {
                    font-size: 25px;
                    margin-top: 2vw;
                }

                .b1 {   
                    font-size: 16px;
                    line-height: 140%;
                }

                body { 
                    background: linear-gradient(180deg, #ffaf71 10px, rgb(255, 255, 255) 160vw);
                }

            }

        
            footer {
                left: 0;
                bottom: 0;
                width: 100%;
                height: 180px;
                background-color: #ffaf71;
                color: white;
                text-align: center;
                padding-top: 40px; 
            }

            .socials {
                width: calc(22px + 20 * ((100vw - 380px) / 680)); 
                height: calc(22px + 20 * ((100vw - 380px) / 680)); 
            }

            .social-media-icons {
                margin-top: 20px;
                margin-bottom: 30px;
                display: flex;
                justify-content: center;
                gap: 1.5vw;
            }

            .f1 {
                font-family: Tahoma, sans-serif;
                font-size: calc(1.2vw + 7px);
                font-weight: bold;
                color: #ffffff; 
            }


            @media only screen and (max-width: 700px) {

                footer {
                height: 145px;
                }

                .socials {
                width: calc(35px + 20 * ((100vw - 380px) / 680)); 
                height: calc(35px + 20 * ((100vw - 380px) / 680)); 
                }

                .social-media-icons {
                margin-top: 20px;
                margin-bottom: 0px;
                gap: 3vw;
                }

                .f1 {
                font-size: calc(2.5vw + 8px);
                }

            }