@import "sections/hero.css";
@import "sections/reviewers.css";
@import "sections/zigzag.css";
@import "sections/prefooter.css";


.h1, h1 {
    font-size: 3.5rem;
}

.beginners-guide-page--content a:not(.cta-btn) {
    text-decoration: underline;
}

.beginners-guide-page--content a:not(.cta-btn):hover {
    text-decoration: none;
}

@media screen and (max-width: 1399px) {
    h1, .h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 2.5rem;
        line-height: 120%;
    }

    h2, .h2 {
        font-size: 2.5rem;
        line-height: 120%;
    }
    .cta-btn {
        font-size: 1.25rem;
        border-radius: 1.25rem;
    }
}

/* Hero Section*/
.hero {
    border-radius: 2.5rem;
    background-image: url("/images/redesign/home/hero-bg.jpg");
    margin-bottom: 0;
    padding: 4rem 0;
}

.hero .hero-foreground {
    object-position: 40%;
}

.hero .cta-btn {
    padding: 1rem 5rem;
    border-radius: 1.25rem;
}

.hero .col-6 > p {
    padding-right: 4rem;
}

.hero-devices svg {
    height: 1.5rem;
}

@media screen and (max-width: 1399px) {
    .hero .cta-btn {
        padding: 1rem 4rem;
    }
}

@media screen and (max-width: 1199px) {
    .hero .cta-btn {
        padding: 1rem 4rem;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        padding-bottom: 0;
    }

    .hero-foreground {
        margin-top: 2.5rem;
    }

    .hero .cta-btn {
        padding: 1rem;
        font-size: 1.25rem;
    }

    .hero--subtext {
        text-align: center;
    }

    .hero .col-6 > p {
        padding: 0;
        text-align: center;
    }
}

/* Hero Section*/

/* Reviewers Section*/
.reviewers {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .reviewers {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 2rem 0 1.5rem 0;
    }
    .reviewers--list svg {
        max-width: 15rem;
        max-height: 6rem;
        margin: .75rem;
    }
    .reviewers h3 {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
    }
}
/* Reviewers Section*/

/* What-is-Usenet Section*/
.what-is-usenet {
    padding: 6.5rem 0 3.75rem 0;
    background: #fff;
}
.what-is-usenet p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 160%;
}
@media screen and (max-width: 991px) {
    .what-is-usenet {
        padding: 5.75rem 0 3rem 0;
    }
}
/* What-is-Usenet Section*/

/* steps-to-nh Section */
.steps-to-nh {
    padding: 7.5rem 0;
    border-radius: 2.5rem;
    background: url('/images/redesign/home/wiu-bg.jpg') no-repeat;
    background-size: cover;
}
.steps-to-nh .zigzag {
    padding: 5rem;
    border-radius: 2.5rem;
    background: #FFF;
}
.steps-to-nh .zigzag--item:nth-child(odd) .zigzag--item_text,
.steps-to-nh .zigzag--item:nth-child(even) .zigzag--item_img {
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0;
}

.steps-to-nh .zigzag--item:nth-child(odd) .zigzag--item_img,
.steps-to-nh .zigzag--item:nth-child(even) .zigzag--item_text {
    order: 1;
    padding-right: 2.5rem;
    padding-left: 0;
}
.steps-to-nh .zigzag--item_text .cta-btn {
    margin-top: 2rem;
}
.steps-to-nh .zigzag--item_text p {
    margin-bottom: 1.5rem;
}
.steps-to-nh .zigzag--item_text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .steps-to-nh {
        padding: 3rem .5rem;
    }
    .steps-to-nh .zigzag--item:nth-child(n) .zigzag--item_img,
    .steps-to-nh .zigzag--item:nth-child(n) .zigzag--item_text {
        padding: 0;
    }
    .steps-to-nh .zigzag--item:nth-child(n) .zigzag--item_img {
        order: -1;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }
    .steps-to-nh .zigzag {
        padding: 0;
    }
}
/* steps-to-nh Section */

/* prefooter Section */
.prefooter {
    background: #FFF;
}
.prefooter .mbg-text {
    order: 2;
    width: 100%;
    font-size: 1rem;
}
.prefooter .mbg-text svg path {
    fill: var(--black-text);
}
@media screen and (max-width: 991px) {
    .prefooter {
        padding-top: 1rem;
    }
    .prefooter .mbg-text {
        justify-content: center;
    }
}
/* prefooter Section */