body {
    background-color: black;
}
p, .section-title, .title, .slider-nav .decade {
    text-shadow: 1px 1px #0a2c415c;
}

.main {
    background: url(../images/bg-section.jpg) no-repeat fixed;
    background-size: cover;
}
.content-wrapper {
    position: relative;
    z-index: 10;
}
.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  }
.top-section,
.second-section,
.third-section,
.second-section:before,
.third-section:before {
    background-image: none;
    overflow: visible;

}
/* something here prevents bio decades nav click */
.intro-night {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg-01.jpg) no-repeat fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}
.logo {
    margin: 20% 0 0;
    position: relative;
    z-index: 3;
}
main #top_section .container {
    align-items: flex-start;
}
.clouds {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

.cloud {
    margin-left: -110%;
}

.cloud2 {
    margin-top: 30%;
    margin-left: -200%;
}
/* .draggable {
    cursor:url(../images/britania-move-arrows-icon3.png.html), all-scroll !important;
} */

.cloud2 {
    margin-top: 60%;
}
.flower, .guitar {
    opacity: 0;
}

.photos-list .title {
    font-size: small;
    line-height: normal;
}
.bio-section .decor {
    bottom: 0px;
    right: auto;
    left: 0;
}
.section-title {
    display: none;
}
.audio {
    min-height: auto;
}
.final-section .container {
    padding-top: 100px;
    color: #303841;
}

.slider-nav .slick-list {
    z-index: 10;
}
.slider-nav .decade {
    cursor: pointer;
}


@media (max-width: 767px) {
    .section-title {
        display: block;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .table-list .date-col .day,
    .table-list .date-col .date,
    .table-list .date-col .year {
        display: inline-block;
        font-size: 24px;
    }
    .table-list .date-col .day::after,
    .table-list .date-col .date::after {
        content: ',';
    }
    .table-list h2,
    .table-list .ticket-col a {
        font-size: 24px;
    }
    .slick-slider.slider-nav.slick-initialized {
        margin-top: 20px;
    }
    .holder-arrows .slick-arrow {
        display: none !important;
    }
}


/* media queries */
@media (min-width: 768px) {
    #decade .description div {
        position: absolute;
        top: 0%;
        left: 46%;
        font-size: 18px;

      }
      .slider-bio {
        position: absolute;
        top: 0;
    }
    .bio-section .description {
        margin: 2% 0 0 46%;
        font-size: smaller;
    }
      .holder-arrows .slick-arrow {
        bottom: auto;
        top: -40px;
        font-size: 24px;
    }
     .top-section .container {
        align-items: center;
    }
    .logo {
        margin: 15% 10% 0;
    }
}
