/* Home page */

/* Parallax */

.parallax-window {
    min-height: 400px;
    background: transparent;
}

#sdrn_menu {
    position: absolute !important;
    z-index: 99999;
}

/* Header */

.header {
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
    background-color: #61FFC8;
    background-size: cover;
    background-position: center;
}

.header-content {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1000;
}

.header-logo {
    margin-bottom: 15px;
}

.logo-img {
    width: 600px;
}

.header-dates {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
}

.slashes {
    color: #00FFFF;
}

.u-uppercase {
    text-transform: uppercase;
}

/* Homepage Nav */

.home-header-nav {
    position: absolute;
    width:100%;
    bottom: -1px;
    text-align:center;
    margin: 0;
    color: #fff;
    font-size: 14px;
    height: 60px;
    z-index: 1000;
}

/*.home-header-nav .menu-item:hover .sub-menu {
    display: block;
}

.home-header-nav .sub-menu {
    display: none;
    margin: 0;
    position: absolute;
    bottom: -79px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home-header-nav .sub-menu .menu-item:first-child {
    border-top: 1px solid #fff;
}

.home-header-nav .sub-menu .menu-item {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    min-width: 150px;
    width: auto;
    display: block;
    margin: 0;
    background-color: #3D49A6;

}

.home-header-nav .sub-menu .menu-item a {
    padding: 10px 20px;
    color: #fff;
}

.home-header-nav .sub-menu .menu-item:hover a {
    color: #61FFC8;
}*/

.nav-logo {
    opacity: 0;
    transition: opacity 0.2s;
}

/* Home Page Artists/Tickets */

.lineup-section {
    font-weight: 300;
    padding: 20px 0;
    font-family: 'Futura', sans-serif;
    overflow: hidden;
}

.fullscreen-section {
    height: 100vh;
    position: relative;
    min-height: 740px;
}

.plus-sidebar {
    float: left;
}

.minus-sidebar {
    float: right;
    position: relative;
}

.lineup-title {
    padding: 40px 0;
    text-align: center;
}

.lineup-title h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 600;
    color: #0A0F1B;
    letter-spacing: 1px;
}

.artists-container {
    padding: 0 270px;
    color: #0A0F1B;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 40px;
}

.artist-text {
    letter-spacing: 1px;
    white-space: nowrap;
}

.plus-separator,
.slash-separator {
    color: #3D49A6;
}

.tickets-container {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.home-tickets-btn {
    width: 350px;
    height: 80px;
    padding: 20px 60px;
}

/* Mobile */

@media (max-width: 767px) {

    .header {
        height: 50vh;
    }

    .logo-img {
        width: 300px;
    }

    .header-dates {
        font-size: 12px;
    }

    .lineup-title h1 {
        font-size: 36px;
    }

    .artists-container {
        padding: 0 20px;
    }

    .artist-text {
        display: block;
    }

    .header-nav,    
    .home-header-nav,
    .slash-separator,
    .minus-sidebar,
    .plus-sidebar {
        display: none;
    }

}