body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #707070;
}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    line-height: 1em;
}

h2 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 120px;
    line-height: 1em;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 52px;
    font-weight: 400;
    color: #50060C;
}

h4 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em;
    padding: 30px 30px 20px 30px;
}

h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    text-transform: uppercase;
}

a {
    cursor: pointer;
}

a:hover {
    background: #E3C548;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    color: #50060C;
}

nav {
    background: #fff;
    border-bottom: 25px solid #E3C548;
    height: 150px;
}

img.dcs-logo {
    width: 100%;
    max-width: 336px;
    margin-top: 50px;
}

nav .collapse li {
    margin-left: 40px;
}

nav a:active,
nav a:visited,
nav a:link {
    color: #707070;
}

i {
    color: #707070;
}

.hero {
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/0673e647-7306-4cbd-8ab0-bc77fb0f7e6c.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 525px;
    margin-top: 150px;
    margin-bottom: 280px;
}

@media (max-width: 1199px) {
    img.dcs-logo {
        margin-top: 40px;
    }

    nav i {
        font-size: 40px;
        line-height: 0em
    }
}

@media (max-width: 992px) {
    img.dcs-logo {
        margin-top: 10px;
    }

    .navbar-toggler-icon {
        position: relative;
        top: -20px;
    }

    .navbar-collapse {
        background: #fff;
        position: relative;
        top: -60px;
        padding: 20px;
    }

    nav .collapse li {
        margin-left: 0px;
    }

    .navbar-collapse li {
        font-size: 20px;
        padding: 20px;
    }

}

@media (max-width: 768px) {
    img.dcs-logo {
        width: 70vw;
        margin-top: 10px
    }

    .hero {
        height: 300px;
        margin-bottom: 37vw;
    }
    h3 {
        font-size: 20vwpx;
        text-align: center;
    }
}

.tagline {
    background: #641212;
    border: 10px solid #fff;
    padding: 50px 60px;
    position: relative;
    top: 370px;
    left: -10px;
}

.tagline p {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1em;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 100px
    }
}

@media (max-width: 768px) {
    .tagline {
        top: 200px;
        left: 0px;
        padding: 30px;
    }

    h1 {
        font-size: 5.5vw
    }

    h2 {
        font-size: 11vw
    }

    .tagline p {
        font-size: 20px;
    }
}

.callouts a:hover {
    background: none;
}

.callouts a:hover div {
    background: #E3C548;
}

.callout {
    margin-bottom: 60px;
}


.callout div {
    border: 3px solid #541915;
    padding-left: 0px;
    padding-right: 0px;
}

.callout h4 {
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/c52014ba-e2d1-4fee-883f-d41df7391736.png);
    background-size: cover;
    background-position: right;
    background-color: #50060C;
    display: block;
}

.callout p {
    color: #282828;
    font-size: 24px;
    padding: 10px 30px 10px 30px;
}

@media (max-width: 768px) {
    .callout h4 {
        font-size: 5vw;
    }
    .callout p {
        font-size: 4vw;
    }
}

.video {
    border-top: 10px solid #E3C548;
    border-bottom: 10px solid #E3C548;
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/0f365c00-4220-49b1-aa4c-ed9d41323c68.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
}

.video p {
    line-height: 1.75em;
    font-size: 22px;
}

.video-text {
    padding: 40px 60px;
}

.video-video {
    padding: 40px 60px;
}

@media (max-width: 768px) {
    .video-text {
        text-align: center;
        padding: 0px;
    }
    .video-video {
        padding: 40px 0px;
        text-align: center;
    }
    .video-video img {
        width: 100%;
    }
}


.tools {
    background: #541915;
    background: linear-gradient(180deg, rgba(84, 25, 21, 1) 0%, rgba(84, 25, 21, 1) 63%, rgba(66, 17, 16, 1) 100%);
    padding-top: 100px;
    padding-bottom: 80px;
}

.tool-item,
.resource-item {
    text-align: center;
    margin-top: 60px;
}

.tools h3 {
    color: #fff;
}

.tools i,
.resources i {
    font-size: 96px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.tools i {
    color: #fff;
}

.tools h5,
.tools p {
    color: #fff;
    margin-top: 20px;
}

.tools p {
    font-size: 18px;
    font-weight: 300;
}

.tools a:hover i,
.tools a:hover h5,
.tools a:hover p {
    color: #50060C
}

.resources {
    background: #F0F0F0;
    padding-top: 100px;
    padding-bottom: 80px;
    border-bottom: 10px solid #E3C548;
}

.resources i {
    color: #50060C;
}

.resources h5 {
    color: #50060C;
}

@media (max-width: 768px) {
    
}

.questions {
    padding-top: 100px;
    padding-bottom: 80px;
}

.questions p {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
}

.questions a {
    color: #50060C;
}

.footer {
    background: #282828;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}

.footer .oa-logo {
    text-align: center;
    margin-top: 30px;
}
.oa-logo img {
    width: 200px;
}