body {
    max-width: 100vw;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Roboto", sans-serif;
    background-color: #F9F6E7;
    color: #9e291a;
}

main {
    width: 99vw;
    margin: 0 auto;
}

/* Navbar */
nav {
    background-color: #F19C79;
}

.navbar-brand:hover {
    color: #84D7D0;
}

.nav-link:hover {
    color: #84D7D0;
}

.creator {
    height: inherit;
    width: inherit;
    border-radius: inherit;
    z-index: -1;
    mix-blend-mode: multiply;
}

.sec-02 p {
    color: #9e291a;
}

.carousel-item {
    width: inherit;
    height: max-content;
    padding: 2.5%;
}

.project-caption {
    padding: 0 10%;
    font-weight: 400;
    color: #A44A3F;
}

.project-img-overlay {
    width: 50%;
    height: max-content;
    border-radius: 100%;
    padding: 5%;
    margin: 10% auto;
    background-color: #F27B6E;
}

.project-img {
    width: 100%;
    height: auto;
    border-radius: inherit;
}

#gloves .project-img-overlay {
    height: max-content;
    width: max-content;
}

#gloves .project-img {
    width: auto;
    height: 35vw;
}

.project-stats {
    height: 25%;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 25px;
}

.stat {
    width: 33.333%;
    margin: 2.5% 2.5%;
    align-self: center;
    align-content: center;
    background-color: #F27B6E;
    color: #F8DBB0;
    border-radius: 100%;
}

.stat-text {
    height: 50%;
    margin: 25% 0 !important;
}

.stat:nth-child(even) .stat-text p {
    color: #F9F6E7;
}

.stat:nth-child(odd) .stat-text p {
    color: #A44A3F;
}

.stat:nth-child(even) {
    background-color: #F27B6E;
    color: #F8DBB0;
}

.stat:nth-child(odd) {
    background-color: #F8DBB0;
    color: #F27B6E;
}

.stat-header {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}

.carousel-link {
    color: inherit;
    text-decoration: dashed underline #9e291a;
}

.carousel-link:hover {
    color: #F27B6E;
    text-decoration: dashed underline #9e291a;
}

.carousel-link:visited {
    text-decoration: dashed underline #84D7D0;
}

.sec-03 {
    color: #9e291a;
}

.sec-03 h1 {
    font-family: "Euphoria Script", cursive;
}

.sec-03 h3 {
    margin: 15% 0 10% !important;
    color: #F19C79;
}

.overlay-creator .creator {
    z-index: -1;
    mix-blend-mode: multiply;
}

footer {
    background-color: #9e291a;
    color: #F8DBB0;
    text-align: center;
    font-size: 1.25rem;
}

.contact-links {
    margin: 20% 5%;
}

footer a {
    font-size: 2rem;
    color: #F8DBB0;
    margin: 5%;
}

footer a:hover {
    color: #84D7D0;
}

.copyright {
    padding: 0;
    padding-bottom: 5%;
    margin: 0;
    font-family: "Euphoria Script", cursive;
    font-size: 1.25rem;
}

@media only screen and (max-width: 720px) {
    .navbar-toggler:hover {
        background-color: #F8DBB0;
    }
    
    .navbar-brand {
        font-family: "Euphoria Script", cursive;
        font-size: 3.25rem;
        color: #F9F6E7;
    }
    
    .nav-item {
        height: 10vw;
        width: 20vw;
        margin: 2.5%;
    }
    
    .nav-link {
        font-family: "Euphoria Script", cursive;
        font-size: 2rem;
        color: #F9F6E7;
    }


    section {
        padding: 10% 2.5%;
        width: inherit;
        height: auto;
    }

    .intro {
        margin: 5vw auto;
        font-weight: 300;
        color: #F19C79;
        font-size: 2.5rem;
    }

    .overlay {
        height: auto;
        width: 50vw;
        border-radius: 100%;
        margin: 10% auto;
        padding: 0;
        background-color: #f8dbb0;
    }   

    h1 {
        font-size: 5rem;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    h3 {
        font-size: 2rem;
        font-family: "Roboto Slab", serif;
        text-align: center;
        margin: 5% 0 !important;
    }

    h1.intro {
        font-size: 3rem;
    }

    .cursive {
        font-family: "Euphoria Script", cursive;
        font-size: 4rem;
        color: #A44A3F;
    }

    p {
        padding: 0 5%;
        font-size: 1.25rem;
        text-align: center;
        color: #9e291a;
    }

    p.intro {
        font-size: 1.5rem;
        color: #9e291a !important;
    }

    .sec-02 h1 {
        padding: 2.5% 0;
        font-family: "Euphoria Script", cursive;
        font-size: 5rem;
        color: #84D7D0;
    }

    .sec-02 h3 {
        font-weight: 400;
        color: #A44A3F;
        text-decoration: dashed underline #84D7D0;
    }

    .overlay-creator {
        width: 25vw;
        height: auto;
        margin: 10% auto;
        padding: 0;
        border-radius: 50%;
        background-color: #f8dbb0;
    }

    .sec-break {
        width: 50vw;
        margin: 0 25vw;
    }
}

@media only screen and (min-width: 721px) {
    .navbar {
        padding: 0 5%;
    }

    .navbar-brand {
        font-family: "Euphoria Script", cursive;
        font-size: 4rem;
        color: #F9F6E7;
    }
    
    .nav-item {
        margin: 5% 2.5%;
        font-size: 2rem;
    }
    
    .nav-link {
        font-family: "Euphoria Script", cursive;
        font-size: 2rem;
        color: #F9F6E7;
    }

    section {
        padding: 5% 5%;
        width: inherit;
        height: auto;
    }
    
    .intro {
        width: auto;
        margin: 5vw auto;
        font-weight: 500;
        color: #F19C79;
    }

    .overlay {
        height: auto;
        width: 25vw;
        border-radius: 100%;
        margin: 10% auto;
        padding: 0;
        background-color: #f8dbb0;
    }

    h1 {
        font-size: 6rem;
        font-family: "Roboto Slab", serif;
        text-align: center;
        letter-spacing: 1.5;
    }

    h3 {
        font-size: 3rem;
        font-family: "Roboto Slab", serif;
        text-align: center;
        letter-spacing: 1.5;
    }

    h1.intro {
        font-size: 3.5rem;
        color: #F19C79;
    }

    .cursive {
        font-family: "Euphoria Script", cursive;
        font-size: 6rem;
        color: #A44A3F;
    }

    p {
        padding: 0 5%;
        font-size: 1.5rem;
        text-align: center;
    }

    p.intro {
        font-size: 1.5rem;
    }

    .sec-02 h1 {
        padding: 2.5% 0;
        font-family: "Euphoria Script", cursive;
        color: #84D7D0;
    }

    .sec-02 h3 {
        font-size: 2.5rem;
        font-weight: 400;
        color: #A44A3F;
        text-decoration: dashed underline #84D7D0;
    }

    #gloves .project-img {
        width: auto;
        height: 40vw;
    }
    
    .project-img-overlay {
        width: 30%;
        height: max-content;
        border-radius: 100%;
        padding: 5%;
        margin: 10% auto;
        background-color: #F27B6E;
    }

    .project-stats {
        height: 25%;
        display: flex;
        text-align: center;
        align-items: center;
    }
    
    .stat {
        margin: 5% 2.5%;
    }

    .sec-03 h1 {
        font-family: "Euphoria Script", cursive;
        font-size: 6rem;
    }

    .sec-03 h3 {
        margin: 5% 0 !important;
    }

    .overlay-creator {
        width: 25vw;
        height: max-content;
        margin: 5% auto;
        padding: 0;
        border-radius: 50%;
        background-color: #f8dbb0;
    }

    footer {
        font-size: 1.5rem;
        height: min-content;
    }

    footer a {
        font-size: 3rem !important;
        color: #F8DBB0;
        margin: 7.5%;
    }
    
    footer a:hover {
        color: #84D7D0;
    }

    .contact-links {
        height: max-content;
        margin: 7.5%;
    }

    .copyright {
        font-size: 2rem;
    }

    .sec-break {
        width: 20vw;
        margin: 0 40vw;
    }
}