body {
    background-image: url(img/bg3.jpg);
    background-position: top center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    --yellow: #f1c138;
}
.navbar-dark .navbar-toggler {
    border: 0;
}
.container {
    padding-bottom: 140px;
    max-width: 480px;
}
.fold {
    padding-top: 2em;
    margin: 0 auto;
    width: 100%;
}
.fold .logo {
    margin: 0 auto;
    width: 70%;
    position: relative;
    margin-bottom: 1.2em;
    padding: 0 2em;
    z-index: 10;
}
.logo .item {
    z-index: 10;
    position: relative;
}
.logo .circle {
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn {
    from {
        transform: scale(.65, .65);
        opacity: .5;
    }
    to {
        transform: scale(2, 2);
        opacity: 0;
    }
}

.title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    width: 55%;
    font-size: 2.5em;
    line-height: 1em;
    /* word-spacing: 0.5em;; */
}
.second {
    /* color: #f5c546; */
}
.playlists {
    margin: 0 auto;
    padding: 0 10%;
    padding-top: 80px;
}
.playlists .headline {
    width: 67%;
    margin: 0 auto;
}

.player-container {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 128px;
    width: 100%;
    z-index: 9999;
    z-index: 100000;
    background: rgb(55,45,227);
    background: linear-gradient(0deg, rgba(55,45,227,1) 0%, rgba(9,9,121,0.5900735294117647) 40%, rgba(0,212,255,0) 90%);
}
.player-status {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8em;
}
.player-title {
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
}
.player-author {
    font-size: 0.8em;
}

.player {
    background-color: #67b8b0;
    margin: 0 auto;
    width: 95%;
    max-width: 600px;
    height: 90px;   
    border-radius: 24px;
    padding: 12px 4px;
}
.player-controls {
    padding-top: 12px;
}
.warning {
    padding-top: 0.5em;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    color: #fff;
    width: 88%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
#the-daily-grind-playlist .track { 
    font-weight: bold;
    /* min-height: 80px;
    vertical-align: middle; */
}
.playlist-card {
    top: 99%;
    left: 1%;
    height: 92%;
    width: 98%;
    background: rgba(255,255,255,0.99);
    position: fixed;
    z-index: 99;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    --thought-leaders-color: #75c0b5;
    --daily-grind-color: #f1c138;
    /* overflow-y: scroll; */
    padding-bottom: 120px;
    overflow-y: hidden;
    border-radius: 30px;
}
@media screen 
  and (min-width: 1024px) 
   { 
       .playlist-card {
           width: 60%;
           left: 20%;
       }
}

@media screen 
  and (min-width: 600px) 
   { 
       body {
           background-repeat: no-repeat;
           background-attachment: fixed;
       }
}

.playlist-card.show {
    top: 8%;
}
.playlist-card-container {
    position: relative;
    height: 100%;
    width: 100%;
}
.playlist-header {
    position: absolute; 
    width: 100%; 
    height: 40px; 
    top: 0; 
    text-align: center; 
    z-index: 10; 
    color: violet;
}
.playlist-title {
    color: #75c0b5;
    font-size: 2em;
    font-weight: 700;   
}
.playlist-scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.playlist-card .the-thought-leaders-color {
    color: var(--thought-leaders-color);
}
.playlist-card .the-thought-leaders-border {
    border: 2px solid var(--thought-leaders-color);
}
.playlist-card .the-daily-grind-color {
    color: var(--daily-grind-color);
}
.playlist-card .the-daily-grind-border {
    border: 2px solid var(--daily-grind-color);
}
.playlist-description {
    padding: 0.5em;
    line-height: 1.1em;
}
.track-icon {
    width: 40px;
}
.track-title {
    font-size: 1.2em;
}
.track {
    border-radius: 40px;
    border: 1px solid yellow;
    padding: 0.25em;
    margin: 0.2em;
    cursor: pointer;
}
.track.inactive {
    opacity: 0.5;
}
.label-coming-soon {
    font-size: 0.8em;
}
.carousel-item {
    padding: 4px;
}
.carousel-item img {
    border-radius: 20px;
}
.carousel-item.coming-soon {
    opacity: 0.5;    
}
.binaural {
    padding: 0 2em;
    margin-top: 40px;
    padding-top: 60px;
}
.headline {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.1em;
    padding: 0.5em 0;
}
.binaural .headline {
    color: #f1c138;
}
.diagram {
    margin-top: 40px;
}
.yellow {
    color: #f1c138;
}
.learn-more a {
    /* display: inline-block; */
    width: 33%;
    height: 120px;
    line-height: 16px;
    border: 1.5px solid #fff;
    padding: 0.7em;
    border-radius: 1em;
    color: #fff;
    text-decoration: none;
    text-align: left;
    margin: 1px;
    opacity: 0.9;
    font-size: 0.8em;
}
.learn-more a:hover {
    opacity: 1;
}

#yourthoughts {
    padding: 3em 0;
}
#yourthoughts div {
    margin: 0 auto;
    width: 80%;
}

.bg-gray-80 {
    background: rgba(33,33,33,0.5);
}
.navbar {
    z-index: 99999;
}

#navbarToggleExternalContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99998;
}
#navbarToggleExternalContent a {
    color: #fff !important;
}
.note {
    padding: 2em 0.2em;
    line-height: 1.1em;
}

#healthDisclaimer .modal-content {
    background-color: #24286f;
    border-radius: 1em;
}
#healthDisclaimer .modal-body {
    color: #fff !important;
}

.headphones  {
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
}
.headphones .sub {
    font-size: 0.7em;
    opacity: 0.5;
}
.headphones-disclaimer {
    text-align: center;
    padding: 1.5em 0.25em;
    line-height: 1.1em;
    font-family: 'Montserrat', sans-serif;
    color: rgb(200,200,200);
}
.author {
    font-size: 0.8em;
}