body {
    background-color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /*text-shadow: 2px 2px #000000;*/
}

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.2rem;
}

a, a:hover {
    color: #65eae0;
}

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;
}

.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: #c7c7c7 !important;
}

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