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

.main {
    background: url(https://wwwframpton-images.s3.us-east-2.amazonaws.com/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;
}
.hvr-radial-out:before {
    background: #fff;
}
.header ul li a.nav-icon {
    width: 30px;
    height: 22px;
    float: right;
}

.slider-nav .slick-slide.slick-current.slick-active {
    text-shadow: none;
  }
.header ul {
    font-size: 18px;
}
.header ul a:hover, .header ul a:active, .header ul a:focus {
    color: #000;
}
.header ul a.nav-email:hover {
    background-color: transparent;
}
.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(https://wwwframpton-images.s3.us-east-2.amazonaws.com/bg-01.jpg) no-repeat fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

.logo {
    margin: 20% 0 0;
    position: relative;
    z-index: 3;
}

main #top_section .container {
    align-items: flex-start;
}
.guitar, .flower {
    display: block;
}
.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%;
}
.logo {
    transform: scale(1.5);
    opacity: 0;
}
/* .draggable {
    cursor:url(https://wwwframpton-images.s3.us-east-2.amazonaws.com/britania-move-arrows-icon3.png), all-scroll !important;
} */

.cloud2 {
    margin-top: 60%;
}

.flower,
.guitar, .nav-node {
    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;
}

#frampton {
    position: relative;
}

#peter {
    position: relative;
    z-index: 1;
}

#mouth_container,
#mouth,
#mouth_black {
    position: absolute;
}

#mouth_container {
    top: 45.1%;
    left: 55.6%;
    z-index: 2;
    width: 141px;
    height: 145px;
}

#mouth {
    z-index: 4;
}

#mouth_black {
    z-index: 3;
}
.flower.flower3 {
    right: -1.5%;
    bottom: 145px;
  }
/* media queries */
@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 (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;
    }
    .header ul li a {
        background-color: #000;
        color: #fff;
    }
    .header ul li.active a {
        background-color: #fff;
        color: #000;
    }
    .header ul li a.nav-icon img {
        filter: invert(1);
    }
    .header ul li a.nav-icon {
        float: none;
        width: 30px;
        height: 27px;
        float: right;
        padding: 7px 8px;
    }
}

@media (min-width: 1024px) {
    .header ul {
        font-size: 22px;
    }
    .header ul li {
        padding: 0 16px;
    }
    .header ul li a.nav-icon {
        width: 34px;
        height: 31px;
        padding: 7px 6px;
    }
    .header ul li a.nav-icon img {
        margin-top: -3px;
    }
    .final-section .visual,
    #mouth,
    #mouth_black {
        max-width: 85%;
    }
    .final-section .decor {
        background-size: cover;
      }
      .flower.flower1 {

        left: 61.4%;

      }
}

@media (min-width: 1200px) {
    .butterfly {
        right: 151px;
        top: -210px;
      }
      .guitar {
        left: -18px;
      }

}

/* tmp below?
.slider-bio {
    display: none;
}
*/

.bio-section .container > .slick-slider {
    margin-bottom: 0px;
  }
  section {
    padding: 30px 0;
  }
section#final {
    padding-bottom: 0;
}
.photos-section, .video-section, .bio-section, .tour-section, .home-section {
    padding-top: inherit;
    padding-bottom: inherit;
  }


.slider-bio .slick-list,
.slider-bio .slick-track.
.slider-bio .slick-slide {
    min-height: 250px !important;
}
