h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
p {
    font-size: 16px;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}
.logo {
    max-width: 110px;
}
.nav {
    align-content: center;
}
.hero {
    background: url('../img/hero.jpg');
    min-height: 500px;
    background-position: 50% 50%;
    background-size: cover;
}
.herobox {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 60px;
    padding-right: 60px;
    background-color: rgb(0 134 87 / 75%);
    margin-top: 170px;
    margin-bottom: 160px;
    display: inline-block;
    max-width: 920px;
}
.content {
    padding-top: 50px;
}
.smalltxt {
    max-width: 850px;
    margin: auto;
}
.greentxt {
    max-width: 850px;
    margin: auto;
    color: #1a9268;
    font-weight:700;
}
.ctas {
    padding-top: 45px;
    padding-bottom: 25px;
}
.btncol {
    text-align: center;
}
.prefooter{
    padding: 45px 20px;
}
.prelogo {
    text-align: center;
    margin: auto;
    max-width: 200px;
    display: block;
}
.greenbtn {
    background-color: #1a9268;
    padding: 23px 60px;
    color: #fff;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    text-decoration: none;
    display: block;
    width: 290px;
    margin: auto;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 35px;
}
.caret {
    width: 10px;
    vertical-align: baseline;
    margin-left: 20px;
}
.greenbtn:hover {
    opacity: .9;
    color: #fff;
}
a.nav-link {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
a.nav-link:hover {
    color: #1a9268;
}
.me-md-auto {
    /*margin-right: auto;*/
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 576px){
    .herobox {
            padding-left: 15px;
            padding-right: 15px;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        margin-top: 80px;
        margin-bottom: 80px;
}
.hero {
    min-height: 350px;
}
}
@media only screen and (max-width: 767px) and (min-width: 576px){
.container, .container-sm {
    max-width: 700px;
}
}