@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital@1&display=swap');

html {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow-x:hidden;
    background-color: #f2efeb;
    color: #001047;
}

body {
    background-color: #f2efeb;
    margin: 0;
    overflow-x: hidden;
    margin-bottom: 0px;
    padding-top: 100px; /* Added to compensate for the fixed navbar height */
}

.topbar_boilerplate {
    background-color: #cac7b9;
    color: #786748;
    font-family: "Gentium Plus", serif;
    font-weight: 400;
    font-size: 2.4rem;
    text-align: center;
}

.defaultbtn {
    padding: 10px 40px;
    background-color: #7c6643;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    font-family: "Questrial", serif;
    font-size: 1.25rem;
    margin-bottom: 50px;
}


.page1 {
    margin-bottom: 0px;
}

.homebtn {
    display: none !important;
}

.nav {
    text-align: right;
    height: 100px;
    margin-bottom: 10px;
    padding: 75px 35px 55px 35px; /* Increased top padding from 25px to 35px to move navbar down */
    display: flex;
    align-items: center;
    position: fixed; /* Make the navbar fixed */
    top: 0; /* Position it at the top */
    left: 0; /* Start from the left edge */
    width: 100%; /* Make it full width */
    z-index: 1000; /* Ensure it stays on top of other elements */
    background-color: #f2efeb; /* Match the body background color */
    box-sizing: border-box; /* Include padding in the width calculation */
}

.nav-logo {
    height: 85px; /* Increased from 70px to 85px */
    margin-right: auto;
    margin-top: -5px; /* Added negative top margin to move it up slightly */
}

.logo-link {
    margin-right: auto;
}

#navbtn {
    padding: 5px 10px;
    font-family: "Questrial", serif;
    font-size: 40px;
    text-decoration: none;
    color: #786748;
    margin-left: 50px;
}
/* Drop Down Menu */
#dropbtn {
    padding: 5px 10px;
    font-family: "Questrial", serif;
    font-size: 40px;
    text-decoration: none;
    color: #786748;
    margin-left: 50px;
    border:none;
    background-color: #f2efeb;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    font-family: "Questrial", serif;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:focus-within .dropdown-content {display: block;}

/* Maintext */

#p1_maintext {
    margin-bottom: 110px;
    padding: 15px;
}

#p1_maintext {
    text-align: center;
}

#p1_GWelle {
    position: relative;
    bottom: 80px;
    z-index: 1; /* Ensure wave is below the text */
    width: 450px; /* Changed from 400px to 450px to make it slightly bigger */
}

#p1_maintext h1 {
    font-size: 4.5rem;
    color: #d2a741;
    font-family: "Oswald", sans-serif;
    margin-bottom: 5px;
}

#p1_maintext p {
    font-size: 2.25rem;
    color: #000;
    font-family: "Questrial", sans-serif;
    margin-top: 5px;
}

/* P1 Other */

.p1_other {
    background-color: #cac7b9;
    padding-left: 50px;
    height: 400px;
    position: relative;
}
#p1_wrap {
    display: inline-block;
    position: relative;
    bottom: 50px; /* Changed from 50px to 20px to move the text down */
    left: -120px; /* Changed from -80px to -120px to move the text more to the left */
}


#p1_othertext {
    display: inline-block;
    position: relative;
    font-family: "Gentium Plus", serif;
    font-size: 2.5rem;
    color: #786748;
    text-align: center;
    margin-bottom: 5px;
    bottom: 80px; /* Changed from 110px to 80px to move the text down */
    z-index: 2; /* Ensure text appears above the image */
    font-style: italic;
}
#p1_wrap p {
    font-size: 1.86rem;
    margin-top: 1px;
    text-align: center;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #786748;
    position: relative;
    z-index: 2; /* Ensure text appears above the image */
    bottom: 70px; /* Changed from 50px to 20px to move the text down */
    left: 20px; /* Changed from -80px to -120px to move the text more to the left */
}

.p1_other_angela {
    border-radius: 35px;
    position: relative;
    bottom: 100px;
    left: 150px;
}

#angela_mobile {
    display: none;
    max-width: 80%;
}

/* Mobile friendly */

@media (max-width: 1800px) { /* Angela Bild Swap*/
    .p1_other_angela {
        display:none;
    }
    #angela_mobile {
        display: inline-block;
    }

    #p1_GWelle { /* GWelle/Othertext Positioning fix*/
        bottom: 65px;
        transform: scale(0.9);
    }

    .p1_other {
        padding-left: 0;
    }

    .p1_othercombine {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        width: 80%;
    }
}

@media (max-width: 1350px) {
    #p1_GWelle {
        display: none;
    }

    .p1_othercombine {
        width: 100vw;
        text-align: center;
        left: 0%;
        transform: translateX(0%);
    }

    .p1_other {
        padding-left: 0;
        text-align: center;
    }

    #p1_wrap {
        margin-top: 50px;
        padding-left: 0px;;
        width: 100%;
        text-align: center;
        position: relative;
        top: 50px;
    }
    .p1_other {
        height: auto;
    }

    #p1_wrap h1, #p1_wrap p {
        left: 120px;
    }

}     

@media (max-width: 900px) {
    #p1_maintext h1 {
        font-size: 40px;
    }
    #p1_maintext p {
        font-size: 20px;
    }

    h1#p1_othertext {
        font-size: 30px;
    }

    #p1_wrap p {
        font-size: 25px;
    }
}
/*-----------2. Page------------*/

.page2 {
    display: relative;
    bottom: 22px;
}

.p2_topbar {
    font-family: "Gentium Plus", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.4rem;
    background-color: #bfb8a3;
}

#p2_top_h1 {
    margin-top: 0px;
    font-size: 2.75rem;
    color: #786748;
    text-align: center
}

#p2_top_p {
    color: #786748;
    font-size: 1.5rem;
    position: relative;
    bottom: 15px;
}

.p2_content {
    display: inline-block;
    font-size: 1.5rem;
    font-family: "Questrial", serif;
}

.p2_content img {
    border-radius: 40px;
    margin-left: 125px;
    margin-right: 80px;
}

.p2_text {
    display: inline-block;
    position: relative;
    bottom: 100px;
    padding-left: 20px;
    padding-right: 10px;
}

.p2_notice {
    font-size: 1.25rem;
}

@media (max-width: 1610px) {
    .p2_content img {
        display: none;
        width: 100vw;
    }
    .p2_text {
        bottom: 0px;    
        text-align: center;   
        width: 100vw; 
        padding-left: 0px;
    }
}

@media (max-width: 800px) {
    .p2_text_inside {
        font-size: 1.25rem;
    }
    .p2_notice {
        font-size: 0.75rem;
    }
    .p2_text {
        width: 100vw;
    }
}

@media (max-width: 680px) {
    .p2_text_inside {
        font-size: 1rem;
        margin-left: 5px;
        margin-right: 45px;
    }
    .p2_notice {
        font-size: 0.5rem;
        margin-right:40px;
    }
}

/* 3rd Page */

.p3_topbar {
    background-color: #cac7b9;
    color: #786748;
    font-family: "Gentium Plus", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.4rem;
    text-align: center;
}

#p3_zitat {
    font-size: 2.4rem;
}

.p3_topbar p {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 1.5rem;
}
#p3_zitat_author {
    font-size: 1.5rem;
    position: relative;
    bottom: 15px;
}

#ueberzeugt {
    color: #dba623;
    font-family: "Oswald", serif;
    margin-left: 100px;
    font-size: 3rem;
}
.p3_main img {
    position: relative;
    right: 300px;
}
.p3_main_text {
    display:inline-block;
    font-family: "Questrial", serif;
    font-size: 1.8rem;
    position: relative;
    bottom: 100px;
    right: 150px;
}

#p3_aboutmebtn {
    padding: 10px 20px;
    background-color: #7c6643;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    font-family: "Questrial", serif;
    font-size: 1.25rem;
    position: relative;
    left: 80%;
    margin-bottom: 50px;
    top: 50px;
}

#p3_mbotm {
    margin-bottom: 50px;
}

@media (max-width: 1770px) {
    #p3_framepic {
        display:none;
    }

    .p3_main_text {
        bottom: 0px;
        right: 0px;
        margin-left: 200px;
    }
}
@media (max-width: 1200px) {
    #p3_zitat {
        font-size: 2rem;
    }

    .p3_main_text {
        font-size: 1.25rem;
    }
}
@media (max-width: 870px) {
    .p3_main_text {
        margin-left: 50px;
    }
    #ueberzeugt {
        margin-left: 50px;
    }
}
@media (max-width: 640px) {
    #p3_aboutmebtn {
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #p3_mbotm {
        margin-bottom: 100px;
    }

    .p3_topbar p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .p3_main_text {
        margin-left: 20px;
        margin-right: 20px;
    }

    .p2_content {
        margin-left: 20px;
    }

    /* Font Size */

}

@media (max-width: 1600px) {
    div.p3_txt {
        max-width: 100vw;
    }
}

@media (max-width: 540px) {
    .p3_txt p {
        font-size: 1.25rem;
    }

    .p3_txt h2 {
        font-size: 2rem;
    }

    p#p3_zitat {
        font-size: 1.5rem;
    }
    p#p3_zitat_author {
        font-size: 1.2rem;
    }

    div.rimgltxt {
        margin-bottom: 0px;
    }

    div.rimgltxt, div.limgrtxt {
        text-align: center;
    }

    a#p5_rcenter {
        float:unset;
    }
}

/* 4th page */

.p4_topbar {
    background-color: #cac7b9;
    color: #786748;
    font-family: "Gentium Plus", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.4rem;
    text-align: center;
}

.p4_topbar p {
    margin-left: 100px;
    margin-right: 100px;
}

#p4_zitat_author {
    font-size: 1.5rem;
    position: relative;
    bottom: 15px;
}

#p4_zitat {
    margin-top: 50px;
    font-size: 2.4rem;
    color: #786748;
    text-align: center
}

#p4_header {
    color: #dba623;
    font-family: "Oswald", serif;
    font-size: 4rem;
    text-align: center;
}

#p4_weg {
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 70px;
    display: inline-block;
}

.p4_text {
    width: 40%;
    display: inline-block;
    margin-left: 50px;
    font-family: "Oswald", sans-serif;
    transform: translate(0%, -40%);
}

.p4_text h2 {
    font-size: 2.75rem;
    color: #dba623;
}

.p4_text p {
    font-size: 1.5rem;
}

#p4_btn {
    padding: 10px 40px;
    background-color: #7c6643;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    font-family: "Gentium Plus";
    font-size: 1.25rem;
    margin-bottom: 50px;
}

#p4_centerbtn {
    display: none;
}

@media (max-width: 1550px) {
    .p4_text h2 {
        font-size: 2rem;
    }
    .p4_text p {
        font-size: 1.25rem;
    }
    #p4_header {
        font-size: 2.5rem;
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 1110px) {
    #p4_btn {
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

    #p4_centerbtn {
        display: inline-block;
        position: relative;
        padding: 10px 40px;
        background-color: #7c6643;
        text-decoration: none;
        color: white;
        border-radius: 15px;
        font-family: "Gentium Plus";
        font-size: 1.25rem;
        margin-bottom: 50px;
        bottom: 50px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #p4_zitat {
        font-size: 1.8rem;
        margin-left: 30px;
        margin-right: 30px;
    }
    #p4_zitat_author {
        font-size: 1.3rem;
        margin-left: 30px;
        margin-right: 30px;
    }

}
@media (max-width: 850px) {
    #p4_weg {
        display: none;
    }
    #p4_header {
        margin-bottom: 150px;
    }
    .p4_text {
        width: 80%;
        text-align: center;
    }
    .p4_text p {
        padding-left: 10%;
        padding-right: 10%;
    }
    #p4_zitat {
        font-size: 1.75rem;
    }

    div.p5txtL {
        max-width: 100%;
    }
    .rimgltxt div.p5txt {
        min-width: 80vw;
    }

    .page5 .rimgltxt div.p5txt {
        max-width: 100%;
        text-align: center;
    }

}

.rimgltxt {
    margin-bottom: 100px;
    text-align: right; /* Align content to the right */
}

.rimgltxt img {
    border-radius: 15px;
    display: inline-block;
    position: relative;
    top: 140px;
    left: 90px;
    margin-right: 210px;
}

.rimgltxt .p5txt {
    display: inline-block;
    width: 60%;
    padding-left: 150px;
    font-family: "Questrial", serif;
    max-width: 40%;
}

.p5txt h2 {
    text-align: center;
    color:#dba623;
    font-size: 2.4rem;
    font-family: "Oswald", serif;
}

.p5txt {
    font-size: 1.5rem;
    font-family: "Questrial", serif;
}

#p5_rcenter {
    position: relative;
    /* place it on the complete right side */
    float: right;
}

.p5_actually_centered {
    display: none;

    padding: 10px 40px;
    background-color: #7c6643;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    font-family: "Gentium Plus";
    font-size: 1.25rem;
    margin-bottom: 50px;
}

@media (max-width: 1600px) {
    .rimgltxt img {
        transform:scale(0.5);
        margin-right: 50px;
    }
    .rimgltxt .p5txt {
        width: 80vw;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin-left: 10vw;
        margin-right: 0;
        max-width: 50vw !important;
        transform:translateX(100px); 
    }

    .p5_actually_centered {
        display: inline-block;
        position: relative;
        left: 50%;
        transform:translateX(-50%);
    }

}

.txt {
    margin-bottom: 100px;
}

.limgrtxt {
    margin-bottom: 100px;
}

.limgrtxt img {
    border-radius: 15px;
    display: inline-block;
    position: relative;
    top: 70px;
    left: 130px;
}

#natureframe {
    top: 120px;
}

.limgrtxt .p5txtL {
    display: inline-block;
    width: 60%;
    padding-left: 225px;
    font-family: "Questrial", serif;
}

.p5txtL h2 {
    text-align: center;
    color:#dba623;
    font-size: 2.5rem;
    font-family: "Oswald", serif;
}

.p5txtL {
    font-size: 1.5rem;
    max-width: 40%;
}

@media (max-width: 1600px) {

    #psychobild {
        display:inline-block !important;
    }

    img#natureframe {
        display:none;
    }

    .limgrtxt img {
        display: inline-block;
        transform: scale(0.5) translateX(-200px);
    }
    .limgrtxt .p5txtL {
        width: 80vw;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin-left: 10vw;
        margin-right: 10vw;
        transform:translateX(-100px);
    }
}

@media (max-width: 1170px) {
    .rimgltxt img {
        display:none;
    }
    .rimgltxt .p5txt {
        transform: translateX(-0px) !important;
        margin-left: 10vw;
        margin-right: 10vw;
        min-width: 80vw;
        max-width: 80vw;
        text-align:center !important;
    }
    .rimgltxt .p5txt h2, .rimgltxt .p5txt p, .limgrtxt .p5txtL h2 {
        text-align: center !important;
    }

    #p5_rcenter {
        float:none;
    }

    #psychobild {
        display:none !important;
    }

    .limgrtxt img {
        display:none;
    }
    .limgrtxt .p5txtL {
        transform: translateX(0px) !important;
        min-width: 80vw;
        text-align:center;
    }
}

#p8_header {
    font-family: "Gentium Plus", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.4rem;
}

#p8_topbar p {
    position: relative;
    bottom: 10px;
    font-size: 1.5rem;
}

#p8_testemonials {
    color: #dba623;
    font-family: "Oswald", serif;
    margin-left: 100px;
    font-size: 5rem;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 150px;
    margin-top: 50px;
}

.testemonial_box {
    width: 100%;
    height: 400px;
    background-color: #f2efeb;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    touch-action: pan-y; /* Allow vertical scrolling */
}

.testimonial-track {
    display: flex;
    position: absolute;
    width: max-content;
    will-change: transform; /* Optimize for animations */
    transition: transform 0.1s linear; /* Smooth out any jumps */
}

.testimonial-card {
    flex: 0 0 auto;
    width: 400px;
    height: 350px;
    background-color: #cac7b9;
    margin: 20px 15px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.testimonial-content {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.testimonial-content p {
    font-family: "Gentium Plus", serif;
    font-style: italic;
    font-size: 1.25rem;  /* Increased from 1.05rem */
    color: #001047;
    line-height: 1.8;    /* Increased from 1.7 for better readability */
    margin-bottom: 20px;
    max-height: 75%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: thin; /* For Firefox */
    touch-action: pan-y; /* Allow vertical scrolling only */
    padding-right: 10px; /* Add padding for scrollbar */
    -webkit-user-select: text; /* Make text selectable on iOS */
    user-select: text; /* Make text selectable */
    overscroll-behavior: contain; /* Prevent scroll chaining */
}

.testimonial-content p::-webkit-scrollbar {
    width: 4px;
}

.testimonial-content p::-webkit-scrollbar-thumb {
    background-color: rgba(120, 103, 72, 0.5);
    border-radius: 4px;
}

.testimonial-author {
    font-family: "Questrial", serif;
    color: #7c6643;
    font-weight: bold;
    text-align: right;
    font-size: 1.2rem;  /* Increased from 1rem */
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 320px;
        height: 300px;
    }

    .testimonial-content p {
        font-size: 1.15rem;  /* Increased from 0.95rem */
        line-height: 1.6;    /* Increased from 1.5 */
        /* Ensure text is scrollable on mobile */
        max-height: 70%;
        padding-right: 10px;
    }

    .testimonial-author {
        font-size: 1.1rem;   /* Added this line to increase the author size on mobile */
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-350px * 5)); /* Adjusted width for mobile */
        }
    }
}

.p9_contact {
    font-family: "Questrial", serif;
    display: flex;
    font-weight: 400;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    font-size: 1.5rem;
}

#p9_header {
    font-size: 2.4rem;
    font-family: "Gentium Plus";
    font-weight: 400;
    font-style:italic;
}

#p9_main {
    font-size: 1.5rem;
}

.p9_icon {
    margin: 200px 0 0 0;
    width: 255px
}


@media (max-width: 1220px) {
    .p9_icon {
        margin: 50px 50px 0 50px;
    }
    #p9_header {
        font-size: 2rem;
    }
    #p9_main {
        font-size: 1.5rem;
    }
}

@media (max-width: 1720px) {
    #bereit {
        display: none;
    }

    #p9_p5txtL {
        text-align: center;
    }
}

.contactp10 {
    background-color: #cbc7b7;
    
    margin: 50px 0px 100px 0px;
    padding: 20px 60px 20px 60px;
    border-radius: 30px;
    display: inline-block;

    width: 25%;

    font-size: 1.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Questrial", sans-serif;
}

@media (max-width: 1600px) {
    .contactp10 {
        width: 35%;
    }
}

@media (max-width: 1000px) {
    .contactp10 {
        width: 70%;
    }
}

#name, #email, #number, #message {
    width: 85%;
    box-sizing: border-box;
    font-size: 1.1rem;
    
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.formbtn {
    padding: 10px 40px;
    background-color: #7c6643;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    font-family: "Questrial", serif;
    font-size: 1.25rem;
    position:relative;
    left: 50%;
    transform:translateX(-50%);
}

label {
    text-align: center;
    width: 100%;
    display: inline-block;
}

input {
    padding: 10px;
    border-radius: 15px;
}

#message {
    height: 90px;
    width: 85%;
    padding: 8px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto; 
    white-space: pre-wrap; 
}

.p11 a {
    text-decoration: none;
    color:#7c6643;
}

footer {
    height: 100px;
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 50px 00px 0px;
    background-color: #cbc7b7;
    text-decoration: none;
    color: #7c6643;
    font-size: 1.5rem;
    font-family: "Questrial", sans-serif;
}

footer a {
    text-decoration: none;
    color: #7c6643;
}

@media (max-width: 600px) {
    #longword {
        font-size: 1.8rem;
    }

    #p3_aboutmebtn {
        top: 0;
    }

    .p3_txt {
        position:relative;
        top: 0 !important;
    }

    .p5txtL h2, .p5txt h2 {
        font-size: 1.8rem;
        text-align: center !important;
    }

    .p5txtL p, .p5txt p {
        font-size: 1.2rem;
        text-align: center !important;
    }

    .rimgltxt {
        margin-bottom: 100px !important;
        transform: translateX(-0px) !important;
    }

    h1#p4_header {
        margin-bottom: 50px;
    }

    .contactp10 {
        padding: 10px;
        width: 80%;
    }
    #ueberzeugt {
        font-size: 1.5rem;
    }
    #p8_testemonials {
        font-size: 2rem;
    }
    #p9_header {
        font-size: 1.3rem;
        padding-left: 10px;
        padding-right:10px;
    }
    #p8_header {
        font-size: 1.5rem;
    }

}

@media (max-width: 340px) {
    .p5txtL p, .p5txt p {
        line-height: 25px !important;
        font-size: 1rem;
    }
    .p5txtL h2, .p5txt h2 {
        line-height: 25px !important;
        font-size: 1.25rem;
    }
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 642px) {
    #p3_mbotm {
        margin-bottom: 200px;
    }
}

@media (max-width: 1471px) {
    #psychobild {
        display: none;
    }
    #zitat {
        margin-bottom: 10000px;
    }
}

/*  Navbar Media Querys */

@media (max-width: 1400px) {
    a#navbtn, button#dropbtn {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 1175px) {
    a#navbtn, button#dropbtn {
        font-size: 20px !important;
        margin-left: 5px !important;
    }

    .logo-link {
        margin-left: 0px !important;
    }

    a.logo-link {
        transform: scale(0.7) !important;
    }
}

@media (max-width: 790px) {
        .logo-link {
        display: inline-block;
        justify-content: center;
        margin-top: 0 !important;
        margin-right: 0 !important;
        min-width: 20vw !important;
        height: auto;
        max-width: 20vw !important;
    }
    .logo-link img {
        min-width: 20vw;
        max-width: 100%;
        height:auto;
    }


    .nav {
        justify-content: center !important;
    }
}

@media (max-width: 500px) {
    
    #dropbtn, #navbtn {
        font-size: 15px !important;
        padding: 0px !important;
        margin: 7px !important;
    }

    .nav {
        flex-wrap: wrap !important;
        height: auto !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .dropdown-content {
        transform: translateX(-55px) !important; /* Shift left by 20px */
    }

    
    a.logo-link {
        min-width:40vw !important;
        max-width:40vw;
    }


}
