
:root { scroll-behavior: smooth; }

body {
    font-family: "Libre Franklin", sans-serif;
    font-size: medium;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
}

/*===================== HEADER STYLE =====================*/

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
  }

  nav {
    color: #fff;
background-image: url("./img/black-bg.jpg");
background-size: cover;
background-position-y: 42%;
    /*background-color: #fff;*/
    padding: 1% 5% 1% 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    box-shadow: rgba(0, 0, 0, 0.45) 0 1.5625em 1.25em -1.25em;
    /* font-family: 'Montserrat', sans-serif; */
font-size: 1rem;
font-weight: bold;
}

.mobile-header-links{
    display: none;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5rem;
    font-size: 1rem;
    scroll-behavior: auto;
}

.nav-links li {
    display: inline-block;
}

.nav-links li a {
    color: #f6d607 ;
    text-decoration: none;
}

.active {
    color: #fff !important;
}
.nav-links a {
    text-decoration: none;
    color: #f6d607 ;
}

.nav-links a:hover {
    color: #fff;
  }
  

.button {
    padding: 0.5em 1em;
    /* background-color: #f6d607; */
    background: rgb(246,214,7);
background: linear-gradient(177deg, rgba(246,214,7,1) 0%, rgba(246,175,7,1) 100%);
    color: #333;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all .5s ease;
    text-align: center;
    outline: none;
    border: 0.1875em solid #ffffff00;

}

button:hover {
    /* color: #f6d607;
    background-color: #111111;
    border: 0.1875em solid #f6d607; */
    color: #f6d607;
    background: #111111;
    border: 0.1875em solid #f6d607;  
    transition: 0.5s ease;
}

.logoImg{
    height: 4rem;
}

/* Subscribe link desktop style */

.subscribeLink{
display: none !important;
}

/* Subscribe button style */
.subButton{
    height: 4rem;
}

.menu-icon {
    display: none;
    cursor: pointer;
    font-size: 1.5em;
}

.header-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 10%;
}

.header-links img{
    width: 20%; /* Adjust the width as needed */
    margin: 2px;}


/* Dropdown menu */
.dropdown {
    display: none;
    position: absolute;
    background-color: #333;
    width: 100%;
    top: calc(100% + 1.25em); /* Position below the header */
    left: 0; /* Align with the left edge of the header */
    z-index: 999; /* Ensure it appears above other content */
}

.dropdown a {
    display: block;
    padding: 0.625em;
    color: #fff;
    text-decoration: none;
}


/*===================== MAIN STYLE =====================*/
  main {
    flex: 1;
    /* padding:  0 1.25em; */
    padding: 1% 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* background-color: #B0B0BC; */
    background: rgb(107,107,107);
    background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(126,126,126,1) 16%, rgba(121,121,122,1) 29%, rgba(153,150,150,1) 60%, rgba(153,150,150,1) 69%, rgba(103,103,103,1) 100%);
    background-size: contain;
}

h2 {
    font-size: 2rem;
}

iframe{
    height: 33vh;
    width: 30vw;
}

.available-links img{
    height: 3rem;
    
}

.available-links {
    text-align: center;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.625em;
 padding: 1% 10%;
 margin-top: 10%;
}

.available-link {
    padding: 0.625em 1.25em;
    color: #010103;
    /* font-weight: bold; */
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.available-link a{
    cursor: pointer;

}

/*===================== MAIN DIV STYLE =====================*/

main div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 3%; */
    height: auto;
}

.mainContainer{
flex-grow: 1;
}

.homeContainer{
    flex-grow: 1;
    padding: 3% 10% 0% 10%;
    }

iframe {
    box-shadow: rgba(50, 50, 93, 0.25) 0 0.375em 0.75em -0.125em, rgba(0, 0, 0, 0.3) 0 0.1875em 0.4375em -0.1875em;
}

.sponsor{
    font-size: 1rem;
    padding: 0 20%;
}

#contact{
margin-bottom: 6%;
}

.flexRow{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 5%
}

.flexRow2{
    display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 5%;
margin-top: 10%;
}

.flexRow3{
    display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 5%;
margin-top: 5%;
}

.mobileReverse {
flex-direction: row;
}

.comingSoon{
    height: 8rem;
}

#watchMore{
    text-decoration: none;
    font-size: 2rem;
    color: #010103;
}

/*===================== INFO STYLE =====================*/

.textBgColor{
    /* background-color: #f6d60790; */
    border-radius: 5%;
    padding: 5%;
}

.info {
    font-size: 	1.2rem;
    line-height: 1.4em;
    text-align: left;
    width: 40%;
    /* background-image: url("./img/blacksplash.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0%; */
    /* color: #f6d607; */
    color: #010103;
}

.infoAbout {
    font-size: 	1rem;
    /* text-align: center; */
    width: 40%;
    height: 100%;
}

/* styling for Jason and Ryan pics */
.imgAbout {
    width: 25% !important;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0 0.375em 0.75em -0.125em, rgba(0, 0, 0, 0.3) 0 0.1875em 0.4375em -0.1875em;
border: 1rem solid #010103;
}

.imgAbout2{
    width: 30% !important;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0 0.375em 0.75em -0.125em, rgba(0, 0, 0, 0.3) 0 0.1875em 0.4375em -0.1875em;
border: 1rem solid #010103;
}

/* styling for image Headers */
.imgHeader {
    height: 6rem;
    padding: 5% 0%;
}
/*===================== EPISODE STYLE =====================*/
.episodeContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;}

#episodes{
    margin-bottom: 5%;
}
    
    .episode {
        width: 30%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.25em;
        border: 0.1875em solid #111111;
        padding: 5%;
        background: rgb(246,214,7);
        background: linear-gradient(177deg, rgba(246,214,7,1) 0%, rgba(246,175,7,1) 100%);        
        border-radius: 5%;
        font-size: 2rem;
        text-decoration: none;
        color: #111111;
        transition: 0.5s ease;
        text-align: center;
        height: 40vh;
        cursor: pointer;
        overflow: hidden;
    }

    .episode a{
        color: #1c1c1c;
    }

.episode p{
    font-size: 0.8rem;
    width: 80%;
    word-break: break-word;
}

.episode h2{
    font-size: 1.6rem;
}


.episode:hover{
    color: #f6d607;
    background: #111111;
    border: 0.1875em solid #f6d607;  
    transition: 0.5s ease;
}



/*===================== FORM STYLE =====================*/


.contactContainer {
    border-radius: 0.3125em;
    background-color: #010103;
    color: #fff;
    padding: 1.875em;
    margin-top: 20%;
    width: 100%;
  }

.contactForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 40vh;
    padding: 1.875em;

}

input[type=text], [type=email], select {
    width: 100%;
    padding: 0.75em;
    border: 0.0625em solid #ccc;
    border-radius: 0.25em;
    box-sizing: border-box;
    margin-top: 0.375em;
    margin-bottom: 1em;
    resize: vertical;
    height: 2rem;
  }

  input[type=message], select, textarea {
    width: 100%;
    height: 20% !important;
    padding: 2rem 0.75em;
    line-height: 200%;
    overflow: hidden ;
    border: 0.0625em solid #ccc;
    border-radius: 0.25em;
    box-sizing: border-box;
    margin-top: 0.375em;
    margin-bottom: 1em;
    resize: vertical;
  }
  
  input[type=submit] {
    padding: 0.5em 1em;
    /* background-color: #f6d607; */
    background: rgb(246,214,7);
background: linear-gradient(177deg, rgba(246,214,7,1) 0%, rgba(246,175,7,1) 100%);
    color: #333;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all .5s ease;
    text-align: center;
    outline: none;
    border: 0.1875em solid #ffffff00;

}

input[type=submit]:hover {
    color: #f6d607;
    background: #111111;
    border: 0.1875em solid #f6d607;  
    transition: 0.5s ease;
    }


/*===================== RETURN TO TOP STYLE =====================*/

    .stt {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background: rgb(128, 128, 255) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
        box-shadow: 0 0.25rem 0.5rem 0 gray;
        opacity: 0.7;
      }
      
      .stt:hover {
        opacity: 0.8;
      }
      
      .stt:focus {
        opacity: 0.9;
      }
      
      .stt:active {
        opacity: 1;
      }

      .hidden {
        opacity: 0;
        transition: opacity 0.5s ease;
        /* You can add more styles to hide the element */
    }
    
    .visible {
        opacity: 0.7;
        transition: opacity 0.5s ease;

    }
    

    hr{
        width: 80%;
        border: 1px solid #6e6e6e;
        margin-bottom: 2rem;
    }

    .copyright{
        display: inline;
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
/*========================================================*/
/*===================== TABLET STYLE =====================*/
/*========================================================*/    

@media (min-width: 768px) and (max-width: 1280px) {


nav{
    padding: 1% 0% 1% 2%;
    /* justify-content: center; */
}

.nav-links{
    font-size: 1.2rem;
}

.nav-links li a{
font-size: 1rem;
}

.header-links{
    display: none;
}

/* styling for Jason and Ryan pics */
.imgAbout {
    width: 35% !important;
    height: auto;

}

.imgAbout2 {
    width: 30% !important;
    height: auto;

}

    .logoImg{
        height: 2rem;
    }

    .contactForm{
        height: 30vh;
    }

    .button {
        padding: 0.5em 0.75em;
    }

    #about{
        scroll-margin-top: 5vh;
    }

    #contact{
        scroll-margin-top: 5vh;
    }

    #episodes{
        scroll-margin-top: 5vh;
    }

    .episode{
        height: 25vh;
    }

    .episode p{
        display: none;
    }
}

/*========================================================*/
/*===================== MOBILE STYLE =====================*/
/*========================================================*/

@media only screen and (max-width: 768px) {

/*===================== HEADER STYLE =====================*/

header {
    position: sticky;
    top: 0;
    z-index: 9999;
}


/* Hamburger menu icon styles */
.menu-icon {
    display: block; /* Displayed on mobile */
        font-size: 2.5em;
}

nav{
    padding: 5% 5% 5% 10%;
}

.nav-links {
    display: none; /* Hidden on mobile */
    background-color: #333;
    padding: 2%;
    margin-top: 0;
    position: absolute;
    top: calc(100%); /* Position below the header */
    left: 0; /* Align with the left edge of the header */
    width: 80vw;
    gap: 1rem;
    flex-direction: column;
}

.nav-links li {
    display: block;
    margin-left: 0;
}

.nav-links li:first-child {
    margin-top: 0.625em;
}

.mobile-header-links{
    display: block;
    margin-left: 0;
}

.mobile-header-link{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 2rem;
    width: 2rem;
    scroll-behavior: auto;
}

.header-links{
    display: none;
}

.button {
    display: block;
    margin-top: 0.625em;
}

/* Mobile Subscribe link for dropdown style */
.subscribeLink{
    display: block !important;
    }

/* Mobile logo style */
.logoImg{
    height: 2.5rem;
}

/* Mobile Subscribe button style */
nav form{
display: none;
}

.available-link{
    padding: 0.5em 1em;
}

.available-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.available-links img{
    height: 2rem;
}

/*===================== CONTACT MOBILE STYLE =====================*/

.contactContainer{
    width: 80%;
}

input[type=submit] {
    font-size: 0.8rem;
}


/*===================== MAIN MOBILE STYLE =====================*/
/* main{
    max-width: 100%;
} */


iframe {
    width: 100%;
}
    main div{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 5%;
    }

/* styling for image Headers */
.imgHeader {
    height: 5rem;
    padding-top: 4%;
}

    .info {
        padding: 2% 5%;
        font-size: 	1rem;
        /* line-height: 1.667em; */
        text-align: center;
        margin-top: 5%;
        width: 80%;
    }


/* rows become vertical */
.flexRow {
    display: flex;
    flex-direction: column ;
    align-items: center;
    gap: 5%
    }

    .sponsor{
margin-bottom: 10%;
    }


/* styling for Jason and Ryan pics */
.imgAbout {
    width: 60% !important;
    height: auto;
    margin: 5% 0;
}

.imgAbout2 {
    width: 60% !important;
    height: auto;
    margin: 5% 0;
}

.infoAbout {
    width: 70%;
}

    /* reverse order of Ryan About for mobile */
.mobileReverse{
    flex-direction: column-reverse;
}

/*===================== EPISODE STYLE =====================*/

.episodeContainer{
    justify-content: center;}

.episode{
    width: 60%;
    height: fit-content;
}

.episode h2{
    font-size: 1rem;
}

.episode p{
    display: none;
}

#about{
    scroll-margin-top: -5vh;
}

#contact{
    scroll-margin-top: 5vh;
}

#episodes{
    scroll-margin-top: 5vh;
}
}