body {
    background-color: black;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    /*text-shadow: 2px 2px #000000;*/
    overflow-x:hidden;
    color: #fff
}

html {
    scroll-behavior: smooth;
}

.parallax-window {
    min-height: 60vh;
    background: transparent;
}

.parallax-window-lg {
    min-height: 80vh;
    background: transparent;
}

hr {
    border-top:2px solid rgba(255, 255, 255, 0.51);
}

p {
    font-size: 1.1rem;
}

a, a:hover {
    color: #1F9FB9;
}

a.text-black, a.text-black:hover {
    color: #000;
}

.font-secondary {
    font-style: italic;
    font-family: 'PT Serif', serif;
    font-size:0.9rem;
}

.navbar-black {
    /*background-color: #000!important;*/
}

.bg-black {
    background-color: #000!important;
}

.cursor-pointer{
    cursor: pointer;
}

.videoLink {
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-spacer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.trailer-thumb {
    border: 2px solid white;
}

.spacer {
    height:2rem;
    background: black;
}

.parallax-align-left {
    background-position-x: left!important;
}

.parallax-align-right {
    background-position-x: right!important;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#burger {
    /*margin-top:20px;*/
    /*margin-bottom: 20px;*/
    margin-left: 2px;
    margin-right: 2px;
}

.burger-button {
    padding: .75rem;
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    cursor: pointer;
    border-radius:50%;
    /*width:90px;*/
    /*height:90px;*/
    margin: 20px;
    right:0;
}

.burger-button:hover {
    padding: .75rem;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99999;
    transition: .25s;
    border-radius:64px;
}

.cast-container {
    background-color: #101010;
    /*min-height:565px;*/
    border:1px solid rgba(186, 142, 57, 0.25);
}

.divider-top {
    border-top:1px solid rgba(186, 142, 57, 0.25);
}

.client-bg-secondary {
    background-color: #101010;
}

.producer-container {
    border: 1px solid white;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }
}

.opacity-diff {
    opacity: 1;
}

.down-chevron {
    opacity: .65;
    transition: .25s;
}

.down-chevron:hover {
    opacity: 1;
    transition: .25s;
}
.black {
    color: #000!important;
}

.text-white {
    color: rgba(255, 255, 255, 0.9) !important;
}

.audio-player {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 9999;
    display:none;
}

.btn-outline-gold {
    color: #ba8e39;
    border-color: #ba8e39;
}

.btn-outline-gold:hover {
    color: #000;
    background-color: #ba8e39;
    border-color: #ba8e39;
}

.darker-on-sm {
    background-color: transparent;
}

@media (max-width: 576px) {
    .darker-on-sm {
        background-color: rgba(0,0,0,0.55);
        color:white!important;
    }
}

.press-link-container, .creator-text-container {
    border: 1px solid #ba8e39;
    background-color: rgba(0,0,0,0.55)
}

.header-shadow {
    text-shadow: 0px 0px 10px #000;
}

.text-shadow {
    text-shadow: 0px 0px 10px #000;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text-client {
    color: #17c0e2!important;
}

.text-background-shade {
    background: rgba(0,0,0,0.25);
}

.bottom-0 {
    bottom: 0;
}
.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}

.horizontal-divider {
    width:50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);

}

.translate-shift-down {
    transform:translateY(2px);
}

.translate-shift-up {
    transform:translateY(-2px);
}