a {
    text-decoration: none;
}

.left-nav {
    display: inline-flex;
}

.left-nav3 {
    display: grid;
    transform: translate(0, -10%);
}

.top-nav-links {
    padding: 10px 10px 0 10px;
    color: black;
    font-size: 10pt;
    text-align: center;
    font-weight: 1000;
    height: 20px;
    width: auto;

}

.links a {
    display: flex;
}


.nav-container {
    display: grid;
    width: 98%;
    position: sticky;
    top:10px;
    height: 100px;
    grid-template-rows: 1fr;
    background: lightblue;
    box-shadow: 5px 5px 25px black;
    border-radius: 5px;
    margin: 1% 0 5% 1%;
    z-index: 1;
}

.nav-container2 {
    transition: ease-in-out 1s;
    position: sticky;
    top: 300px;
    margin-left: 85%;
    display: grid;
    width: 150px;
    height: 50px;
    background: #242323;
    box-shadow: 5px 5px 25px black;
    border-radius: 5px;
    transform: rotate(90deg)translate(0, -150%);
}

.nav-container3 {
    transition: 1s;
    float: right;
    position: sticky;
    top: 50px;
    display: grid;
    width: 300px;
    height: 500px;
    grid-template-rows: 1fr;
    background: #242323;
    box-shadow: 0 0 25px #b5db1a;
    border-radius: 5px;
    border: 10px solid #b5db1a;
}

.links {
    margin-left: 20%;
    display: flex;
    margin-top: 65px;
}

.links3 {
    display: grid;
    margin: 0;
    transform: translate(0, 10%);

}


.logo {
    position: absolute;
    top: 0;
    left: 0;
}

.logo3 img{
    width: 200px;
}

.logo3 {
    position: relative;
    margin:0;
    transform: translate(15%);
}

.phone-number {
    position: absolute;
    width: fit-content;
    height: 50px;
    color: black;
    font-weight: bold;
    top: 0;
    left: 60%;
}

.phone-number3 {
    position: relative;
    top:0;
    left: 0;
    transform: translate(25%);
    color: #b5db1a;
}

.nav-links:hover {
    background: black;
    color: whitesmoke;
    transition: .5s;
}

.nav-links:hover .top-nav-links {
    color: white;
}

.nav-links {
    display: flex;
    height: 100%;
    width: auto;
}

.f-book {
    margin-left: 50px;
    transform: translate(200%);
    width: 200px;
}

.f-book3 {
    margin: 0;
    transform: translate(40%)
}

.login {
    position: absolute;
    top: 68px;
    right: 50px;
}

.login a {
  padding: 4px;
  border-radius: 10px;
  background: black;
  color: white;
}

.login3 {
    position: absolute;
    top: 380px;
    left: 250px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    color: #b5db1a;
    transform: translate(0, 35px);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;

}

.links3 div .dropdown-content {
    display: none;
    transform: translate(-100%, -30%);
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

.links3 div {
    display: flex;
    justify-content: center;
}

.links3 div a {
    display: flex;
    flex: max-content;
    padding: 0;
    justify-content:center;
    align-items: center;
    height: 35px;
}


.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nav-container3 .dropdown-content a {
    color: black
}

.dropdown-content a:hover {
    background: grey;
    color: lightblue;
    border-radius: 10px;
}

.nav-links:hover .dropdown-content {
    display: block;
    box-shadow: 0 0 25px black;


}

.sub-menu-dropdown {
    display: none;
    position: absolute;
    background-color: black;
    color: #b5db1a;
    transform: translate(50%, -70%);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

.sub-menu-dropdown a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.sub-nav-links:hover .sub-menu-dropdown {
    display: block;
    box-shadow: 0 0 25px black;
}


.none {
    display: none;
    width: 0;
    height: 0;
}

.nav-button {
    display: grid;
    width: 120px;
    height: 24px;
    border: hidden;
    border-radius: 5px;
    background: #b5db1a;
    transform: translate(13%, 48%);
    box-shadow: 0 0 20px #b5db1a;
}

.nav-button:hover {
    background: orangered;
    box-shadow: none;
}

.helper-text {
    display: none;
    opacity: 0;
    transition: 1s;
    text-align: center;
}

.nav-container2:hover .helper-text {
    display: flex;
    opacity: 1;
    color: #b5db1a;
    margin-right: 100px;
}

.nav-container2:hover {

}

.searchbar {
    margin-left: 60%;
    background: linear-gradient(rgba(181, 219, 26, 0.5), rgba(242, 189, 30, 0.9));
    border-radius: 5px;
    width: 200px;
    height: 25px;
    font-size: 14pt;
    box-shadow: 5px 5px 15px;
}

.search-btn {
    width: 90px;
    height: 30px;
    border: hidden;
    border-radius: 5px;
    background: conic-gradient(#b5db1a, white);
    color: black;
    font-size: 14pt;
    box-shadow: 5px 5px 15px;
}

.search-btn:hover {
    background: black;
    color: white;
}

.sidebar-search {
    position: absolute;
    top: 10%;
    left: 67%;
}

.sidebar-search2 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 300px;
}

.sidebar-search #s1 {
    margin:0;
}

.sidebar-search #s2 {

}

.sidebar-search2 #s1 {
    margin: 0;
    transform: translate(20%);
}

.sidebar-search2 #s2 {
    transform: translate(120%, 15%);
}

.nav-button p {
    writing-mode: tb;
    text-orientation: upright;
    transform: rotate(270deg) translate(3%);
    font-size: 7pt;

}

.open-mobile-nav-btn {
    display: flex;
    width: 100px;
    }

.close-mobile-nav-btn {
    display: flex;
    width: 100px;
}

.dropdown2 {
    display: none;
}

.logo img {
  width: auto;
  height: 90px;
    margin: 5px;
    box-shadow: 0 0 5px black;
  border-radius: 5px;
}


.contact-form {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.contact-form input, textarea{
    font-size: 16pt;
    border-radius: 5px;
    background: rgba(0,0,0,.5);
    border: none;
    color: white;
    text-align: center;

}

.contact-form div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.contact-submit {
    width: 200px;
    height: 50px;
    border: 0 black solid;
    background: red;
}


@media screen and (max-width: 900px) {

    body {
        min-width: 100%;
        max-width: 100%;
    }

    .body {
        background:  white;
    }

    .dropdown-content {
        position: absolute;
        right: 90%;
        width: 100%;
        margin-right: 30px;
        transform: translate(0, 0);
        min-width: 100px;


    }

    .logo {
        display: flex;
        left: 0px;
        top: 0;
    }

    .sidebar-search {
        position: absolute;
        top: 60%;
        left: 67%;
    }

    .logo img {
        width: auto;
        height: 75px;
        border-radius: 8px;
    }

    .searchbar {

        display: flex;
        position: relative;
        width: 30px;
        top: 0;
        left: 110%;

    }

    .searchbar:focus {
        transition-duration: .5s;

        top: 0;
        left: -155%;
        width: 200%;
        background:#0060f1;
        color: white;
    }

    .phone-number p{
        color: black;
        font-size: 12pt;
        transform: translate(-10%, 80%);
    }

    .front-page-pic img {
        box-shadow: 0 0 15px black;
    }


    .login {
        display: none;
    }

    .login-mobile {
        display: flex;
        left: 2%;
        top: 420%;
        position: absolute;
        justify-content: center;
        align-items: center;
    }

    .login a {
        font-weight: 1000;
    }

    .search-btn {
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .left-nav {
        display: flex;
        text-align: center;
        margin: 0;
        min-width: 200px;
        max-width: 100%;
    }

     /* The Overlay (background) */
    .nav-container {
        display: grid;
        width: 100%;
        position: sticky;
        top:0;
        height: 100px;
        grid-template-rows: 1fr;
        box-shadow: 5px 5px 25px black;
        margin: 0 0 5% 0;
        border-radius: 0;
    }

    /* Position the content inside the overlay */
    .links {
          display: none;
          margin: 0px;
          justify-items: center;

    }


    .links a {
        width: 130px;
        padding: 8px;
        text-decoration: none;
        font-size: 12px;
        color: #818181;
        display: block; /* Display block instead of inline */
        text-align: center;
    }

    /* When you mouse over the navigation links, change their color */
    .nav-container a:hover, .nav-container a:focus {
        color: #f1f1f1;
    }

    /* Position the close button (top right corner) */
    .nav-container .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    .dropbtn2 {
      display: inline-block;
      cursor: pointer;
      transform: translate(420%, -120%);
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: black;
      margin: 6px 0;
      transition: 0.4s;
        border-radius: 5px;
        box-shadow: 0 0 10px black;
    }

    .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
    }


    @keyframes example {
        from {height: 0;}
        to {height: 375%;}
    }

    .dropdown2 {
      position: absolute;
      display: block;
      width: 100%;
      top: 50px;
      height: 100%;
    }

    .dropdown-content2 {
      display: none;
      background-color: none;
      width: auto;
      overflow: hidden;
      z-index: 1;
      align-content: center;
        text-shadow: 0 0 10px black;
      background: rgba(0 ,0,0,.8);
      border-radius: 8px;
    }

    .dropdown-content2 a {
        color: whitesmoke;
        font-size: 25pt;
        padding: 2%;
        text-decoration: none;
        display: block;
        width: fit-content;
        border: 2px solid;


        background: lightblue;
        border-radius: 5px;
        margin: 5px;
    }

    .show {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation-name: example;
        animation-duration: .5s;

    }

    .dropdown-content3 {
        display: flex;
        min-width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        border: none;
        margin: 0;
        border-radius: 5px;
        padding: 5%;
        background: none;
        flex-direction: column;
    }

    .dropdown-content3 a {
        padding: 0;
        vertical-align: middle;
        justify-content: center;
        align-content: center;
        font-size: 12pt;
        border: none;
        background: blue;
        color: white;
        border-radius: 5px;
        margin: 5px;
        padding: 2%;
        box-shadow: 0 0 5px black;
    }

    .mobile-sub-nav-links {
        border: none;

        display: flex;
    }

    .mobile-sub-option {

    }

    .mobile-sub-nav-links a{

    }

    .mobile-sub-nav-links .mobile-sub-option {
        color: #0060f1;

        background: rgba(0,0,0,.7);
        border-radius: 5px;
        padding: 0 0 0 0%;
    }

    .mobile-sub-nav-links .dropdown-content3 {
        border: none;
        background: none;
        box-shadow: none;

    }

    .mobile-sub-nav-links .dropdown-content3 a{
        border: none;
        border-radius: 5px;
        box-shadow: 0 0 10px black;
        margin: 5% 0 0 -10%;
        font-size: 20px;
        color: #b5db1a;
        padding: 1%;
        background: rgba(0,0,0,.8);

        width: 90%;
    }

    #dropdown5 a {
        border: solid black 2px;
        margin: 5px;
    }

    #manager-dashboard2 {
        flex-direction: column;
    }


}
