body,
main {
    display: flex
}

.camp-pin,
.dropbtn,
.menu-icon {
    cursor: pointer
}

.dropbtn,
body {
    font-family: Oswald, sans-serif
}

.dashboard-content h2,
.hero-content h2 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2
}

.dropdown-content a,
.footer a,
.tabs a {
    text-decoration: none
}

body,
html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #000
}

html {
    scroll-behavior: smooth
}

body {
    color: #191919;
    font-weight: 500;
    flex-direction: column
}

main {
    flex: 1;
    align-items: center;
    justify-content: center
}

.dashboard-content {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px
}

.dashboard-content h2 {
    font-size: 5rem;
    margin: 0 0 .5em
}

.menu-icon {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    z-index: 1001;
    margin-left: auto
}

.map-container,
.slideshow-wrapper {
    position: relative;
    align-items: center
}

.menu-icon span {
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s
}

.menu-icon.active span:first-child {
    transform: translateY(9px) rotate(45deg)
}

.menu-icon.active span:nth-child(2) {
    opacity: 0
}

.menu-icon.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

.slideshow-wrapper {
    display: block;
    height: 500px
}

.dropbtn,
.tabs,
nav {
    display: flex
}

.slideshow-wrapper img {
    position: absolute;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease-in-out
}

.slideshow-wrapper img.active {
    opacity: 1
}

.map-container {
    width: 65%;
    display: flex;
    justify-content: center
}

.map-container img {
    width: 85%;
    display: block
}

.camp-pin {
    position: absolute;
    width: 2.95%;
    height: 5.2%;
    background-color: rgba(236, 105, 26, 0);
    transform: translate(-50%, -50%);
    transition: transform .2s, background-color .2s
}

.dropdown,
.tabs li {
    position: relative
}

.camp-pin:hover {
    transform: translate(-50%, -50%) scale(1.07);
    background-color: rgba(236, 105, 26, .75)
}

.tabs {
    list-style: none;
    margin: 0;
    padding: 0
}

.dropbtn,
.tabs a {
    font-size: 1.1rem;
    padding: .5rem 0;
    transition: color .3s
}

.tabs li {
    margin: 0 1rem
}

.tabs a {
    color: #fff;
    display: block
}

.tabs .active a,
.tabs a:hover {
    color: rgba(236, 105, 26, .85)
}

.dropbtn {
    background-color: transparent;
    color: #fff !important;
    align-items: center;
    gap: .5rem;
    border: none
}

.dropbtn:hover {
    color: #2e5c9dd9 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0000007a;
    color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    border-radius: 4px
}

.hero,
.hero-content {
    position: relative;
    display: flex
}

.dropdown-content a {
    padding: 12px 16px;
    color: #fff !important;
    display: block;
    transition: background-color .3s
}

.dropdown-content a:hover {
    color: #ababab !important
}

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

.hero {
    overflow: hidden;
    color: #fff;
    margin-top: -70px;
    text-align: center;
    padding-bottom: 250px;
    flex-direction: row;
    gap: 5%;
    justify-content: center;
    align-items: center
}

.hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
    padding-top: 17%;
    color: #fff
}

.hero-content h2 {
    font-size: 5rem;
    margin: 0 0 .5em;
    text-align: center
}

.hero p,
.hero-content h3 {
    font-size: 1.5rem;
    text-align: center
}

.hero-content h3 {
    font-weight: 300;
    margin: 0 0 2em;
    line-height: 1.2;
    font-family: Lato, sans-serif;
    font-style: normal
}

.hero p {
    max-width: 57.5%;
    margin: 0 auto
}

.footer a,
.footer p {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 1rem
}

.footer {
    padding: 20px 0;
    text-align: center;
    border-top: .25px solid #414141
}

.footer p {
    margin: 0;
    color: #fff
}

.footer a {
    color: #2e5c9d;
    transition: color .2s
}

.footer a:hover {
    color: #234d88;
    text-decoration: underline
}

.footer a:visited {
    color: #0e3468
}

.footer a+span {
    margin: 0 5px
}

@media screen and (max-width:768px) {

    .dropbtn,
    .dropdown {
        width: 100%
    }

    #hero-video {
        display: none !important
    }

    .dropdown.active .dropdown-content,
    .liquid-cloud-bg {
        display: block !important
    }

    .dashboard-content {
        margin-top: 45px
    }

    header {
        padding: 1rem
    }

    .logo-container h1 {
        font-size: 1.4rem
    }

    .menu-icon,
    nav.active .tabs {
        display: flex
    }

    .dropdown:hover .dropdown-content,
    nav .tabs {
        display: none
    }

    nav .tabs {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #000;
        padding: 1rem 0;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
        z-index: 1000
    }

    .dropdown-content,
    .dropdown-content a {
        background-color: #000 !important
    }

    .tabs li {
        margin: .5rem 1rem;
        width: 90%;
        text-align: left
    }

    .dropbtn {
        justify-content: space-between;
        padding: .5rem 0
    }

    .dropbtn::after {
        transition: transform .3s
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        display: none;
        padding-left: 1rem;
        width: 100%;
        border-radius: 0;
        margin-top: .5rem
    }

    .dropbtn,
    .dropdown {
        background-color: transparent !important
    }

    .dropdown .dropbtn::after {
        font-size: .8em;
        transition: transform .3s
    }

    .dropdown.active .dropbtn::after {
        transform: rotate(180deg)
    }

    .hero {
        flex-direction: column;
        margin-top: 40px;
        padding-bottom: 80px
    }

    .hero-content {
        padding-top: 10%;
        padding-left: 5%;
        align-items: center
    }

    .hero-content h2 {
        font-size: 3rem;
        text-align: center
    }

    .hero-content h3 {
        font-size: 1.35rem;
        margin-bottom: 1.5em;
        text-align: center
    }

    .home-content-section {
        flex-direction: column;
        margin-bottom: 60px
    }

    .display-section {
        flex-direction: column;
        padding: 1.5rem 1rem
    }

    #benchmark-display-section {
        flex-direction: column-reverse
    }

    .slideshow-wrapper {
        height: 350px;
        width: 90%;
        margin-top: 2rem
    }

    .map-container {
        margin-bottom: 2rem
    }

    .display-section-text {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .display-section-text h2 {
        font-size: 2.75rem;
        text-align: center
    }

    .display-section-text p {
        text-align: center
    }

    .camps-button-container[style*="justify-content: left"] {
        justify-content: center !important
    }

    .camp-dropdown-container {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        right: auto
    }

    .camp-dropdown-btn {
        font-size: .9rem;
        padding: 8px 12px;
        min-width: 140px
    }

    .camp-dropdown-content {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        min-width: 140px
    }
}