@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@100;200;300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;600;700&display=swap');

:root {
    --site-orange: rgb(255, 184, 77);
    --site-light-orange: #f2f2f2;
    --site-dark-orange: #cb410b;
    --site-white: #FFFAFA;
    --site-title-text: 'Josefin Sans', sans-serif;
    --link-color: #4775d1;
    --link-visited-color: #000080;
}

html, body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Titillium Web';
    font-size: 16px;
    /* border-right: 2px solid yellow; */
    background-color: var(--site-white);
}

main {
    flex: 1 0 auto;
}


footer.page_bottom {
    background-color: var(--site-orange);
    text-align: center;
    color: var(--site-white);
    padding: 20px 0;
    flex-shrink: 0;
}


.social_icons {
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    justify-content:center;
    height: 40px;
}


.social_icons li {
    margin-right: 20px;
}

.social_icons li,
.social_icons img {
    height: 100%
}

footer span {
    display: block;
    font-size: 2em;
    border-bottom: 0;
    margin-bottom: 20px;
    color: var(--site-white);
    font-family: var(--site-title-text);
}

main {
    width: 100%;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 100px;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

figure,
figcaption {
    margin: 0;
    padding: 0;
}



p a {
    text-decoration: none;
    color: var(--link-color);
}

.icon {
    transition: transform 0.5s;
    border-bottom: 0;
}

.icon:hover {
    transform: scale(1.1);
    border-bottom: none;
}

.page_content > a {
    border-bottom: 0;
}

.nav-menu a {
    border-bottom: 0;
}

header {
    box-shadow: 0px 10px 8px -15px var(--site-dark-orange); 
}

.page_content {
    width: 96%;
    margin: 80px auto 0 auto;
    /* border-top: 1px solid yellow; */
}

button {
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    cursor: pointer;
    color: gray;
}

/* NAVIGATION */
.navigation {
    z-index: 100;
    text-transform: uppercase;
}

.nav-toggle{
    display:none;
    position:absolute;
    /* border-radius: 100%; */
    top:-4px;
    right:-2px;
    width:50px;
    height:50px;
    /* background-color:#11999e; */
    cursor:pointer;
}

span.icon-bar{
    position:absolute;
    right:12px;
    display:block;
    width:26px;
    height:2px;
    background-color:#000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.icon-bar:nth-child(1){
  top:17px;
}
.icon-bar:nth-child(2){
  top:24px;
}
.icon-bar:nth-child(3){
  top:31px;
}
.nav-overlay{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: var(--site-white);
    z-index:3;
    opacity:0;
    visibility:hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav-overlay.active{
    opacity:1;
    visibility:visible;
}

/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1){
    top:24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2){
    width:0;
}
.nav-toggle.active .icon-bar:nth-child(3){
    top:24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ... */

.navigation {
    position: fixed;
    background-color: var(--site-white);
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    /* background: green; */
}

.navigation nav {
    float: left;
    width: 60%;
}

.navigation .logo {
    float: left;
    width: 40%;
    text-align: left;
    /* background: yellow; */
}

.navigation ul {
    list-style-type: none;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    padding: 0 20px 0 0;
    height: 80px;
    line-height: 55px;
    /* background: yellow; */
  }
  
.navigation ul li {
    text-align: right;
    display: inline-block;
}

.navigation li a {
text-decoration: none;
color: #000;
display: inline-block;
padding: 10px;
}

.logo {
    height: 80px;
    padding-left: 20px;
    z-index: 10;
}

.logo img {
    height: 100%;
}


p a:visited {
    color: var(--link-visited-color);
}

/* a:hover {
    border-bottom: 2px solid orange;
  } */

/* ... */



/* HOME PAGE */
/* slider */
.slides {
    margin-top: 2px;
}


/* shows */
.shows_container {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 200px;
}

.shows {
    margin-bottom: 100px;
    /* background: #cca; */
}

.show_thumbs {
    display: flex;
    /* justify-content: space-around; */
    /* gap: 4px; */
    row-gap: 10px;
    flex-wrap: wrap;
    padding: 0 4px;
}

.show_thumbs li {
    flex-direction: row;
    flex: 100%;
    max-width: 100%;
    /* margin: 4px; */
    margin-bottom: 40px;
    /* width: 100%;
    height: 200px; */
    /* background: #eee; */
    /* background-color: var(--site-orange); */
    /* background: #999; */
    padding: 0 4px;
}

.show_thumbs a{
    color: #000;
    text-decoration: none;
}

.show_thumbs figure {
    
    margin-bottom: 10px;
    padding: 0;
    
}

.show_thumbs figure img {
    width: 100%;
}

.show_thumbs figcaption{
    font-size: 1rem;
    width: 100%;
    margin-top: -10px;
}

.shows_container h2 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 4px;
    margin-top: 2px;
}


/* INDIVIDUAL SHOW PAGES */

.podcast_details {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.podcast_image {
    display: block;
    margin: 20px auto;
    width: 100%;
    /* background: #ccc; */
    text-align: center;
}


.podcast_image img {
    width: 70%;
    height: auto;
    border-radius: 10px;
}

.podcast_episodes {
    text-align: center;
    font-size: 0.8em;
    margin-top: -20px;
}

.podcast_status {
    width: 100%;
    background: var(--site-orange);
    color: var(--site-white);
    padding: 2px 5px;
    border-radius: 5px;
}

.podcast_name {
    font-size: 1.5em;
    margin-top: 8px;
}

.podcast_info {
    padding: 20px;
}

.podcast_description {
    margin-bottom: 4px;
    /* font-family: "Raleway"; */
    /* font-weight: 600; */
    font-size: 1rem;
    line-height: 1.5;
}

.podcast_credits img {
    width: 100%;
}

.more_text {
    display: none;
}

.listening_platforms ul {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
}

.listening_platforms ul li {
    width: 50px;
    height: 50px;
}

.listening_platforms img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.podcast_credits,
.podcast_extras,
.podcast_media {
    width: 96%;
    padding: 10px;
    margin: 20px auto 0 auto;
}

.podcast_credits,
.podcast_media {
    /* border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc; */
    background-color: var(--site-light-orange);
}

.podcast_credits h3,
.podcast_extras h3 {
    margin-top: 2px;
}

.podcast_media ul {
    text-align: center;
    line-height: 1.5rem;
}

.patreon {
    /* display: inline-block; */
    border: 1px solid var(--site-orange);
    transition: 0.5s;
    text-align: center;
}

.patreon:hover {
    border-radius: 30px;
}

.patreon:hover {
    background-color: none;
}

.patreon figcaption {
    margin-top: -10px;
    width: 100%;
}

/* Psychedelic Women */

#psychedelic_women h5 {
    margin-bottom: 2px;
}

#psychedelic_women h4,
#psychedelic_women p {
    margin: 2px 0;
}

/* tabs */

.tab {
    overflow: hidden;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    /* transition: 0.3s; */
    font-size: 17px;
}

/* .tab button:hover {
    background-color: #ddd;
} */

.tab button.active {
    border-bottom: 2px solid var(--site-dark-orange);
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}












/* Tune Tales */
#tune_tales .podcast_credits h5 {
    text-align: center;
    font-size: 1rem;
}

#tune_tales .podcast_credits img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.listening_platforms ul li {
    width: auto;
    height: 50px;
}


/* ABOUT PAGE */
.about {
    margin: 60px auto;
    width: 80%;
    font-size: 1.2rem;
}

.about img {
    display: block;
    margin: 0 auto;
}
.about h1 {
    text-align: center;
}

.about p {
    margin-bottom: 40px;
}

.websites {
    text-align: center;
    margin-top: 50px;
}

.websites li {
    margin: 18px;
}


/* CONTACT */

#contact_info {
    text-align: center;
    margin-bottom: 200px;
}
#contact_info img {
    width: 310px;
    height: 45px;
    padding-bottom: 20px;
  }



a {
    text-decoration: none;
}


/* AT 500 */
@media screen and (max-width:500px){

    /* NAV */
 
    header {
        box-shadow: none;
    }

    .logo {
        height: 60px;
    }

    .navigation nav {
        width: 100%;
    }
     .navigation{
         text-align: left;
     }
 
     ul.nav-menu{
         position:absolute;
         top:50px;
         width:100%;
         height:0;
         padding:0;
         overflow:hidden;
     }
     ul.nav-menu.active{
         height:auto;
     }
     ul.nav-menu li{
         width:100%;
     }
     
     ul.nav-menu li a{
         width:100%;
         padding:0;
         font-size: 20px;
         line-height: 50px;
         text-align:center;
         /* background-color: #4291ed; */
     }

     ul.nav-menu li a:focus {
        background-color: var(--site-orange);
        transform: scale(1.1);
     }
     /* ul.nav-menu li:nth-child(1){
         background-color: #f02936;
     }
     ul.nav-menu li:nth-child(2){
         background-color: #f09629;
     }
     ul.nav-menu li:nth-child(3){
         background-color: #f0f029;
     }
     ul.nav-menu li:nth-child(4){
         background-color: #77eb34;
     } */
 
 
     ul.nav-menu li a:hover{
         border-bottom: none;
     }
     .nav-toggle{
         display:block;
     }
 

 
 }

 @media screen and (min-width:600px){
    .show_thumbs li {
        flex: 33%;
        max-width: calc(33% - 8px);
        margin: 4px;
    }

    .podcast_details {
        flex-direction: row;
        /* border: 1px solid yellow; */
    }
    
    .podcast_figure {
        flex-basis: 30%;
        flex-grow: 1;
    }

    .podcast_info {
        flex-basis: 70%;
        flex-grow: 3;
    }

    .listening_platforms ul {
        width: 100%;
        display: flex;
        justify-content:flex-start;
    }

    .listening_platforms li {
        margin-right: 20px;
    }

    .patreon {
        width: 50%;
        margin: 0 auto;
    }

    .patreon img {
        width: 50%;
    }

    .about {
        width: 50%;
    }
 }