html, body {
    height: 100% !important;
}

body {
    padding-top: 0px !important;
}

.text-green {
    color: #78BE20;
}

/* Buttons */
.btn-dark-blue {
    background-color: #0066C9 !important;
    color: #ffffff !important;
}

.btn-dark-blue:hover {
    background-color: #21198b !important;
}

.btn-dark-green {
    color: #FFFFFF;
    background-color: #78BE20;
}

.btn-dark-green:hover {
    background-color: #629b1a;
    color: #FFFFFF;
}

.navigation-3 {
    position: relative !important;
}

.hero-1 {
    margin-top: -199px;
    padding-top: 199px;
    min-height: auto !important;
    display: inline !important;
    height: auto !important;
}

.separator {
    position: relative !important;
}

.text-blue {
    color: #21198b;
}

.text-dark-blue {
    color: #0066c9 !important;
}

.text-light-blue {
    color: #c3e8f9 !important;
}

.text-green {
    color: #78BE20 !important;
}

.text-orange {
    color: #f6691a;
}


.navigation-3 .dropdown-item.active, .navigation-3 .dropdown-item:hover {
    background-color: #c3e8f9 !important;
}

.navigation-3 a {
    color: #0066c9;
}

.navigation-3 a:hover {
    color: #21198b;
}

.hero {
    min-height: calc(100vh - 242px);
}

.hero-1 {
    min-height: 100%;
}

.hero-1 h2 {
    margin-top: 10px;
}

.hero-1 .heading {
    padding: .1rem 0 0rem !important;
}

.hero-1 .btn {
    font-size: 1.3rem;
    font-weight: bold;
    border: 2px solid #78BE20;
    color: #FFFFFF;
}

.hero-1 .btn:hover {
    color: #FFF;
    background: #78BE20;
    border: 2px solid #FFF;
}

.hero-1 > .overlay {
    background: rgb(0,74,173) !important;
    background: linear-gradient(90deg, rgba(0,74,173,1) 0%, rgba(54,113,193,1) 100%) !important;
    opacity: 1 !important;
}

#here-to-help {
    background: rgb(0,74,173);
    background: linear-gradient(90deg, rgba(0,74,173,1) 0%, rgba(54,113,193,1) 100%);
    margin-top: -1px;
}


.bg-gradient-blue {
    background: rgb(0,74,173) !important;
    background: linear-gradient(90deg, rgba(0,74,173,1) 0%, rgba(54,113,193,1) 100%) !important;
}

/* Backgrounds */
.bg-green {
    background-color: #78BE20;
}

.bg-gray {
    background-color: #dddddd;
}

.bg-blue-gradient {
    background: #C3E8F9;
    background: linear-gradient(160deg, rgba(229, 229, 229, 1) 0%, rgba(0, 102, 201, 1) 50%, rgb(0 0 0) 100%);
}

.bg-dark-blue {
    background-color: #0066C9;
}

.bg-light-blue {
    background-color: #C3E8F9;
}

#client-testimonials {
    background-color: #0c63e4;
}

/* Nav Links */
.nav-item.dropdown .dropdown-menu {
    margin-top: 0;
}

.navigation-1 a {
    color: #0066c9 !important;
}

.navigation-1 a:hover {
    color: #21198b !important;
}

.navbar-brand img {
    max-height: 110px;
}

.product-list .card-header,
.product-list .card-footer {
    background-color: #FBFBFB;
    color: #78BE20;
}


footer h6 {
    color: #78BE20;
}
