﻿
/* Green Color */
.site-green-clr {
    color: #a1d782 !important;
}

.site-green-bkg {
    background: #a1d782 !important;
}
/* Blue Color */
.site-blue-clr {
    color: #c1deee !important;
}

.site-blue-bkg {
    background: #c1deee !important;
}
/* Gray Color */
.site-gray-clr {
    color: #4c4d4f !important;
}

.site-gray-bkg {
    background: #4c4d4f !important;
}

.header-searchbar {
    border-left: none;
}

.white-text {
    color: white;
}

header a.logo img {
    max-height: 70px;
}

.btn-danger:hover {
    border: 2px solid #4c4d4f !important;
    color: #4c4d4f !important;
}

a:hover {
    color: #a1d782 !important;
}

.footer-logo {
    max-height: 100% !important;
}

.services-btn {
    background: #c1deee;
    padding: 10px;
    margin-right:15px;
}

    .services-btn:hover {
        background: #4c4d4f;
        color: #c1deee;
    }

.contact-btn {
    background: #a1d782;
    padding:10px;
}

    .contact-btn:hover {
        background: #4c4d4f;
        color: #a1d782;
    }

.button-gray {
    background: #4c4d4f;
    color: #c1deee;
}
    .button-gray:hover {
        background: #c1deee;
        color: #4c4d4f;
    }

.button-white {
    background: #eee;
    color: #4c4d4f;
}

    .button-white:hover {
        background: #c1deee;
        color: #4c4d4f;
    }


.titleimage {
    background-image: url('../images/title-image/title-img.jpg');
}

.bg-extra-grey {
    background-color: #4c4d4f;
}
.text-extra-grey {
    color: #4c4d4f;
}
.font-small-h5 {
    font-size: 20px !important;
}
.mb-h5{
    margin-bottom:5px !important;
}
.media-head{

}