h1, h2 {
    color: #006e3c;
    font-weight: 700;
}
h1 {
    font-size: 3.125rem;
}
img {
    height: auto;
    max-width: 100%;
}
a.bg-primary,
button.bg-primary {
    background-color: #8CC642 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #006e3c !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #006e3c !important;
}

main {
    overflow: hidden;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
}

.position-initial {
    position: initial !important;
}

.py-6 {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.bg-primary {
    background-color: #8CC642 !important;
}
.bg-primary:hover,
.bg-primary:focus {
    background-color: #006e3c !important;
}
.bg-dark-green {
    background-color: #006e3c !important;
}
.bg-light-green {
    background-color: #ecebdf !important;
}

.btn:not(.input-group-btn) {
    border-radius: 0;
    padding: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}
.btn-lg {
    padding: 1.5rem 2.125rem;
}
.btn-success {
    color: #024225 !important;
}
.btn--shadow {
    animation: btnShadowPulse 2s ease-in-out infinite;
    box-shadow: 0 5px 20px rgba(2, 66, 37, 0);
}

.text-primary {
    color: #8cc642 !important;
}
.text-success {
    color: #006e3c !important;
}
.text-light-green {
    color: #8cc642 !important;
}

.text-lg {
    font-size: 1.375rem;
}

header .navbar-toggler {
    color: #fff;
    border-color: #fff !important;
}
header .quick-links a {
    text-decoration: none;
}
header .quick-links a .fas {
    width: 2rem;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 100%;
    line-height: 1.875rem;
}

header .navbar-brand {
    margin-top: 1px;
    margin-bottom: 1px;
}

header .navbar li {
    position: relative;
}
header .navbar a {
    color: inherit;
}
header .navbar a:hover,
header .navbar a:focus {
    color: #006e3c;
}
header .input-group .form-control {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
header .input-group .input-group-btn {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
header .dropdown-toggle::after {
    display: none;
}
@media (max-width: 768px) {
    header .navbar > .container {
        background-color: #76AD1D;
    }
    header .navbar .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
	font-size: 16px !important;
    }
}
@media (min-width: 960px) {
    header .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
}

.slider {
    margin-left: -1rem;
    margin-right: -1rem;
}
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #464646;
}
.slider .slick-dots {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.slider .slick-dots button {
    border-radius: 100%;
    padding: 0;
    width: 15px;
    height: 15px;
    background-color: #000;
    overflow: hidden;
    text-indent: -999999px;
    outline: none;
}
.slider .slick-dots li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.slider .slick-dots li.slick-active button {
    background-color: #8cc642;
}
.slider .slick-arrow:hover,
.slider .slick-arrow:focus {
    color: #006e3c;
}
.slider .slick-prev {
    left: -2rem;
}
.slider .slick-next {
    right: -2rem;
}

.banner {
    background-image: url('../img/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 644px;
}
.banner h1 {
    font-size: 3.75rem;
}
.banner p {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .banner {
        min-height: inherit;
    }
    .banner h1 {
        font-size: 2.5rem;
    }
    .banner p {
        font-size: 1.5rem;
    }
}

.quote .form-control {
    padding: 1.5rem;
    height: auto;
    width: 300px;
    max-width: 100%;
    font-size: 1.125rem;
}
.quote .input-group-btn {
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.25rem;
}
@media (max-width: 768px) {
    .quote .h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1rem !important;
        width: 100%;
    }
    .quote .form-control {
        border-radius: 0;
    }
    .quote .input-group-append,
    .quote .btn {
        width: 100%;
    }
}

.services a:hover:after,
.services a:focus:after {
    background-color: rgba(0, 110, 60, 0.7);
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}
.services a:hover span:after,
.services a:focus span:after {
    display: block;
    content: "REDUCE ENERGY COSTS NOW >";
    margin-top: 0.75rem;
    font-size: 1.125rem;
    font-weight: 400;
}

.topics .slider a {
    text-decoration: none;
    color: #363636;
    padding: 2rem;
}
.topics .slider a:hover,
.topics .slider a:focus {
    box-shadow: 0 6px 30px 0 rgba(137, 137, 137, 0.2)
}
.slider--posts time {
    color: #8cc642;
    font-size: 0.875rem;
}

.footer__top {
    background-color: #363636;
    color: #c2c2c2;
}
.footer__top a {
    color: #c2c2c2;
}
.footer__top a:hover,
.footer__top a:focus {
    color: #fff;
}
.footer__top__copy a {
    border-radius: 100%;
    display: inline-block;
    background-color: #afafaf;
    color: #363636;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
}


/* Standard syntax */
@keyframes btnShadowPulse {
    0% {
        box-shadow: 0 5px 20px rgba(2, 66, 37, 0);
    }
    50% {
        box-shadow: 0 5px 20px rgba(2, 66, 37, 0.3);
    }
    100% {
        box-shadow: 0 5px 20px rgba(2, 66, 37, 0);
    }
}
