html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.footer-link {
    color: lightyellow;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1 {
    font-size: calc(1.5rem + 2vw);
}

h2 {
    font-size: calc(1.2rem + 1.5vw);
}

h3 {
    font-size: calc(1rem + 1vw);
}

h4 {
    font-size: calc(0.8rem + 0.8vw);
}

h5 {
    font-size: calc(0.7rem + 0.7vw);
}

h1:focus {
    outline: none;
}

.ph1 {
    text-align: center;
    font-family: 'Arial Rounded MT';
    font-weight: 800;
    color: seagreen;
    text-shadow: 3px 3px 3px yellowgreen;
}

.ph2 {
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    color: red;
    text-shadow: 2px 2px 2px black;
}

.ph3 {
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    color: black;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.footer {
    position: static;
    color: #fff;
    bottom: 0;
    background-color: green;
    padding-top: 10px;
    font-size: smaller
}

.footer-row {
    margin-left: 15px;
}

.footer-col {
    min-width: 250px;
    color: #fff;
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.offcanvas {
    opacity: 0.85;
    margin-top: 65px;
    width: auto;
    max-width: 60%;
    min-width: 10px;
}

.content-button {
    position: fixed;
    top: 150px;
    width: 20px;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

.rx-font-s {
    font-size: small;
    padding: 1px;
}

.indent-text {
    padding-left: 2rem;
}

.indent-list {
    padding-left: 4rem;
}

.button-bg {
    background-color: mediumseagreen;
    color: white;
    border: 1px solid black;
    padding: 0 2px;
    margin: 2px;
    font-size: smaller;
    min-width: 5rem;
}

.button-bg-no {
    background-color: #ffcc00;
    color: black;
    border: 1px solid black;
    padding: 0 2px;
    margin: 2px;
    font-size: smaller;
    min-width: 5rem;
}

.picture-col {
    max-width: 400px;
    min-width: 300px
}

.narrow-picture-col {
    max-width: 300px;
    min-width: 220px
}

article {
    max-width: 900px;
}

.terms-row {
    place-content: center;
}

.product-header {
    font-weight: 700;
    color: forestgreen;
}

.teaser-text {
    text-align: center;
    font-family: 'Lucida Calligraphy';
    font-weight: 700;
    color: blue;
    text-shadow: 0 0 3px white, 1px 1px 1px black, 2px 2px 1px yellowgreen;
}

.benefit-text {
    font-weight: 700;
}

.benefit-div {
    height: 350px;
    padding-top: 20px
}

.benefit-img {
    width: 400px;
}

.nav-link.active {
    font-weight: 800;
    color: #0d6efd;
}

.nav-link.active span {
    font-weight: 800;
    background-color: lightgrey;
    color: #0d6efd;
}

.breadcrumb {
    font-size: small;
}

@media (max-width: 368.98px) {
    .taskp {
        display: none;
    }

    .picture-col, .narrow-picture-col {
        display: none;
    }

    .text-col {
        min-width: 90%;
    }
}

@media (min-width: 369px) {
    .content {
        min-width: 300px;
    }

    .text-col {
        min-width: 300px;
        max-width: 1200px;
    }

    .taskp {
        min-width: 300px;
        max-width: 400px;
    }

    .product-card {
        border: solid 2px green;
        background-color: aliceblue;
        border-radius: 10px;
        margin: 10px;
        padding: 10px;
    }
}

@media (max-width: 640.98px) {

    p, li {
        font-size: small;
    }

    h1 {
        font-size: calc(1rem + 1vw);
    }

    h3 {
        font-size: calc(0.8rem + 0.8vw);
    }

    h5 {
        font-size: calc(0.7rem + 0.7vw);
    }

    .terms-text {
        min-width: 300px;
        width: 90%;
    }
        .logo {
        height: 40px;
    }

    .nav-item .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 1.5rem;
        display: flex;
        align-items: center;
        line-height: 1.5rem;
        width: 100%;
    }

    .nav-item {
        font-size: 1rem;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 1rem;
    }
    p {
        font-size: small;
    }

    h1 {
        font-size: calc(1rem + 1vw);
    }
}

@media (min-width: 641px) {

    .taskp {
        padding-top: 30px;
        min-width: 400px;
    }

    article {
        padding-left: .5rem !important;
        padding-right: 1.5rem !important;
    }

    .terms-text {
        min-width: 640px;
    }
    .logo {
        height: 60px;
    }

    .navbar-toggler {
        display: none;
    }

    .nav-item {
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
        padding-top: 1.5rem;
    }

        .nav-item:first-of-type {
            padding-left: 1rem;
        }

        .nav-item:last-of-type {
            padding-right: 1rem;
        }

        .nav-item a.active span {
            background-color: #ffffff;
            color: #0d6efd;
            font-weight: 700
        }

        .nav-item .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%;
        }

    .nav-scrollable {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .page {
        flex-direction: column;
    }
}

 /* NAVBAR */

.navbar {
    background-image: url("../images/headerbg-1.png");
}

.nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .navbar-toggler:checked ~ .nav-scrollable {
            display: block;
        }

.navbar-brand {
    font-size: 1.1rem;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    height: auto;
}

.main-home {
    background-color: #f9f9eb;
}