body {
    font-family: 'Catamaran', sans-serif;
    background-color: #000000;
    color: #FCD705;
}
body, html {
    overflow-x: hidden;
}
.bold {
    font-weight: 700;
}
.underline {
    font-weight: 700;
    text-decoration: underline;
    color: #FCD705;
}
.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    } to {
        opacity: 1;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-15%);
    } to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInDownTwo {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } to {
        opacity: 1;
        transform: translateY(0%);
    }
}
.animate__fadeInDown {
    animation-name: fadeInDown
}
.logo {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-direction: normal;
    margin-top: 28.61vw;
    width: 45.16vw;
}
#podcast {
    width: 70vw;
    height: 70vh;
    position: relative;
    overflow: visible;
}
.arrow {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDownTwo;
    animation-direction: normal;
    animation-delay: 0.4s;
    margin-top: 57.04vw;
    width: 6.52vw;   
}
.first-mid-text {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-direction: normal;
    margin-top: 23vw;
}
.second-mid-text {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    animation-name: fadeInDown;
    animation-direction: normal;
}
.third-mid-text {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 2.4s;
    animation-name: fadeInDown;
    animation-direction: normal;
}
.mid-text {
    text-align: center;
    font-size: 6.038647342995169vw;
    line-height: 9.178743961352657vw;
}
.listen {
    font-size: 6.280193236714976vw;
    line-height: 9.66183574879227vw;
    font-weight: 700;
    text-align: center;
    margin-top: 33.82vw;
}
.social-wrapper {
    display: flex;
   justify-content: center;
}
.social-container {
    box-shadow: 2px 5px 10px #FCD7053C;
    border-radius: 4.34vw;
    background-color: #FCD705;
    display: flex;
    justify-content: center;
    width: 13.52vw;
    height: 13.52vw;
    margin-left: 3.14vw;
    margin-right: 3.14vw;
}
.social-logo {
    width: 5.8vw;
}
.apple {
    width: 5.8vw;
    margin-top: -0.5vw;
}
.footer {
    margin-top: 66.42vw;
    margin-bottom: 29.7vw;
}
.first-footer-row, .second-footer-row, .third-footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.864734299516908vw;
}
.footer-link {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 3.864734299516908vw;
    line-height: 3.864734299516908vw;
}
.footer-link:hover, .footer-link:active, .footer-link:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.bullet, .dash {
    color: #FFFFFF;
}
.bullet {
    margin-left: 3.86vw;
    margin-right: 3.86vw;
    margin-top: 4vw;
}
.footer-mailto, .copyright {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 3.3816425120772946vw;
    line-height: 3.3816425120772946vw;
}
.copyright {
    font-size: 3.3816425120772946vw;
    line-height: 3.140096618357488vw;
}
.dash {
    margin-top: 4vw;
    margin-left: 2.18vw;
    margin-right: 2.18vw;
}
.second-footer-row {
    margin-top: 6vw;
}
.third-footer-row {
    margin-top: 6vw;
}
.yellow-text {
    color: #FCD705;
}

@media (min-width: 576px) {
    .hidden-br {
        display: none;
    }
    .logo {
        margin-top: 33.45vw;
        width: 29.82vw;
    }
    .arrow {
        margin-top: 30.58vw;
        width: 4.82vw;
    }
    .first-mid-text {
        margin-top: 2vw;
    }
    .second-mid-text {
        margin-top: -3vw;
    }
    .third-mid-text {
        margin-top: -3vw;
    }
    .mid-text {
        font-size: 3.7760416666666665vw;
        line-height: 5.729166666666666vw;
    }
    .listen {
        font-size: 4.166666666666666vw;
        line-height: 6.380208333333333vw;
        margin-top: 27.86vw;
    }
    .social-wrapper {
        margin-top: 2.99vw;
    }
    .social-container {
        width: 8.98vw;
        height: 8.98vw;
        margin-left: 2.14vw;
        margin-right: 2.14vw;
        border-radius: 2.86vw;
    }
    .social-logo {
        width: 3.9vw;
    }
    .apple {
        width: 3.9vw;
        margin-top: -0.5vw;
    }
    .footer {
        margin-top: 64.0625vw;
    }
    .footer-link {
        font-size: 2.734375vw;
        line-height: 2.864583333333333vw;
    }
    .bullet {
        font-size: 4.5vw;
        margin-left: 2.47vw;
        margin-right: 2.47vw;
        margin-top: 5vw;
    }
    .footer-mailto {
        font-size: 2.34375vw;
        line-height: 2.083333333333333vw;
    }
    .copyright {
        font-size: 2.34375vw;
        line-height: 2.083333333333333vw;
    }
    .first-footer-row, .second-footer-row, .third-footer-row {
        height: 4.166666666666666vw;
    }
    .second-footer-row {
        margin-top: 3.38vw;
    }
    .dash {
        font-size: 2vw;
        margin-left: 4.55vw;
        margin-right: 4.55vw;
        margin-top: 2.5vw;
    }
    .third-footer-row {
        margin-bottom: 33.98vw;;
        margin-top: 3.38vw;
    }
}

@media (min-width: 1200px) {
    .logo {
        margin-top: 13.625vw;
        width: 17.5vw;
    }
    .arrow {
        margin-top: 11.23vw;
        width: 2.86vw;
    }
    .first-mid-text {
        margin-top: 8.2vw;
    }
    .second-mid-text {
        margin-top: -2vw;
    }
    .third-mid-text {
        margin-top: -2vw;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-delay: 3.3s;
        animation-name: fadeInDown;
        animation-direction: normal;
    }
    .mid-text {
        font-size: 2.5520833333333335vw;
        line-height: 3.90625vw;
    }
    .listen {
        font-size: 2.5520833333333335vw;
        line-height: 3.90625vw;
        margin-top: 19.84375vw;
    }
    .social-wrapper {
        margin-top: 1.61vw;
    }
    .social-container {
        transform-style: preserve-3d;
        width: 6.3125vw;
        height: 6.3125vw;
        margin-left: 1.25vw;
        margin-right: 1.25vw;
        border-radius: 1.5vw;
    }
    .social-logo {
        transform: translateZ(20px);
        width: 3.29vw;
    }
    .apple {
        transform: translateZ(20px);
        width: 2.29vw;
        margin-top: -0.5vw;
    }
    .footer {
        margin-top: 29.16vw;
        margin-bottom: 14.16vw;
    }
    .footer-link {
        font-size: 1.3541666666666667vw;
        line-height: 1.6666666666666667vw;
    }
    .bullet {
        font-size: 2.5vw;
        margin-left: 1.5625vw;
        margin-right: 1.5625vw;
        margin-top: 2.5vw;
    }
    .footer-mailto, .copyright {
        font-size: 1.0416666666666665vw;
        line-height: 1.25vw;
    }
    .footer-link:hover, .footer-mailto:hover {
        text-decoration: underline;
    }
    .first-footer-row, .second-footer-row, .third-footer-row {
        height: 1.6666666666666667vw;
    }
    .second-footer-row {
        margin-top: 1.6145833333333335vw;
    }
    .dash {
        font-size: 1vw;
        margin-left: 1.3vw;
        margin-right: 1.3vw;
        margin-top: 1vw;
    }
    .third-footer-row {
        margin-bottom: 14vw;
        margin-top: 1.6145833333333335vw;
    }
}