
.hero {
    min-height: 550px;
    background-image: url("../images/hero-wide.jpg");
    background-size: cover;
    background-position: center center;
}

.logo {
    padding: 0;
    text-align: left;
}
.logo-img {
    width: 100%;
    max-width: 300px;
}

h1, h2, h3, h4 {
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    color: #4c9c2e;
    line-height: 1.2em;
}
h3.sub {
    font-weight: 500;
    font-style: italic;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 3em;
    margin-bottom: 10px;
}
h3 {
    font-size: 1.8em;
}

.sct-content h3.heading {
    color: #000;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}

.card-header {
    background-color: #4c9c2e;
    border: solid 1px #cccccc;
    color: #fff;
    padding: 15px 20px;
    border-radius: 0 !important;
}
.card-header h3 {
    font-size: 2em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.card-header a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.card-body {
    padding: 35px 40px;
    border-radius: 0 !important;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

p {
    font-family: 'Jost', sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    padding-top: 10px;
}

.sct-content {
    padding: 50px 0;
}
.about-left {
    padding-right: 5%;
}
.about-right img {
    width: 100%;
    max-width: 100%;
}

.align-middle {
    align-items: center;
    display: flex;
}

.grey {
    background-color: #f2f2f2;
}

.card {
    margin: 20px 0;
}

.footer {
    background-color: #4c9c2e;
    color: #fff;
    text-align: center;
    display: flex;
}
.footer p a {
    color: #fff;
    text-decoration: none;
}
.footer p a:hover {
    text-decoration: underline;
}

.footer-logo {
    margin: 20px;
}
img.fl-3 {
    max-width: 120px;
}
.footer-logo img {
    max-width: 90%;
}

@media only screen and (max-width: 768px) {
    .col-8.about-left, .col-4.about-right {
        width: 100% !important;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 1.4em;
    }
    p {
        font-size: 1em;
    }
    .card-header h3 {
        font-size: 1.4em;
    }
    .hero {
        min-height: 450px;
    }
}

@media only screen and (max-width: 992px) {
    .col-2 {
        width: 33%;
        text-align: center !important;
    }
}
@media only screen and (max-width: 600px) {
    .col-2 {
        width: 50%;
        text-align: center !important;
        padding: 25px 0;
    }
    .about-right img {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .sct-content {
        padding: 50px;
    }
}
@media only screen and (max-width: 400px) {
    .col-2 {
        width: 100%;
        text-align: center !important;
        padding: 15px 0;
    }
    .sct-content {
        padding: 25px;
    }
}