html, body {
    margin: 0;
    height: auto;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

@media screen and (min-width: 600px) {
    .navbar {
        z-index: 9;
        display: flex;
        position: fixed;
        width: 100%;
        height: 85px;
        top: 0;
        padding: 5px;
        background: #ffffff;
        opacity: 97%;
        box-shadow: 0 0 1px 0;
    }

    .navbar-contents {
        display: flex;
        margin:auto;
        width: 100%;
        padding: 0 20px 0 20px;
        max-width: 1240px;
    }

    .logo {
        padding: 7px;
        width: fit-content;
        height: fit-content;
        border-radius: 5px;
    }

    .logo:hover {
        text-decoration: underline;
        opacity: 55%;
    }

    .tabs {
        margin: auto 0 auto auto;
        padding: 14px;
        width: fit-content;
    }

    .tabs a {
        padding: 7px;
        text-decoration: none;
        font-family: "Zilla Slab", serif;
        font-size: 20px;
        color: black;
        border-radius: 5px;
    }

    .tabs a:hover {
        background: #d1d1f8;
    }

    .main-content-wrapper {
        flex: 1;
        height: 100%;
        margin: 0 6% 0 6%;
        padding: 5px;
    }

    .pic-cnt a {
        position: relative;
        padding: 45px;
        transform: translate(-50%);
        font-family: Bahnschrift, sans-serif;
        font-size: 25px;
        border: solid white 2px;
        transition: all 0.5s ease 0s;
        text-decoration: none;
        color: white;
    }

    .inner-content-wrapper {
        margin: auto;
        overflow: hidden;
        width: 100%;
        padding: 0 7px 15px 7px;
        max-width: 650px;
        font-family: inter, serif;
    }

    .inner-content-wrapper p {
        margin: auto;
        max-width: 6em;
        font-size: 25px;
    }

    .map-wrapper {
        display: grid;
    }

    .map-wrapper div{

    }
    .map-wrapper button {
        position: absolute;
        margin-top: -12px;
        height: 40px;
        width: 40px;
        border-radius: 5px;
        background: none;
        border: none;
    }

    .map-wrapper button:hover {
        background: #b3d4fc;
    }

    .map-content {

    }
    .map-content button {
        z-index: 2;
        top: 25px;
        width: fit-content;
        left: 15px;
        font-size: 18px;
        color: white;
        background: rgba(51,61,72,0.65);
    }

    .map-content button:hover {
        background: #25282a;
        cursor: pointer;
    }

    .footer {
        display: flex;
        position: sticky;
        height: auto;
        bottom: 0;
        box-shadow: 0 0 1px 0;
    }

    .footer-content {
        display: flex;
        margin:auto;
        overflow: hidden;
        width: 100%;
        padding: 0 7px 15px 7px;
        max-width: 650px;
        font-family: inter, serif;
    }

    .footer-content a {
        float: left;
        padding: 10px;
        margin: 5px 5px 0 0;
        width: 250px;
        border-radius: 55px;
        color: #33353a;
        text-decoration: none;
        transition: 0.4s;
    }

    .footer-content a:hover {
        background: #d1d1f8;
        cursor: pointer;
        text-decoration: underline;
    }

    th, td {
        width: 50%;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
    }

    .dropdown-container {
        display: none;
    }

    .dropdown-content {
        display: none;
    }
}


@media screen and (max-width: 600px) {
    .navbar {
        z-index: 9;
        position: fixed;
        width: 100%;
        height: 85px;
        top: 0;
        background: #ffffff;
        opacity: 97%;
        box-shadow: 0 0 1px 0;
    }

    .navbar-contents {
        display: flex;
        margin:auto;
        width: 100%;
        max-width: 1240px;
    }

    .logo {
        width: fit-content;
        height: fit-content;
        border-radius: 5px;
    }

    .logo:hover {
        text-decoration: underline;
        opacity: 55%;
    }

    .dropdown-container {
        display: block;
        height: 50px;
        width: 50px;
        background: none;
        border: none;
        margin: auto 0 auto auto;
        transition: 0.4s
    }

    .dropdown-container:hover {
        background: #cecece;
    }

    .tabs {
        display: none;
        position: absolute;
        margin-top: 85px;
        width: 100%;
        background: #ffffff;
    }

    .tabs a {
        width: 100%;
        float: left;
        text-align: center;
        padding: 15px 0 15px 0;
        color: black;
        text-decoration: none;
        font-family: "Zilla Slab", serif;
        font-size: 20px;
        transition: 0.3s;
        border-radius: 5px;
    }

    .tabs a:hover {
        background: #d1d1f8;
    }

    .main-content-wrapper {
        flex: 1;
        height: 100%;
    }

    .pic-cnt a {
        position: relative;
        font-family: Bahnschrift, sans-serif;
        font-size: 25px;
        border: solid white 2px;
        transition: all 0.5s ease 0s;
        text-decoration: none;
        color: white;
    }

    .inner-content-wrapper {
        margin: auto;
        overflow: hidden;
        width: 100%;
        max-width: 650px;
        font-family: inter, serif;
    }

    .inner-content-wrapper img {
        width: 100%;
    }

    .inner-content-wrapper p {
        margin: auto;
        max-width: 6em;
        font-size: 25px;
    }

    .map-wrapper {
        margin-top: 55px;
        padding: 17px;
    }

    .map-wrapper button {
        position: absolute;
        margin-top: -12px;
        height: 40px;
        width: 40px;
        border-radius: 5px;
        background: none;
        border: none;
    }

    .map-wrapper button:hover {
        background: #b3d4fc;
    }

    .map-content {

    }
    .map-content button {
        z-index: 9;
        width: 100%;
        left: 0;
        margin: 1px;
        font-size: 25px;
        color: white;
        background: rgba(51,61,72,0.65);
    }

    .map-content button:hover {
        background: #25282a;
        cursor: pointer;
    }

    .footer {
        position: sticky;
        height: auto;
        bottom: 0;
        box-shadow: 0 0 1px 0;
    }

    .footer-content {
        margin:auto;
        overflow: hidden;
        width: 100%;
        align-items: center;
        padding: 5px 7px 15px 7px;
        max-width: 650px;
        font-family: inter, serif;
    }

    .footer-content a {
        float: left;
        padding: 10px;
        margin: 5px 5px 0 0;
        width: 250px;
        border-radius: 55px;
        color: #33353a;
        text-decoration: none;
        transition: 0.4s;
    }

    .footer-content a:hover {
        background: #d1d1f8;
        cursor: pointer;
        text-decoration: underline;
    }

    .footer-content select {
        margin-top: 15px;
        text-align: center;
        width: 95%;
        font-size: 17px;
        height: 3rem;
    }

    option {
        font-size: 20px;
    }

    th, td {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .dropdown-content {
        display: none;
    }
}
