body {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}



/* .blurbs,
.excerpt {
    text-align: center
}

.blurbs h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.excerpt {
    margin: 20px 0;
}

.excerpt h3 {
    font-size: 1.3em;
    line-height: 1.3;
}

.excerpt-lg {
    margin-bottom: 40px
}

.excerpt-lg h3 {
    font-size: 1.6em;
    font-weight: 600
} */

.intro {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    font-size: .7em;
}

.intro h2,
.intro h3 {
    text-transform: uppercase;
}

.intro h3 {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
}

.intro h2 {
    font-weight: 800;
    font-size: 3.85em;
    margin: 0;
}

.intro h2.nominera {
    color: #bf9861;
}

.intro .product-card1,
.intro .product-card2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro .product-card1 {
    text-align: center;
}

.intro .product-card2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blurbs {
    display: grid;
    gap: 2em;
}

@media (min-width: 1024px) {
    #left-nav {display: none;}
}

@media (min-width: 768px) {
    .blurbs {
        grid-template-columns: 1fr 1fr;
    }

    .intro {
        font-size: 1em;
    }

    .intro .product-card2 img:first-child {
        margin-top: -8.5em;
    }

    .intro .product-card1,
    .intro .product-card2 {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .blurbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .intro .product-card2 img:first-child {
        margin-top: -12.5em;
    }
}

.blurbs h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: .8em;
}

.blurbs p {
    font-size: 1.25em;
    font-weight: 600;
}





.login-wrap {
    display: grid;
    margin: 3em 0;
    gap: 5em;
}

@media (min-width: 768px) {
    .login-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.login-register {
    box-shadow: 1px 2px 4px 2px rgb(0 0 0 / 15%);
    padding: 3.5em 1.2em;
    display: flex;
    flex-direction: column;
}

.login-register h4,
.login-register p {
    text-align: center;
}

.login-register h4 {
    font-size: 1.45em;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 1em;
}

.login-register p {
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3em;
}

.login-register .login {
    margin-bottom: 2em;
    margin-top: auto;
}

.login-register > .login > .button,
.login-register > .register > .button {
    font-size: 1.45em;
}


.forgotpw {
    max-width: 40em;
    margin: auto;
}

.forgotpw .controls {
    display: flex;
}

.forgotpw .controls label {
    align-self: center;
    margin: 0 1em 0 0;
    flex-basis: 5em;
}