@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Sour Gummy', cursive;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 16px 16px 16px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border-radius: 16px;
}

/* 

NAVIGATION 

*/

.nav__container

.nav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #9caf88; /*sage green*/
    padding: 0px 16px 0px 16px;
}

.nav__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
    text-align: center;
}

.nav__logo {
    margin: 8px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.nav__title {
    font-family: 'Permanent Marker', sans-serif;
    font-size: 42px;
    color: #ca6641; /*terracotta*/
}

.nav__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__link a {
    font-size: 20px;
    color: #f9e4bc; /*light cream*/
    padding: 0px 10px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav__link:hover {
    transform: translateY(-2px);
    text-decoration: underline 2px #f9e4bc; /*light cream*/
}


.nav__link--primary a {
    background-color: #ca6641; /*terracotta*/
    color: #f9e4bc; /*light cream*/
    padding: 4px 12px 4px 12px;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav__link--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}


/* 

HEADER 

*/

.header__container {
    padding: 16px;
    height: 632px;
    background: linear-gradient(135deg, #0b797c 0%, #0b797c 40%, #9caf88 100%); /*satin teal to sage green gradient*/
}

.header__row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-color: #f9e4bc; /*light cream*/
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
}

.profile__img--wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
}

.profile__img {
    width: 100%;
    border: 5px solid #b6b6b6; /*light gray*/
    border-radius: 10%;
}

.header__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    max-width: 500px;
}

.header__title {
    font-size: 28px;
    padding-bottom: 32px;
}

.header__title--span {
    font-family:'Permanent Marker', sans-serif;
    color: #9caf88; /*sage green*/
    font-size: 38px;
}

.header__description {
    font-size: 18px;
}

.header__button {
    margin-top: 24px;
    background-color: #ca6641; /* terracotta */
    color: #fff; /* white text */
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/*

ABOUT

*/

.about__container {
    height: 800px;
    padding: 16px;
    background-color: #ca6641; /*terracotta*/
}

.about__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 768px;
    background-color: #9caf88; /*sage green*/
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.about__description {
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 650px;
    color: #f9e4bc; /*light cream*/
    padding-left: 16px;
}

.about__title {
    padding-bottom: 48px;
    font-size: 36px;
}

.side-note {
    font-size: 22px;
    text-decoration: wavy underline;
}

.about__para {
    font-size: 20px;
    padding: 16px 0px;
}

.about__note {
    font-size: 16px;
    margin: 48px;
    padding: 6px;
    border: 2px solid #ca6641; /*terracotta*/
    border-radius: 16px;
}

.about__img--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.about__img {
    box-sizing: border-box;
    width: 200px;
    margin: 12px 6px;
    border: 5px solid #b6b6b6; /*light gray*/
}

.about__img--1 {
    transform: translateX(-70px);
}

.about__img--3 {
    transform: translateX(-120px);
}

/*

EPISODES

*/

.episodes__container {
    height: 800px;
    padding: 16px;
    background-color: #f9e4bc; /*light cream*/
}

.episodes__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #0b797c; /*satin teal*/
    height: 768px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.episodes__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #9caf88; /*sage green*/
    height: 100px;
    width: 100%;
    max-width: 800px;
}

.episodes__title {
    font-size: 38px;
}

.episodes__description--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 220px;
    font-size: 20px;
}

.episodes__para {
    padding-top: 8px;
}

.episodes__links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.episodes__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #9caf88; /*sage green*/
    margin: 0px 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.episodes__link i {
    color: #ca6641; /*terracotta*/
    font-size: 16px;
}

.episodes__link:hover {
    transform: translateY(-2px);
}

.fa-spotify,
.fa-podcast {
    color: #ca6641; /*terracotta*/
    font-size: 16px;
}

.fa-podcast {
    cursor: not-allowed;
}

.episode__tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 900px;
}

.episode__tile {
    text-decoration: none;
    color: inherit;
    cursor: not-allowed;
    display: flex;
    flex-direction: column;
    width: 200px;
    background-color: #f9e4bc; /*light cream*/
    border-radius: 12px;
    padding: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.episode__tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.episode__img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tile__content {
    text-align: center;
}

.episode__number

.episode__title

/*

CONTACT

*/

.contact__container {
    background-color: transparent;
}

.contact__row {
    height: 600px;
    background-color: #ca6641; /*terracotta*/
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact__description {
    height: 200px;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0px;
}

.contact__title {
    font-size: 36px;
}

.contact__para {
    font-size: 20px;
}

.contact__input--boxes {
    height: 300px;
    max-width: 800px;
    margin: 24px 0px;
}

.contact__input {
    font-size: 16px;
    width: 100%;
    max-width: 600px;
    margin: 16px 0px;
    padding: 6px;
}

.contact__email

.contact__message {
    margin-bottom: 32px;
    height: 100px;
}

.contact__btn {
    font-size: 16px;
    margin: 16px 0px;
    padding: 6px 10px;
    border: 2px solid;
    border-radius: 16px;
    background-color: #0b797c; /*satin teal*/
    cursor: pointer;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

#thank-you-message p {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    font-family: 'Permanent Marker', sans-serif;
    text-align: center;
    margin-top: 80px;
    text-decoration: underline;
    animation: pop-in 0.5s ease-out;
}

@keyframes pop-in {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/*

FOOTER

*/

.footer__container {
    background-color: transparent;
}

.footer__row {
    background-color: #9caf88; /*sage green*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 350px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.footer__top {
    display: flex;
    flex-direction:column;
    align-items: space-between;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 800px;
    padding: 20px;
}

.footer__note {
    color: #ca6641; /*terracotta*/
    font-size: 24px;
    padding: 32px;
}

.footer__nav--links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.footer__nav--link {
    text-decoration: none;
    cursor: pointer;
    color: #f9e4bc; /*light cream*/
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer__nav--link:hover {
    transform: translateY(-2px);
    text-decoration: underline 2px #f9e4bc; /*light cream*/
}

.footer__divider {
    background-color: #b6b6b6; /*light gray*/
    height: 4px;
    width: 100%;
    max-width: 800px;
    margin: 16px 0px;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    padding: 20px;
}

.footer__logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 4px;
}

.footer__copyright {
    color: #f9e4bc; /*light cream*/
    margin: 4px;
}

.footer__social--links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer__social--link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ca6641; /*terracotta*/
    margin: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.footer__social--link i {
    color: #f9e4bc; /*light cream*/
    font-size: 16px;
}

.footer__social--link:hover {
    transform: translateY(-2px);
}

.fa-instagram, 
.fa-tiktok, 
.fa-youtube {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-youtube {
    cursor: not-allowed;
}

/* RESPONSIVENESS */

/* 

SMALL PHONES, TABLETS, LARGE SMARTPHONES 

*/

@media (max-width: 768px) {
    
    /* NAV */

    .nav__main {
        max-width: 320px;
    }
    .nav__logo {
        height: 30px;
        width: 30px;
    }
    .nav__title {
        font-size: 26px;
    }
    .nav__link a {
        font-size: 16px;
    }

    /* HEADER */

    .header__content {
        max-width: 650px;
    }
    .profile__img {
        max-width: 300px;
    }
    .header__text {
        max-width: 250px;
    }
    .header__title {
        font-size: 24px;
    }
    .header__title--span {
        font-size: 30px;
    }
    .header__description {
        font-size: 16px;
    }

    /* ABOUT */

    .about__img {
        width: 150px;
    }
    .about__description {
        max-width: 450px;
    }
    .about__title {
        font-size: 26px;
    }
    .side-note {
        font-size: 20px;
    }
    .about__para {
        max-width: 400px;
        font-size: 16px;
    }
    .about__note {
        max-width: 270px;
        font-size: 14px;
    }

    /* EPISODES */

    .episodes__title {
        font-size: 26px;
    }
    .episode__tile {
        width: 170px;
    }

    /* CONTACT */

    .contact__title {
        font-size: 26px;
    }
    .contact__para {
        font-size: 18px;
    }
    .contact__input {
        font-size: 14px;
    }
    .contact__btn {
        font-size: 14px;
    }

    /* FOOTER */

    .footer__top {
        max-width: 550px;
    }
    .footer__note {
        font-size: 20px;
    }
    .footer__nav--links {
        font-size: 16px;
    }
    .footer__divider {
        height: 3px;
        max-width: 450px;
        margin: 0px;
    }
    .footer__bottom {
        max-width: 650px;
    }
    .footer__logo {
        height: 30px;
        width: 30px;
    }
    .footer__copyright {
        font-size: 12px;
    }
    .fa-instagram,
    .fa-tiktok,
    .fa-youtube {
        height: 26px;
        width: 26px;
        font-size: 14px;
        padding: 6px 5px;
    }
}

/* 

SMALL PHONES, LARGE SMARTPHONES 

*/

@media (max-width: 550px) {

   /* NAV */

    .nav__main {
        max-width: 220px;
    }
    .nav__logo {
        height: 25px;
        width: 25px;
    }
    .nav__title {
        font-size: 16px;
    }
    .nav__link a {
        font-size: 11px;
    }

    /* HEADER */

    .header__content {
        width: 100%;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
    .profile__img {
        display: block;
        max-width: 200px;
        border: 2px solid #b6b6b6; /*light gray*/
        margin: 0 auto;
    }
    .header__text {
        width: 100%;
        max-width: 400px;
        text-align: center;
    }
    .header__title {
        font-size: 14px;
    }
    .header__title--span {
        font-size: 18px;
    }
    .header__description {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .header__button {
        padding: 6px;
        font-size: 12px;
        margin: 16px auto 0 auto;
    }

    /* ABOUT */

    .about__row {
        display: flex;
        flex-direction: column;
    }
    .about__description {
        max-width: 400px;
        margin-top: 32px;
    }
    .about__title {
        font-size: 22px;
    }
    .side-note {
        font-size: 16px;
    }
    .about__para {
        font-size: 12px;
    }
    .about__note {
        max-width: 270px;
        font-size: 12px;
    }
    .about__img--wrapper {
        display: block;
    }
    .about__img {
        width: 100px;
        border: 2px solid #b6b6b6; /*light gray*/
        margin-bottom: 36px;
    }
    .about__img--1 {
        transform: translateY(0px);
    }
    .about__img--3 {
        transform: translateY(0px);
    }

    /* EPISODES */

    .episodes__title {
        font-size: 24px;
        margin-bottom: 48px;
    }
    .episodes__description--content {
        font-size: 20px;
        margin: 8px;
    }
    .episodes__para {
        padding-bottom: 6px;
    }
    .episodes__link {
        font-size: 20px;
        height: 30px;
        width: 30px;
    }
    .episode__tiles {
        max-width: 500px;
        gap: 60px;
    }
    .episode__tile {
        width: 100px;
        padding: 8px;
    }
    .episode__number {
        font-size: 16px;
    }
    .episode__title {
        font-size: 12px;
    }

    /* CONTACT */

    .contact__title {
        font-size: 22px;
    }
    .contact__para {
        font-size: 16px;
    }
    .contact__input {
        font-size: 14px;
    }
    .contact__btn {
        font-size: 14px;
    }

    /* FOOTER */

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__row {
        height: 400px;
    }
    .footer__top {
        max-width: 550px;
    }
    .footer__note {
        font-size: 20px;
    }
    .footer__nav--links {
        font-size: 16px;
    }
    .footer__divider {
        height: 2px;
        width: 100%;
        max-width: 400px;
        margin: 24px;
    }
    .footer__bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1000px;
        padding: 20px;
        flex-wrap: wrap;
        gap: 8px;
    }
    .footer__logo--wrapper {
        margin-bottom: 6px;
    }
    .footer__logo {
        height: 30px;
        width: 30px;
    }
    .footer__copyright {
        font-size: 12px;
        text-align: center;
    }
    .footer__social--links {
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-shrink: 0;
    }
    .footer__social--link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #ca6641; /*terracotta*/
        cursor: pointer;
        flex-shrink: 0;
    }
    .footer__social--link i {
        color: #f9e4bc; /*light cream*/
        font-size: 16px;
        padding: 6px 6px;
        flex-shrink: 0;
    }
}