@font-face {
    font-family: 'snes';
    src: url('../fonts/snes.woff2') format('woff2'),
    url('../fonts/snes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 0;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 40px;
    background: url('../images/bg.jpg') repeat-y #090909;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    font-family: "Open Sans", sans-serif;
    color: #dedede;

}

a, a:link, a:visited {
    color: #ffff00;
}

.parallax {
    height: 100%;
    position: fixed;
}

.skyline {
    top: 200px;
    margin-top: -22rem;
    position: fixed;
    left: 0;
}

img.skyline {
    width: 100%;
}


.logo {
    margin-top: 80px;
    max-width: 80%;
    position: relative;
    z-index: 99;
}

.logo-jazz-tribute {
    margin-top: 40px;
    max-width: 30%;
    position: relative;
    z-index: 99;
}

.banner {
    height: 100%;
}


.islands {
    top: 0px;
    margin-top: -26rem;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 11;
}


.backDiff {
    top: 0;
    left: 0;
    margin-top: -20rem;
}

img.backDiff {
    width: 100%
}

.center-block {
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.container {
    position: relative;
    z-index: 99;
}

.navbar-default {
    background-color: #000;
    background-image: none;
    border: none !important;
}

.navbar-fixed-bottom {
    color: #fff;
    line-height: 16px;
    padding: 10px;
}

.smallRow {
    margin-left: 18%;
    margin-right: 18%;
}


.topPadding40 {
    padding-top: 40px;
}

.titleDiv {
    font-family: "snes", "Open Sans", "Helvetica", "Helvetica Neue", "Arial", "sans-serif";
    margin-top: 50px;
    margin-bottom: 24px;
    font-size: 80px;
    font-style: italic;
    font-weight: bold;
    line-height: 90px;
    color: #ff0000;
}

.Diff-font {
    margin-top: 24px;
}

.subTitle {
    color: #F6F1E5;
    text-transform: uppercase;
}

p.larger::first-letter {
    font-size: 250%;
    font-weight: bold;
}

.blackBtn {
    background-color: #000;
    color: #EBDAAE;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 16px;
    border: 1px solid #3e3930;
    background-image: linear-gradient(#000, #0d0d0c, #000);
}

a.blackBtn:hover, a.blackBtn:active {
    text-decoration: none;
    color: #8d7d59;
}

.bottomMargin100 {
    margin-bottom: 100px;
}

.bottomMargin300 {
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 20px;
}

.marginLeft20 {
    margin-left: 40px;
}

/*******************************Scroll area ********************************/

.scrolledArea {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.overlay-gradient {
    background: -webkit-linear-gradient(
            rgba(15, 64, 100, 0) 0%,
            rgba(15, 64, 100, 1) 100%
    );
    background-image: -moz-linear-gradient(
            rgba(15, 64, 100, 0) 0%,
            rgba(15, 64, 100, 1) 100%
    );
    background-image: -o-linear-gradient(
            rgba(15, 64, 100, 0) 0%,
            rgba(15, 64, 100, 1) 100%
    );
    background-image: linear-gradient(
            rgba(15, 64, 100, 0) 0%,
            rgba(15, 64, 100, 1) 100%
    );
    background-image: -ms-linear-gradient(
            rgba(15, 64, 100, 0) 0%,
            rgba(15, 64, 100, 1) 100%
    );
    background-attachment: fixed bottom;
}

/* width */
.scrolledArea::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.scrolledArea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
}

/* Handle */
.scrolledArea::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 0;
}

/* Handle on hover */
.scrolledArea::-webkit-scrollbar-thumb:hover {
    background-color: rgba(15, 64, 100, 0.55);
}

img {
    max-width: 100%;
}

img.artist-square {
    margin: 5px;
    max-width: 45%;
}

.Lgul {
    font-size: 26px;
    margin-top: 10px;
    list-style: upper-roman;
    text-align: center;
    list-style-position: inside;
    padding-left: 0;
}

.Lgul img {
    width: 32px;
}

.Lgul li {
    margin-bottom: 20px;
    text-align: left;
}

.smaller {
    font-size: 16px;
    color: #ffff00;
}

.smaller strong {
    font-size: 22px;
    color: #ffff00;
}

.track-sources {
    color:red !important;
}

.Largeh3 {
    font-size: 18pt;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 0;
}

/********************** Social Media ***************************/

.universal-inline-block {
    zoom: 1;
    display: inline;
}

.social-icons {
    margin-bottom: 40px;
    margin-top: 10px;
}

.social-icons ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.social-icons ul li {
    display: inline;
    zoom: 1;
    vertical-align: middle;

}

.social-icons ul li a {
    display: inline;
    font-size: 1.4em;
    margin: 0 5px;
    text-decoration: none;
}

.social-icons ul li a img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.social-icons ul li a:hover img {
    opacity: .6;

}

.social-icons ul li a:focus image,
.social-icons ul li a:active img {
    opacity: .6;
}

/********************* ANIMATIONS **********************************/

.anim-slice-bottom-left,
.anim-slice-bottom-right,
.anim-slice-top-left,
.anim-slice-top-right {
    opacity: 0.75;
}

.anim-fade-in {
    animation: anim-fade-in 0.95s cubic-bezier(.95,.27,1,-0.56);
    animation-delay: calc(var(--scroll) * -1s) !important;
    opacity: 0;
    width: 70%;
}

@keyframes anim-fade-in {
    to {
        opacity: 1.0;
    }
}

.anim-progress {
    height: 5px;
    width: 0;
    background-color: #ffff00;
    position: fixed;
    top: 50px;
    left: 0;
    animation: anim-progress 1s linear;
    z-index: 1000;
}

@keyframes anim-progress {
    to {
        background-color: #ff0000;
        width: 100%;
    }
}

.anim-slice-bottom-right {
    animation: anim-slice-bottom-right 1s linear;
    opacity: 0.75;
    position: fixed;
    right: 0;
    margin-top: 265px;
    width: 350px;
}

@keyframes anim-slice-bottom-right {
    to {
        right: -25%;
        margin-top: 310px;
        opacity: 0;
    }
}

.anim-slice-bottom-left {
    animation: anim-slice-bottom-left 1s linear;
    opacity: 0.75;
    position: fixed;
    left: 0;
    margin-top: 410px;
    width: 325px;
}

@keyframes anim-slice-bottom-left {
    to {
        left: -25%;
        margin-top: 500px;
        opacity: 0;
    }
}

.anim-slice-top-left {
    animation: anim-slice-top-left 1s linear;
    opacity: 0.75;
    position: fixed;
    left: 0;
    margin-top: 30px;
    width: 400px;
}

@keyframes anim-slice-top-left {
    to {
        left: -25%;
        margin-top: -90px;
        opacity: 0;
    }
}

.anim-slice-top-right {
    animation: anim-slice-top-right 1s linear;
    opacity: 0.75;
    position: fixed;
    right: 0;
    margin-top: 30px;
    width: 400px;
}

@keyframes anim-slice-top-right {
    to {
        right: -25%;
        margin-top: -90px;
        opacity: 0;
    }
}

:root * {
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.75s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}




/********************* POP UP **********************************/

.lightbox {

    background-color: transparent;
    width: 32px;
    height: 32px;
    border: none;
}

.fade {
    display: none;
    cursor: pointer;
    text-align: right;
    color: rgba(17, 73, 104, 1.00);
    z-index: 1005;
    opacity: 1;
    font-size: 18px;
    margin-top: -15px;
    margin-right: -20px
}

.light {
    display: none;
    position: relative;
    top: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px;
    background: #fff;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    z-index: 1002;
    overflow: visible;
}

.close {
    margin-right: -20px;
    margin-top: -15px;
}

/******************************** Mobile *****************************/

@media (max-width: 1440px) {

    .anim-slice-bottom-left, .anim-slice-bottom-right, .anim-slice-top-left, .anim-slice-top-right {
        opacity: 0.75;
    }

    .anim-slice-bottom-right {
        animation: anim-slice-bottom-right 1s linear;
        opacity: 0.75;
        position: fixed;
        right: 0;
        margin-top: 180px;
        width: 200px;
    }

    @keyframes anim-slice-bottom-right {
        to {
            right: -25%;
            margin-top: 350px;
            opacity: 0;
        }
    }

    .anim-slice-bottom-left {
        animation: anim-slice-bottom-left 1s linear;
        opacity: 0.75;
        position: fixed;
        left: 0;
        margin-top: 270px;
        width: 200px;
    }

    @keyframes anim-slice-bottom-left {
        to {
            left: -25%;
            margin-top: 350px;
            opacity: 0;
        }
    }

    .anim-slice-top-left {
        animation: anim-slice-top-left 1s linear;
        opacity: 0.75;
        position: fixed;
        left: 0;
        margin-top: 30px;
        width: 250px;
    }

    @keyframes anim-slice-top-left {
        to {
            left: -25%;
            margin-top: -90px;
            opacity: 0;
        }
    }

    .anim-slice-top-right {
        animation: anim-slice-top-right 1s linear;
        opacity: 0.75;
        position: fixed;
        right: 0;
        margin-top: 30px;
        width: 250px;
    }

    @keyframes anim-slice-top-right {
        to {
            right: -25%;
            margin-top: -90px;
            opacity: 0;
        }
    }

    :root * {
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
    }

    .logo-jazz-tribute {
        margin-top: 40px;
        max-width: 40%;
        position: relative;
        z-index: 99;
    }
}


@media (max-width: 768px) {

    .anim-slice-bottom-right {
        animation: anim-slice-bottom-right 1s linear;
        opacity: 0.25;
        position: fixed;
        right: 0;
        margin-top: 180px;
        width: 200px;
    }

    @keyframes anim-slice-bottom-right {
        to {
            right: -200%;
            margin-top: 350px;
            opacity: 0;
        }
    }

    .anim-slice-bottom-left {
        animation: anim-slice-bottom-left 1s linear;
        opacity: 0.25;
        position: fixed;
        left: 0;
        margin-top: 270px;
        width: 200px;
    }

    @keyframes anim-slice-bottom-left {
        to {
            left: -200%;
            margin-top: 350px;
            opacity: 0;
        }
    }

    .anim-slice-top-left {
        animation: anim-slice-top-left 1s linear;
        opacity: 0.25;
        position: fixed;
        left: 0;
        margin-top: 30px;
        width: 250px;
    }

    @keyframes anim-slice-top-left {
        to {
            left: -200%;
            margin-top: -90px;
            opacity: 0;
        }
    }

    .anim-slice-top-right {
        animation: anim-slice-top-right 1s linear;
        opacity: 0.25;
        position: fixed;
        right: 0;
        margin-top: 30px;
        width: 250px;
    }

    @keyframes anim-slice-top-right {
        to {
            right: -200%;
            margin-top: -90px;
            opacity: 0;
        }
    }

    :root * {
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
    }

    body {
        font-size: 16px;
        line-height: 32px;
    }

    .logo-jazz-tribute {
        margin-top: 40px;
        max-width: 60%;
        position: relative;
        z-index: 99;
    }

    .smallRow {
        width: 90%;
        margin: auto;
    }

    .Largeh3 {

        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 10px;
        font-family: palatino;
    }

    .social-icons ul {
        clear: both;
        text-align: center;
        margin-bottom: 83px;
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .social-icons ul li a img {
        max-width: 20px;
        margin: 15px 0;
    }

    .light {

        width: 500px;
        margin-left: -350px;
    }

    .gherkin {
        top: 160px;
        margin-top: -30rem;
        left: 18%;
        z-index: 10;
    }
}

@media (max-width: 401px) {
    .desktopHidden {
        display: none;
    }
}

@media (max-width: 400px) {

    .anim-slice-bottom-left, .anim-slice-bottom-right, .anim-slice-top-left, .anim-slice-top-right {
        opacity: 0.25 !important;
    }

    .light {
        width: 100%;
        margin-left: -50px;
    }

    .mobileImg {
        width: 32px;
        height: 32px;
    }

    .mobileHidden {
        display: none;
    }

    .social-icons {
        text-align: center;
        margin-bottom: -30px;
        margin-top: -10px;
        width: 110%;
        margin-left: -20px;
    }

    .topPadding80 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .subTitle {
        margin-top: 30px;
        font-size: 12pt;
        line-height: 20pt;
    }

    .scrolledArea {
        margin-bottom: 40px;
    }

    .gherkin {
        top: 60px;
        margin-top: -30rem;
        left: 18%;
        z-index: 10;
        width: 65%;
    }

    .bottomMargin300 {
        margin-top: 0;
        padding-top: 150px;
    }

}



