


.navbar-top {
    background-color: var(--color-main-darker);
    color: white;
    font-size: 11px;
    letter-spacing: 2.2px;
    line-height: 18.15px;
    height: 42px;
}



.navbar-top p {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}


.menu {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-bottom: var(--color-main-darker) solid 1px;

}

.menu li {
    position: relative;
    list-style: none;
    margin-right: 21px;
    margin-left: 21px;
    font-family: Futura, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: transparent solid 2px;
}

.menu li a{
    text-decoration: none;
    color: var(--color-p);
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2.4px;
}

.menu li:hover {
    border-bottom: black solid 2px;
    transition: all 350ms ease;
    z-index: 9999;
}


/* Dropdown Button */
.dropbtn {
    padding: 5px 32px;
    border: none;
    background-color: white;
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16.5px;
    color: var(--color-p);
    font-size: 10px;
}
  
  /* The container <div> - needed to position the dropdown content */
.dropdown {
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16.5px;
    color: var(--color-p);
    font-size: 10px;
    position: relative;
    display: inline-block;
}
  
  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    padding: 18px 0;
    box-shadow: rgba(54, 54, 54, 0.2) 0px -2px 10px 0px;
    display: none;
    background-color: white;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}
  
  /* Links inside the dropdown */
.dropdown-content a {
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 16.5px;
    color: var(--color-p);
    font-size: 10px;
    text-decoration: none;
    display: block;
    padding: 5px 32px;
    height: 26px;
}

.dropdown-content a:hover{
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo h1 {
    color: var(--color-main);
    position: relative;
    letter-spacing: 10px;
    font-size: 2rem;
}


.logo h1 span {
    font-size: 14px; 
    position: absolute; 
    top: -5px;
}

.logo a {
    text-decoration: none;
}


.navbar-mid {
    background-color: white;
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 81px;
}

.search {
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16.5px;
    color: var(--color-p);
    font-size: 10px;
    cursor: pointer;
    display: flex;
}

.search input {
    display: none;
    margin-right: 10px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sticky + .stickypadding {
    padding-top: 116px;
}

.search i {
    font-size: 1.3125rem;
    display: none;
}

.menubtn {
    display: none;
}

.menubtn i {
    font-size: 24px;
}


.bottom-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20vw;
    margin-bottom: 50px;
    font-size: 1.2rem;
}


.bottom-navbar li a {
    text-decoration: none;
    color: var(--color-p);
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2.4px;
}

.bottom-navbar li {
    position: relative;
    list-style: none;
    font-family: Futura, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: transparent solid 2px;  
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
  
.sidebar a {
    padding: 20px 0px;
    text-decoration: none;
    font-size: 12px;
    color: var(--color-p);
    display: block;
    transition: 0.3s;
}
  
.sidebar a:hover {
    color: black;
}
  
.sidebar .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
}

.a-container {
    padding: 0 30px;
}

.a-container a:not(:first-child) {
    border-bottom: 1px solid rgba(48, 48, 48, .2);
}

.sidebar input[type=text] {
    width: 100%;
    font-size: 1rem;
}

.sidebar input[type=text]:focus {
    outline: 1px var(--color-darkred) solid;
    border: 5px transparent solid;
}



  
#main {
    transition: margin-left .5s;
    padding: 16px;
}

.social {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.social a {
    margin-left: 1vw;
}


.newsletter .newsletter-a {
    position: relative;
    font-size: 1rem;
    background-color: var(--color-darkred);
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: 200px;
    margin-top: 40px;
    text-align: center;
    border: var(--color-darkred) solid 1px;
    overflow: hidden;
    transition: all 1s ease;
}


.newsletter .newsletter-a a {
    color: white;
    text-decoration: none;
    padding: 13px 0;
}

.newsletter .newsletter-a:hover a {
    color: var(--color-darkred);
}

.newsletter .newsletter-a {
    z-index: 1;
}
.newsletter .newsletter-a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: white;
    transition: all 0.4s ease;
}
.newsletter .newsletter-a:hover:after {
    left: 0;
    width: 100%;
}
.newsletter .newsletter-a:active {
    top: 2px;
}






@media only screen and (max-width: 1300px) {
    .search i {
        display: block;
    }

    .menubtn {
        display: block;
    }
}

@media only screen and (max-width: 1300px) {
    .search p {
        display: none;
    }

    .sprok {
        display: none;
    }

    .navbar-bottom {
        display: none;
    }

    .sticky + .stickypadding {
        padding-top: 81px;
    }

}

@media only screen and (max-width: 600px) {
    .logo h1 {
        font-size: 1.4rem;
        padding: 0;

    }

    .navbar-mid {
        height: 50.6px;
    }

    .navbar-top {
        height: 40.1px;
        font-size: 10px;
    }

    .navbar-mid h1 span {
        font-size: 10px; 
    }

}