html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media screen and (min-width: 641px) {

    header {
        padding-left: 0px;
        display: grid;
        grid-template-columns: auto 1.5fr 1fr;
        background-color: black;
        width: 100vw;
        z-index: 4;
        position: fixed;
        height: 80px;
    }

    body {
        background-color: rgb(20, 20, 20);
    }

    #title {
        grid-column: 1/2;
        height: 80px;
    }

    h1 {
        font-family: 'Aoboshi One', serif;
        display: inline-flex;
        height: 80px;
        color: rgb(207, 83, 0);
        justify-content: center;
        align-items: center;
        font-size: 2em;
        padding-left: 20px;
        margin: 0;
        vertical-align: middle;
        line-height: 80px;
        z-index: 3;
        text-align: center;
        cursor: default;
    }

    #text {
        grid-column: 3/4;
        font-size: 16px;
        width: 100%;
        height: 80px;
        margin: auto;
        margin-right: calc(auto - 10px);
        align-items: center;
        display: flex;
        justify-content: space-around;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    #logo {
        display: flex;
        width: auto;
        height: 40px;
        justify-content: start;
    }

    .headtext {
        text-decoration: none; /* Remove the default underline */
        position: relative;
        color: rgb(215, 215, 215);
        transition: color 0.3s; /* Add a transition for smooth color change */
        font-family: 'Quicksand', sans-serif;
        vertical-align: middle;
    }
      
    .headtext::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
      
    .headtext:hover {
        color: white;
        cursor: pointer;
    }
      
    .headtext:hover::before {
        transform: scaleX(1); /* When hovering, scale the underline to 100% width */
    }

    #MH {
        display: none;
    }

    #headicon {
        font-size: 30px;
    }

    #headicon::before {
        vertical-align: middle;
    }

    #HeroImage {
        background-image: url("Images/Borger.png");
        width: 100vw;
        height: calc(60vh - 80px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        overflow-anchor: none;
        border-bottom: 3px rgb(20, 20, 20) solid;
        padding-top: calc(40vh + 80px);
    }

    h2{
        font-size: 3vw;
        font-family: 'Black Han Sans', sans-serif;
        padding-left: 10px;
        color: whitesmoke;
        -webkit-text-stroke-width: 3px; 
        -webkit-text-stroke-color: black; 
    }

    #headline {
        position: absolute;
        top: 34%;
        left: 46%;
        transform: translate(-50%, -50%);
        padding: 20px;
        width: auto;
    }

    #HeroImage2 {
        background-image: url("Images/RV2.jpg");
        width: 100vw;
        height: 25vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        overflow-anchor: none;
        border-bottom: 3px rgb(20, 20, 20) solid;
        padding-top: 80px;
    }

    #headline2 {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        width: auto;
    }

    main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 80px;
        background-color: rgb(20, 20, 20);
        z-index: 2;
        width: 100vw;
        height: auto;
        padding-top: 20px;
    }

    footer {
        grid-column: 1/3;
        grid-row: 2/3;
        z-index: 3;
        width: 100vw;
    }

    #togetheratlast {
        width: 90vw;
        margin: auto;
        display: inline-flex;
        justify-content: space-evenly;
        vertical-align: middle;
    }

    footer p{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-style: italic;
        color: whitesmoke;
        font-size: 20px;
        margin-top: 17px;
    }

    footer hr {
        border: 1px solid whitesmoke;
        width: 90vw;
        margin: auto;
        margin-bottom: 10px;
    }

    #fright {
        display: flex;
        justify-content: right;
        vertical-align: middle;
    }

    .footicon {
        font-size: 1.5vw;
        padding: 10px 20px;
        margin: 0 5px;
    }

    #bookinface {
        color: gray;
        transition: color 0.5s;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: rgb(170, 170, 170);
    }
    
    #welp {
        color: gray;
        transition: color 0.3s;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: rgb(170, 170, 170);
    }

    #welp:hover, #bookinface:hover {
        color: white;
    }

    .footicon:hover {
        cursor: pointer;
        color: white;
    }

    .gallery {
        grid-column: 1/3;
        grid-row: 1/2;
        width: 60vw;
        height: 60vh;
        position: relative;
        margin: auto;
    }

    /* Hide the images by default */
    .gallery2 {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: aliceblue;
        text-shadow: -2px -2px 0 #ffffff, 2px -2px rgb(255, 255, 255)000, -2px 2px 0 #000, 2px 2px 0 #000;
        font-weight: bold;
        font-size: 30px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }

    /* Caption text */
    .gtext {
        color: rgb(255, 0, 0);
        font-size: 15px;
        bottom: 58px;
        padding: 8px 12px;
        position: absolute;
        width: calc(40vw - 24px);
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    #crewlist {
        grid-row: 5/6;
        margin: 20px 0;
        width: calc(100vw - 20px);
        padding: 80px 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    #crewlist hr {
        border: 1px solid rgb(0, 0, 0); /* Set the border style for the horizontal line */
        margin: 20px 0; /* Adjust the margin as needed */
    }

    .crewem {
        gap: 0px; /* Add some spacing between columns */
        text-align: center;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }

    .sizing {
        width: 40vw;
        aspect-ratio: 1 / 1;
        position: relative;
    }

    .pertext {
        text-align: center;
        line-height: 40px;
    }

    .ptext {
        font-size: .8vw;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-indent: 10px;
        margin: auto;
        margin-left: 5vw;
        margin-right: 5vw;
        color: whitesmoke;
    }

    .permap{
        margin-top: 5vh;
        width: 30vw;
        height: 30vh;
    }

    .permap2{
        margin-top: 5vh;
        width: 25vw;
        height: 25vh;
    }

    h5 {
        font-size: 1.3vw;
        font-family: 'Holtwood One SC', serif;
        grid-column: 1/2;
        color: rgb(214, 94, 13);
    }

    h6 {
        font-size: 1vw;
        font-family: 'Aoboshi One', serif;
        padding-bottom: 10px;
        grid-column: 1/2;
        color: whitesmoke;
    }

    #rvpark {
        margin-right: 5vw;
        grid-row: 1/2;
        z-index: 3;
        height: 60vh;
    }

    h4 {
        padding: 10px 50px;
        padding-left: 10px;
        font-family: 'Quicksand', sans-serif;
        font-size: 1vw;
        color: whitesmoke;
        text-align: center;
        cursor: default;
    }

    #map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw;
        aspect-ratio: 1 / 1;
        margin: 20px auto;
    }

    #lefttext {
        margin-left: 5vw;
        grid-column: 1/2;
        grid-row: 1/2;
        z-index: 3;
        height: 60vh;
    }

    #imagewow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw;
        aspect-ratio: 1 / 1;
        margin: 20px auto;
        padding-top: 40px;
    }

    #linky {
        position: relative;
        text-decoration: none;
        color: rgb(214, 94, 13);
        transition: color 0.5s;
    }

    #linky:hover {
        color: rgb(255, 102, 0);
        cursor: pointer;
    }

    #linky::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(214, 94, 13); /* Change this to your desired underline color */
        height: 2px;
        transform: scaleX(0);
        transform-origin: bottom center;
        transition: transform 0.3s ease;
    }

    #linky:hover::before {
        transform: scaleX(1);
    }

    .menumap {
        margin-top: 5vh;
        width: 25vw;
        height: 50vh;
    }

    .menumap2 {
        margin-top: 5vh;
        width: 6vw;
        height: 50vh;
    }

    section {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    input {
        width: 70vw;
        font-size: 20px;
        padding: 10px;
        border-radius: 60px;
        margin: 15px auto;
        border: 2px solid black;
    }
      
    textarea {
        width: 70vw;
        font-size: 20px;
        margin: 15px auto;
        border-radius: 25px;
        border: 2px solid black;
        padding: 15px 10px 10px 10px;
    }
    
    textarea, text {
        text-indent: 15px;
    }
    
    .input, text {
        text-indent: 7px;
    }
    
    label {
        font-family: Arial, Helvetica, sans-serif;
        color: whitesmoke;
    }
    
    form {
        text-align: center;
        height: 504px;
    }
    
    #button {
        background-color: rgb(64, 226, 255);
        color: white;
        font-family: 'Luckiest Guy', cursive;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: rgb(0, 0, 0);
        border-radius: 50px;
        width: 50vw;
        padding: 10px;
        margin: auto;
        text-align: center;
    }
    
    span {
        color: rgb(255, 0, 0);
        font-weight: bold;
    }
    
    #address {
        display: none;
    }

    .main23 {
        grid-template-rows: 60vh 80px;
    }

}

@media screen and (max-width: 640px) {
    header {
        padding-left: 0px;
        display: grid;
        grid-template-columns: auto 1.5fr 1fr;
        background-color: black;
        width: 100vw;
        z-index: 4;
        position: fixed;
        height: 60px;
    }

    .h2 {
        display: none;
    }

    body {
        background-color: rgb(20, 20, 20);
        overflow-x: hidden;
    }

    #title {
        grid-column: 1/2;
        height: 80px;
    }

    h1 {
        font-family: 'Aoboshi One', serif;
        display: inline-flex;
        height: 60px;
        color: rgb(207, 83, 0);
        justify-content: center;
        align-items: center;
        font-size: 3.5vw;
        padding-left: 20px;
        margin: 0;
        vertical-align: middle;
        line-height: 80px;
        z-index: 3;
        text-align: center;
        cursor: default;
    }

    #text {
        grid-column: 3/4;
        font-size: 1vw;
        width: 100%;
        height: 0;
        top: 60px;
        margin: auto;
        margin-right: calc(auto - 10px);
        align-items: center;
        display: flex;
        justify-content: space-around;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    #logo {
        display: flex;
        width: auto;
        height: 40px;
        justify-content: start;
    }

    .headtext {
        text-decoration: none; /* Remove the default underline */
        position: relative;
        color: rgb(215, 215, 215);
        transition: color 0.3s; /* Add a transition for smooth color change */
        font-family: 'Quicksand', sans-serif;
        vertical-align: middle;
    }
      
    .headtext::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
      
    .headtext:hover {
        color: white;
        cursor: pointer;
    }
      
    .headtext:hover::before {
        transform: scaleX(1); /* When hovering, scale the underline to 100% width */
    }

    #headicon {
        font-size: 30px;
    }

    #headicon::before {
        vertical-align: middle;
    }

    #HeroImage {
        background-image: url("Images/Borger.png");
        width: 100vw;
        height: calc(20vh - 80px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        overflow-anchor: none;
        border-bottom: 3px rgb(20, 20, 20) solid;
        padding-top: calc(40vh + 80px);
    }

    h2{
        font-size: 10vw;
        font-family: 'Black Han Sans', sans-serif;
        padding-left: 10px;
        color: whitesmoke;
        -webkit-text-stroke-width: 3px; 
        -webkit-text-stroke-color: black; 
    }

    #headline {
        position: relative;
        top: -200%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        width: 70vw;
        background-color: rgba(128, 128, 128, 0.571);
    }

    #HeroImage2 {
        background-image: url("Images/RV2.jpg");
        width: 100vw;
        height: 25vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        overflow-anchor: none;
        border-bottom: 3px rgb(20, 20, 20) solid;
        padding-top: 80px;
    }

    #headline2 {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        width: auto;
    }

    main {
        display: grid;
        grid-template-rows: auto 80px;
        background-color: rgb(20, 20, 20);
        z-index: 2;
        width: 100vw;
        height: auto;
        padding-top: 20px;
    }

    footer {
        grid-row: 2/3;
        z-index: 3;
        width: 100vw;
        padding-top: 85px;
    }

    #footrv {
        grid-row: 3/4;
    }

    #togetheratlast {
        width: 90vw;
        margin: auto;
        display: inline-flex;
        justify-content: space-evenly;
        vertical-align: middle;
    }

    footer p{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-style: italic;
        color: whitesmoke;
        font-size: 10px;
        margin-top: 17px;
    }

    footer hr {
        border: 1px solid whitesmoke;
        width: 90vw;
        margin: auto;
        margin-bottom: 10px;
    }

    #fright {
        display: flex;
        justify-content: right;
        vertical-align: middle;
    }

    .footicon {
        font-size: 7vw;
        padding: 10px 20px;
        margin: 0 5px;
    }

    #bookinface {
        color: gray;
        transition: color 0.5s;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: rgb(170, 170, 170);
    }
    
    #welp {
        color: gray;
        transition: color 0.3s;
        -webkit-text-stroke-width: 1px; 
        -webkit-text-stroke-color: rgb(170, 170, 170);
    }

    #welp:hover, #bookinface:hover {
        color: white;
    }

    .footicon:hover {
        cursor: pointer;
        color: white;
    }

    .gallery {
        grid-column: 1/3;
        grid-row: 1/2;
        width: 90vw;
        height: 60vh;
        position: relative;
        margin: auto;
    }

    /* Hide the images by default */
    .gallery2 {
        display: none;
    }

    .main23 {
        grid-template-rows: 60vh 60vh 80px;
        height: auto;
    }

    body {
        height: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: aliceblue;
        text-shadow: -2px -2px 0 #ffffff, 2px -2px rgb(255, 255, 255)000, -2px 2px 0 #000, 2px 2px 0 #000;
        font-weight: bold;
        font-size: 30px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }

    /* Caption text */
    .gtext {
        color: rgb(255, 0, 0);
        font-size: 15px;
        bottom: 58px;
        padding: 8px 12px;
        position: absolute;
        width: calc(40vw - 24px);
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 16px;
        padding: 8px 12px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    #crewlist {
        grid-row: 5/6;
        margin: 20px 0;
        width: calc(100vw - 20px);
        padding: 80px 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    #crewlist hr {
        border: 1px solid rgb(0, 0, 0); /* Set the border style for the horizontal line */
        margin: 20px 0; /* Adjust the margin as needed */
    }

    .crewem {
        gap: 0px; /* Add some spacing between columns */
        text-align: center;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }

    .sizing {
        width: 40vw;
        aspect-ratio: 1 / 1;
        position: relative;
    }

    .pertext {
        text-align: center;
        line-height: 40px;
    }

    .ptext {
        font-size: 3vw;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-indent: 10px;
        margin: auto;
        margin-left: 10vw;
        margin-right: 10vw;
        color: whitesmoke;
    }

    .permap{
        margin-top: 5vh;
        width: 60vw;
        height: 30vh;
    }

    .permap2{
        margin-top: 5vh;
        width: 25vw;
        height: 25vh;
    }

    h5 {
        font-size: 5vw;
        font-family: 'Holtwood One SC', serif;
        color: rgb(214, 94, 13);
    }

    h6 {
        font-size: 4vw;
        font-family: 'Aoboshi One', serif;
        padding-bottom: 10px;
        color: whitesmoke;
    }

    #rvpark {
        grid-row: 1/2;
        z-index: 3;
        height: 60vh;
    }

    #lefttext {
        grid-row: 2/3;
        z-index: 3;
        height: 60vh;
        margin-top: 10vh;
    }

    h4 {
        padding: 10px 50px;
        padding-left: 10px;
        font-family: 'Quicksand', sans-serif;
        font-size: 4vw;
        color: whitesmoke;
        text-align: center;
        cursor: default;
    }

    #map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60vw;
        aspect-ratio: 1 / 1;
        margin: 20px auto;
    }

    #imagewow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60vw;
        aspect-ratio: 1 / 1;
        margin: 20px auto;
        padding-top: 40px;
    }

    #linky {
        position: relative;
        text-decoration: none;
        color: rgb(214, 94, 13);
        transition: color 0.5s;
    }

    #linky:hover {
        color: rgb(255, 102, 0);
        cursor: pointer;
    }

    #linky::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(214, 94, 13); /* Change this to your desired underline color */
        height: 2px;
        transform: scaleX(0);
        transform-origin: bottom center;
        transition: transform 0.3s ease;
    }

    #linky:hover::before {
        transform: scaleX(1);
    }

    .menumap {
        margin-top: 5vh;
        width: 25vw;
        height: 50vh;
    }

    .menumap2 {
        margin-top: 5vh;
        width: 6vw;
        height: 50vh;
    }

    section {
        grid-row: 1/2;
    }

    input {
        width: 70vw;
        font-size: 20px;
        padding: 10px;
        border-radius: 60px;
        margin: 15px auto;
        border: 2px solid black;
    }
      
    textarea {
        width: 70vw;
        font-size: 20px;
        margin: 15px auto;
        border-radius: 25px;
        border: 2px solid black;
        padding: 15px 10px 10px 10px;
    }
    
    textarea, text {
        text-indent: 15px;
    }
    
    .input, text {
        text-indent: 7px;
    }
    
    label {
        font-family: Arial, Helvetica, sans-serif;
        color: whitesmoke;
    }
    
    form {
        text-align: center;
        height: 504px;
    }
    
    #button {
        background-color: rgb(64, 226, 255);
        color: white;
        font-family: 'Luckiest Guy', cursive;
        -webkit-text-stroke-width: 2px; 
        -webkit-text-stroke-color: rgb(0, 0, 0);
        border-radius: 50px;
        width: 50vw;
        padding: 10px;
        margin: auto;
        text-align: center;
    }
    
    span {
        color: rgb(255, 0, 0);
        font-weight: bold;
    }
    
    #address {
        display: none;
    }

    .topnav {
        height: 0;
        width: 100vw;
        z-index: 1; /* Stay on top */
        position: fixed; top:60px;
        left: 0;
        background-color: rgb(0, 0, 0); /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        overflow-y: hidden;
        padding-top: 0px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the topnav */
        display: flex;
        flex-direction: column; /* Make the container a column */
        align-items: center; /* Center the links horizontally */
        justify-content: space-around; /* Center the links vertically */
    }
    
    .topnav p a {
        padding: 4vh 8px;
        text-decoration: none;
        z-index: 2;
        color: white;
        display: block;
        font-size: 250%;
        transition-duration: 0.5s;
        line-height: 2;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        line-height: 100%;
    }

    #closebtn {
        margin: 0px;
        width: 30px;
        text-decoration: none;
        color: white;
        font-size: 40px;
        line-height: 1;
        position: fixed;
        display: flex;
        margin-left: 0px;
        transition: all 0.3s ease;
        display: none;
    }

    #openbtn {
        margin: auto;
        width: 30px;
        text-decoration: none;
        color: white;
        font-size: 40px;
        margin-left: 0px;
        vertical-align: middle;
        transition: all 0.3s ease;
        
    }

    #hamburgerIcon {
        grid-column: 3/4;
    }
}