
/* Custom Styles */

html, .main, .footer {
    background-color: #ffffff;
}

ul, .page-color {
    color: #252525 !important;
}

.underline::after {
  border-color: #252525 !important;
}

.bgNavbar {
    background-color: #252525 !important;
}

.breadcrumb-link, .link {
    text-decoration: none !important;
    color: #252525;
    font-weight: 600;
}

.facebook {
    background-position: 11px 10px;
    background-color: #0866ff;
}

.instagram {
    background-position: 11px -45px;
    background-color: #e95950;
}

.location {
    background-position: 11px -45px;
    background-color: #343a40;
}

.headerform {

    color: #ffffff;
    display: block;
    padding: 20px;
    font-size: 18px;

    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #252525 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%, #252525 100%);
    background: linear-gradient(to bottom, #cccccc 0%, #252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#252525', GradientType=0);
}

.centralform input[type="submit"] {
    border: none;
    color: #ffffff;
    padding: 16px 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;

    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #252525 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%, #252525 100%);
    background: linear-gradient(to bottom, #cccccc 0%, #252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#252525', GradientType=0);
}
