
/*CUSTOM CSS*/

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1280px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*HEADER*/

.row.is-flex img {
    align-self: flex-start;
}

.top-right-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-right-link p {
    margin-bottom: 0px;
    align-self: flex-end;
}

.row.hero-text-contact-wrapper {
    background-color: rgba(246, 246, 246, 0.9);
    max-width: 600px;
    padding-top: 0;
    margin-top: 100px;
    margin-bottom: 100px
}

.row.hero-text-contact-wrapper img {
    margin-top: -40px;
}

.main-hero {
    border-bottom: 2px solid #cc0000;
    background-image: url("http://placehold.it/1920x563");
    background-position: center center;
}


/*BODY*/

body {
    font-family: lato;
}

h1,
h2 {
    font-family: "Roboto Slab", sans-serif;
    color: #424242;
}

h1 {
    font-weight: lighter;
}

h3 {
    color: #424242;
}

p {
    color: #787878;
}

.container-fluid {
    padding: 0;
}

.row {
    max-width: 1280px;
    text-align: center;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.red-text {
    color: #cc0000;
}

.row.full-width {
    max-width: 1280px;
    ;
}

.off-white-section {
    background-color: rgb(246, 246, 246)
}

.grey-section {
    background-color: #4d4d4d;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grey-section a {
    color: white;
}

.footer-wrapper {
    background-color: #000000;
    padding-top: 0;
    padding-bottom: 0;
}

.dark-section {
    background-color: #251f21;
    padding-top: 10px;
}

.row.copyright-section {
    text-align: left;
    color: white;
    min-height: 90px;
}

.footer-links {
    text-align: left;
}

hr {
    max-width: 300px;
    border: none;
    height: 2px;
    color: #6f6f6f;
    background-color: #6f6f6f;
}

.font-weight {
    font-weight: normal;
}

.top-banner {
    background-color: rgba(246, 246, 246, 0.9);
}

.btn.btn-default {
    border-color: #cc0000;
    color: #cc0000;
    border-radius: 0;
    padding: 6px 50px;
    font-weight: bold;
}

.btn.btn-default:hover {
    background-color: #cc0000;
    color: white;
}

.font-color-black {
    color: black;
}

.contact-blurbs {
    text-align: left;
    padding-top: 0;
    margin-top: -20px;
}

.contact-blurbs img {
    float: left;
    margin-right: 10px;
}

.line-wrapper {
    max-width: 150px;
    margin: 0 0 10px 0;
    text-align: left;
}

.get-our-mobile {
    text-align: right;
}

.get-our-mobile img {
    padding-right: 7px;
}

.join-us-on {
    text-align: right;
}

.join-us-on img {
    padding-left: 7px;
}

@media screen and (max-width: 768px) {
    .row.contact-blurbs img {
        margin-top: 15px;
        float: none;
        margin-right: 0;
    }
    .row.contact-blurbs hr {
        float: none;
        margin: 0 auto 7px;
    }
    .row.contact-blurbs {
        text-align: center;
    }
    .grey-section .row.full-width.footer-wrapper div {
        text-align: center;
        line-height: 30px;
    }
    .row.full-width.footer-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .top-banner .row.is-flex img,
    .top-banner .row.is-flex p {
        align-self: center;
        line-height: 40px;
    }
}

@media screen and (max-width: 375px) {}