@import url(https://fonts.googleapis.com/css?family=Courgette:regular);

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert
}

*,
*::before,
*::after {
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

.wrapper {
    max-width: 920px;
    margin-inline: auto
}

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

.capitalize {
    text-transform: capitalize
}

.center {
    text-align: center
}

body {
    font-family: Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif
}

h1 {
    font-size: clamp(2rem, 5vw, 2.5rem);
    line-height: 1
}

h2 {
    font-size: clamp clamp(1.5rem, 5rem, 2rem)
}

header {
    padding: 10px;
    background-color: #353637;
    color: #f2f2f2
}

.logo {
    font-family: "Courgette"
}

.cta-btn {
    background-color: #f90;
    padding: 10px 2rem;
    color: #000;
    border-radius: .8rem;
    font-weight: bold;
    text-transform: capitalize
}

.cta-btn:hover {
    background-color: #c67803
}

.banner {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/images/hero1.jpg");
    background-position: center center;
    background-size: cover;
    z-index: 0
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5
}

.banner-box {
    position: relative;
    text-align: center;
    padding: 0 1rem;
    color: #f2f2f2;
    z-index: 1
}

.banner-box h1 {
    max-width: 920px;
    margin-inline: auto
}

.banner-box .banner-p {
    margin-top: 1rem;
    font-size: 20px;
    max-width: 920px;
    margin-inline: auto
}

.banner-box .banner-btn {
    margin-top: 10px
}

.getting-started-steps {
    padding: 4rem 1rem;
    text-align: center
}

.getting-started-steps .headline-box {
    text-align: center;
    padding-bottom: 3rem
}

.getting-started-steps .headline-box h2 {
    font-size: clamp(1rem, 5vw, 2rem)
}

.getting-started-steps .card-box .card {
    background-color: #ddd;
    padding: 1rem 0 0 0;
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
    margin-bottom: 4rem
}

.getting-started-steps .card-box .card .card-body-wrapper {
    padding: 1rem
}

.getting-started-steps .card-box .card img {
    margin-bottom: 1rem
}

.getting-started-steps .card-box .card h3 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    margin-bottom: 1rem
}

.getting-started-steps .card-box .card p.card-p {
    margin-bottom: 1rem
}

.getting-started-steps .card-box .card .card-cta {
    background-color: #f90;
    margin-top: 1rem;
    display: block;
    width: 100% !important;
    padding: 10px 2rem
}

.about-bellwether {
    padding: 2rem 1rem 4rem 1rem
}

.about-bellwether .about-headline-box .about-h2 {
    font-size: clamp(1rem, 5vw, 2rem)
}

.about-bellwether .about-bellwether-box .michael-img {
    max-width: 100%;
    text-align: center
}

footer {
    background-color: #353637;
    padding: 1rem;
    color: #f2f2f2;
    font-size: 10px
}

footer .footer-link {
    margin-right: 1rem
}

footer .footer-link:hover {
    color: #f90
}

@media (min-width: 601px) {
    .getting-started-steps .headline-box {
        margin-top: 4rem
    }

    .card-box {
        max-width: 920px;
        margin-inline: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 920px;
        gap: 20px;
        align-items: stretch
    }

    .card-box .card {
        margin-top: 4rem;
        background-color: #ddd;
        padding: 1rem 0 2rem 0 !important;
        border-top-right-radius: .8rem;
        border-top-left-radius: .8rem;
        flex: 1;
        max-width: 100%;
        position: relative
    }

    .card-box .card .card-body-wrapper {
        padding: 1rem
    }

    .card-box .card img {
        margin-bottom: 1rem
    }

    .card-box .card h3 {
        font-size: clamp(1rem, 5vw, 1.25rem) !important;
        margin-bottom: 1rem
    }

    .card-box .card p.card-p {
        margin-bottom: 1rem
    }

    .card-box .card .card-cta {
        background-color: #f90;
        margin-top: 3rem;
        display: inline-block;
        width: 100%;
        padding: 10px 2rem;
        position: absolute;
        bottom: 0
    }

    .about-headline-box {
        margin-bottom: 4rem
    }

    .about-bellwether-box {
        max-width: 920px;
        margin-inline: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem
    }

    .about-bellwether-box .michael-img {
        max-width: 500px
    }
}

/*# sourceMappingURL=style.css.map */