﻿.home section, .home footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .home .section-title {
        font-size: 28px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
    }

    .home .section-sub-title {
        font-size: 20px;
        font-weight: 300;
        font-family: Roboto, sans-serif;
    }


.home .civcast-hero-overlay {
    background: radial-gradient(ellipse at center, #004f96 1%,#002c53 100%);
    opacity: .96;
}

.home .civcast-cm-hero-overlay {
    background: radial-gradient(ellipse at center, #ee5f00 1%,#bb4b00 100%);
    opacity: .96;
}

.home .amtek-hero-overlay {
    background: radial-gradient(ellipse at center, #ce0000 1%,#8a0000 100%);
    opacity: .96;
}

.home .civcast-cm-hero-image {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(https://s3.amazonaws.com/civcast-assets/img/contractor-tablet-1200-min.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}


.home .price {
    font-size: 23px;
    font-weight: 300;
}

.home .bg-darker {
    background-color: #262F36;
}

.home .copyright {
    color: rgba(255, 255, 255, .7) !important;
}

.btn-call-to-action {
    background-color: #eed600;
    color: #111;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {

    .home section .section-title {
        font-size: 35px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
    }

    .home section .section-sub-title {
        font-size: 23px;
        font-weight: 300;
        font-family: Roboto, sans-serif;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
