/* 
Green: #145D49
Yellow: #FFB400
Red: #DF451F
Black: #000000
 */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    font-family: "Quicksand";
  }

a:link { 
    text-decoration: none; 
} 

a:visited { 
    text-decoration: none; 
} 

a:hover { 
    text-decoration: none; 
} 

a:active { 
    text-decoration: none; 
}


/* HOME PAGE */

.masthead {
    min-height: 100vh;
    background-color: #145D49;
    display: block;
}

.studios-logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 50%;
}

.mastimg {
    width: 35%;
    margin-top: 4rem;
}

.studio-links {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}

.studio-links .studio-link {
    margin: 1rem;
    border-radius: 25px;
    background: #FFB400;
    padding: 20px;
}

.studio-links a:hover {
    color: #e7e9ec;
}

.studios-accent-color {
    color: #145D49;
    font-size: 25px;
    font-style: normal;
}

@media (max-width: 768px) {
    
    .mastimg {
        width: 85%;
        margin-top: 4rem;
    }

    .studio-links {
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* CONSTRUCTION PAGE */

.construction {
    min-height: 100vh;
    background-color: #145D49;
    display: flex;
    justify-content: center;
    align-items: center;
}

.construction span.consttext {
    background-color: #FFB400;
    color: #DF451F;
    padding: 18px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 10px;
}


/* PODCAST PAGES */

/* General */
.content {
    display: block;
}

.content .top-panel {
    height: 15rem;
}

.top-panel .tp-content {
    display: flex;
    height: 11rem;
    justify-content: center;
    align-items: center;
}

.top-panel .podcast-links {
    display: flex;
    height: 2rem;
    justify-content: center;
}

.podcast-links .podcast-link {
    margin-right: 1rem;
    margin-left: 1rem;
}

.content .bottom-panel {
    display: flex;
}

.bottom-panel .episodes {
    width: 65%;
    height: 100vh;
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.episodes .episodes-list-title {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

.episodes .episodes-container {
    margin-left: 10%;
    margin-right: 10%;
}

.episodes-container .eplink {
    color: black;
}

.podimg img {
    height: 10rem; 
    margin: 1rem;
    /* margin-right: 4rem; */
}

.episodes-container .episode {
    display: flex;
    align-items: center;
    margin: 2rem;
    /* border: solid; */
}

.hovernow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}
  
.hovernow:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.podcontent .titleline {
    display: flex;
    margin: 1rem;
    align-items: center;
}

.podcontent .eptitle {
    width: 80%;
}

.podcontent .publishdate {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    width: 20%;
}

.podcontent .poddesc {
    margin: 1rem;
}

.bottom-panel .podcast-about {
    display: flex;
    width: 35%;
}

.podcast-about .about-boundary {
    /* padding: 2rem; */
    margin: 2rem;
    /* border: solid;
    border-radius: 25px; */
    width: 100%;
}


@media (min-width: 769px) {
    .bottom-panel .episodes {
        overflow-x: hidden;
        overflow-y: auto;
    }
}


/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 768px) {
    .content .top-panel {
        height: 100vh;
    }

    .top-panel .tp-content {
        flex-direction: column;
        height: 90%;
    }

    .top-panel .podcast-links {
        display: none;
    }

    .bottom-panel {
      flex-direction: column-reverse;
    }


    .bottom-panel .podcast-about {
        width: 100%;
    }

    .bottom-panel .episodes {
        width: 100%;
        border-top: solid;
    }

    .mmm-episodes {
        border-image: linear-gradient(to right, transparent, #e39d59, transparent) 100% 1;
    }

    .rftb-episodes {
        border-image: linear-gradient(to right, transparent, #205B65, transparent) 100% 1;
    }

    .rftb-logo {
        zoom: 125%;
    }

    .bottom-panel .episodes {
        height: 100vh;
        width: 100%;
        /* overflow-x: hidden;
        overflow-y: hidden; */
    }
    
    .episodes .episodes-container {
        margin-left: 1%;
        margin-right: 1%;
    }

    .episodes .episode {
        background-image: url('{{ episode.artworkurl}}');
    }

    .podimg img {
        /* height: 4rem; */
        display: none;
    }

    .podcontent .publishdate {
        width: 25%;
    }

    .episodes-container .episode {
        margin: 1rem;
    }


  }

/* MMM */

/* Gray #252a3c
Accent Gray #e7e9ec
gold #e39d59 */

.mmm-main-color {
    background-color: #252a3c;
}

.mmm-secondary-color {
    color: #e7e9ec;
}

.mmm-accent-color {
    color: #e39d59;
    font-size: 25px;
    font-style: normal;
}

.mmm-header {
    font-family: "Bebas Neue";
    font-size: 140px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.mmm-links a:hover {
    color: #e7e9ec;
}

/* RFTB */

/* Orange f4830e
Teal 205B65
Gray 49585F
Pink FF6B6B
Green 105127 */

.rftb-logo {
    height: 10rem;
}

.rftb-main-color {
    background-color: lightblue;
}

.rftb-secondary-color {
    color: #f4830e;
}

.rftb-accent-color {
    color: #FF6B6B;
    font-size: 25px;
    font-style: normal;
}

.rftb-header {
    font-family: "Bebas Neue";
    font-size: 120px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.rftb-links a:hover {
    color: #105127;
}