html {
    font-family: "Jockey One", sans-serif;
    font-weight: 400;
    font-style: normal;
    min-width: none;
}

html,
body {
    margin: 0;
    height: 100%;
    /* background: radial-gradient(#212121, #000); */
    background: #000;
}

/* COMING SOON */

.coming-soon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100%;
}

.cs-container {
    border: 8px solid #eee;
    padding: 30px 100px;
}

.coming-soon-h3 {
    margin-bottom: 20px;
    color: #eee;
    text-transform: uppercase;
    font-size: 48px;
    line-height: .8;
}

.coming-soon-h1 {
    color: #eee;
    text-transform: uppercase;
    font-size: 128px;
    line-height: .8;
}

.coming-soon-h4 {
    margin-top: 20px;
    color: #eee;
    text-transform: uppercase;
    font-size: 24px;
    line-height: .8;
    letter-spacing: 2px;
}

.coming-soon-h4 a {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: #eee;
}

.coming-soon-h4 a:hover {
    color: #0197ff;
}


/* BACKGROUND AND OVERLAY */
.home-bg,
.programs-bg {
    margin: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: -1001; */
}

.home-bg {
    background-image: url("../img/home-bg.jpg");
}

.programs-bg {
    background-image: url("../img/programs-bg.jpg");
}

.miller-bg {
    background-image: url("../img/miller-bg.jpg");
    background-color: #000;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1002;
}

/* .gradiant-bg {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background: radial-gradient(#212121, #000);
    z-index: 0;
    
} */

.overlay {
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .70);
    z-index: 1;
}

/*  END BACKGROUND & OVERLAY */


.header {
    margin: 0 auto;
    padding: 30px 0;
    width: auto;
}

/* BEGIN NAV BARS */
.home-nav-container,
.nav-container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

.home-nav-container {
    bottom: 60px;
}

.nav-container {
    top: 60px;
}

.logo {
    margin-top: auto;
}

.logo-sm {
    display: none;
}

.logo a {
    font-size: 26px;
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    line-height: .8;
    margin-right: 20px;
}

.logo-sm a {
    font-size: 36px;
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    line-height: .8;
}

.logo a:hover {
    color: #0197ff;
    transition: ease-in 0.3s;
}

.main-nav,
.nav-right {
    display: flex;
    background-color: rgba(238, 238, 238, .70);
    border: 2px solid rgba(255, 255, 255, .70);
    height: 50px;
    width: auto;
    border-radius: 8px;
}

.main-nav {
    width: auto;
    justify-content: space-evenly;
    align-items: center;
    gap: 60px;
    padding: 0 100px;
}

.nav-right {
    width: auto;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-right:hover {
    background-color: #0197ff;
    border: 2px solid rgba(255, 255, 255, 1);
    transition: ease-in 0.3s;
}

.nav-img {
    height: 60px;
    padding-top: 5px;
}


.nav-links {
    text-decoration: none;
    color: #121212;
    border-bottom: #12121200 2px solid;
    font-size: 20px;
    line-height: .8;
    text-transform: uppercase;
    padding: 5px 0;
}

.nav-links:hover,
.nav-links.active {
    border-bottom: #0197ff 2px solid;
    transition: ease-in 0.3s;
}

/* END NAV BARS */

/* BEGIN TYPOGRAPHY */

.home {
    margin: 0;
    text-align: center;
    font-size: 165px;
    line-height: .8;
    text-transform: uppercase;
    color: #eee;
    /* text-shadow: 0 4px 30px #121212; */
}

.outline {
    -webkit-text-stroke-color: #0197ff;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.programs {
    margin: 0;
    color: #eee;
    font-size: 32px;
    text-transform: uppercase;
}

.info {
    color: #eee;
    font-size: 20px;
    max-width: 800px;
    padding-right: 80px;
}


/* END TYPOGRAPHY */

.section {
    color: #eee;
    display: flex;
    margin: 30px auto;
    justify-content: center;
}

.nutrition {
    max-width: 680px;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 20px;
}

.nutrition p {
    color: white;
}

.nutrition a {
    color: #eee;

    text-decoration: none;
}

.nutrition a:hover {
    color: #0197ff;
}

.nutrition h3 {
    font-size: 36px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section h3 {
    font-size: 36px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 0;
}

.list {
    margin: 0;
}

.return {
    margin-top: 60px;
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 30px;
}

.price {
    padding: 5px 15px;
    background-color: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #eee;
    border-radius: 8px 0 0 8px;
    border-top: 2px solid #0197ff;
    border-bottom: 2px solid #0197ff;
    border-left: 2px solid #0197ff;
    /* margin-right: 5px; */
    font-weight: 500;
}

.purchase-btn {
    padding: 5px 15px;
    background-color: #0197ff;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-light);
    text-decoration: none;
    border-radius: 0 8px 8px 0;
    border-top: 2px solid #0197ff;
    border-right: 2px solid #0197ff;
    border-bottom: 2px solid #0197ff;
    transition: .3s ease;
}

.purchase-btn:hover {
    background-color: var(--color-light);
    color: #0197ff;
}

.purchase {
    padding-bottom: 10px;
}

.get-started {
    text-align: center;
    padding: 30px;
}

.get-started-btn {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #eee;
    padding: 10px 20px;
    border-radius: 8px;
}

.get-started-btn:hover {
    color: #eee;
    background-color: #0197ff;
    transition: ease-in 0.3s;
}

.profile-img {
    height: 500px;
}


.testimonial {
    display: block;
    font-size: 24px;
    width: 500px;
    position: relative;
    margin: 0 30px;
}

.testimonial p {
    margin-bottom: 0;
}

.wrapper {
    display: flex;
    width: auto;
    margin: 0 30px;
}

.author {
    display: flex;
    justify-content: end;
}

.prog-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    gap: 160px;
}

.prog-container a {
    color: #eee;
    text-decoration: none;
}

.prog-container a:hover {
    color: #0197ff;
}

.footer {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    color: #eee;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.footer p {
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: #eee;
}

.footer a:hover {
    color: #0197ff;
    transition: ease-in 0.3s;
}


/* Consolidate common nav styles */


.title-container {
    width: auto;
    margin: 0 auto;
    padding-top: 140px;
    display: flex;
    justify-content: center;
}

.heading {
    margin: 30px auto;
    font-size: 128px;
    line-height: .8;
    color: #eee;
    text-transform: uppercase;
}

.heading-programs {
    margin: 30px auto;
    font-size: 80px;
    line-height: .8;
    color: #eee;
    text-transform: uppercase;
    padding: 30px 30px 0 30px;
    text-align: center;
}


.contact-btn {
    margin: 10px auto;
    padding: 10px 40px;
    color: #eee;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}


.contact-btn:hover {
    background-color: #0197ff;
    transition: ease-in 0.3s;
}

.contact-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instagram {
    display: flex;
    align-items: center;
    margin: 20px auto;
    width: 50vw;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    min-height: 100vh;
}

/* XL Devices */
@media (min-width: 1200px) {

    .home-nav-container,
    .nav-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
    }

    .nav-links {
        text-decoration: none;
        color: #121212;
        border-bottom: #12121200 3px solid;
        font-size: 20px;
        text-transform: uppercase;
        display: inline-block;
    }

}

/* Large Devices */
@media (min-width: 993px) and (max-width: 1200px) {

    .nav-right {
        display: none;
    }

    .info {
        max-width: 500px;
        padding-right: 60px;
    }

    .wrapper {
        display: block;
    }

    .outline {
        -webkit-text-stroke-color: #0197ff;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .prog-container {
        width: 900px;
    }

    .programs {
        font-size: 28px;
    }

}

/* Tablets */
@media (min-width: 768px) and (max-width: 992px) {


    .main-nav {
        width: auto;
        justify-content: space-evenly;
        align-items: center;
        gap: 50px;
        padding: 0 70px;
    }

    .nav-right {
        display: none;
    }

    .logo {
        display: none;
    }

    .home-nav-container,
    .nav-container {
        display: block;
    }

    .logo-sm {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .outline {
        -webkit-text-stroke-color: #0197ff;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .heading {
        font-size: 96px;
        padding-bottom: 20px;
    }

    .title-container {
        padding-top: 150px;
    }

    .prog-container {
        gap: 110px;
    }

    .programs {
        font-size: 26px;
    }

    .contact-btn {
        padding: 10px 40px;
        color: #121212;
        text-decoration: none;
        background-color: rgba(238, 238, 238, 0.70);
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 8px;
        border: 2px solid rgba(255, 255, 255, 0.70);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info {
        max-width: auto;
        margin: 0 auto 0 60px;
    }

    .profile {
        margin: 0 60px 0 0;
    }

    .testimonial {
        display: block;
        font-size: 24px;
        width: 500px;
        position: relative;
        margin: 0 30px;
    }

    .testimonial p {
        margin-bottom: 0;
    }

    .author {
        display: flex;
        justify-content: end;
    }

    .wrapper {
        display: block;
    }


    /* COMING SOON */

    .coming-soon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100vh;
        width: 100%;
    }

    .cs-container {
        border: 6px solid #eee;
        padding: 10px 50px;
    }

    .coming-soon-h3 {
        margin-bottom: 20px;
        color: #eee;
        text-transform: uppercase;
        font-size: 48px;
        line-height: .8;
    }

    .coming-soon-h1 {
        color: #eee;
        text-transform: uppercase;
        font-size: 96px;
        line-height: .8;
    }

    .coming-soon-h4 {
        margin-top: 20px;
        color: #eee;
        text-transform: uppercase;
        font-size: 24px;
        line-height: .8;
        letter-spacing: 2px;
    }

    .coming-soon-h4 a {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        color: #eee;
    }

    .coming-soon-h4 a:hover {
        color: #0197ff;
    }

}

/* Phones */
@media (min-width: 340px) and (max-width: 767px) {

    .home-nav-container {
        bottom: 40px;
    }

    .nav-container {
        top: 40px;
    }

    .nav-right {
        display: none;
    }

    .logo {
        display: none;
    }

    .home-nav-container,
    .nav-container {
        display: block;
    }

    .logo-sm {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .main-nav {
        display: block;
        background-color: rgba(238, 238, 238, .70);
        border: 2px solid rgba(255, 255, 255, .70);
        height: auto;
        width: auto;
        border-radius: 8px;
    }

    .nav-links {
        display: block;
        text-align: center;
        padding: 8px 0;

    }

    .nav-links:first-child {
        margin-top: 8px;
    }

    .nav-links:last-child {
        margin-bottom: 8px;
    }

    .logo-sm .outline {
        -webkit-text-stroke-color: #0197ff;
        -webkit-text-stroke-width: 2px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .home {
        font-size: 96px;
    }

    .heading {
        font-size: 48px;
        padding-top: 20px;
    }

    .title-container {
        padding-top: 250px;
    }

    .prog-container {
        display: block;
        text-align: center;
        bottom: 60px;
    }

    .prog-container a {
        color: #eee;
        text-decoration: none;
    }

    .programs {
        font-size: 24px;
        padding: 2px 0;
    }

    .contact-btn {
        padding: 10px 40px;
        color: #121212;
        text-decoration: none;
        background-color: rgba(238, 238, 238, 0.70);
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 8px;
        border: 2px solid rgba(255, 255, 255, 0.70);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section {
        margin: auto;
    }




    .info {
        max-width: auto;
        margin: 0 auto;
        text-align: center;
        padding: 0 30px;
        font-size: 18px;
    }

    .nutrition {
        font-size: 18px;
    }

    .profile {
        display: none;
    }

    .wrapper {
        display: block;
    }

    .testimonial {
        display: block;
        font-size: 18px;
        width: auto;
        position: relative;
        margin: 0 30px;
    }

    .testimonial p {
        margin-bottom: 0;
    }

    /* COMING SOON */

    .coming-soon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100vh;
        width: 100%;
    }

    .cs-container {
        border: 4px solid #eee;
        padding: 10px 50px;
    }

    .coming-soon-h3 {
        margin-bottom: 20px;
        color: #eee;
        text-transform: uppercase;
        font-size: 36px;
        line-height: .8;
    }

    .coming-soon-h1 {
        color: #eee;
        text-transform: uppercase;
        font-size: 48px;
        line-height: .8;
    }

    .coming-soon-h4 {
        margin-top: 20px;
        color: #eee;
        text-transform: uppercase;
        font-size: 14px;
        line-height: .8;
        letter-spacing: 2px;
    }

    .coming-soon-h4 a {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        color: #eee;
    }

    .coming-soon-h4 a:hover {
        color: #0197ff;
    }

}