html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #D7D6D2;
    font-family: Calibri, Arial !important;
}

.navbar-nav
{
    padding-top:2px;
}

.navbar-nav > li > a {
    color: #D7D6D2;
    font-weight: normal;
    font-size: 20px;
    font-family: Open Sans, Calibri, Arial !important;
}

    .navbar-nav > li > a:hover {
        color: #BFBEBB;
    }

.toggle-background {
    background-color: #E6E6E6;
}

.panel-background {
    background-color: #070707;
    color: #D7D6D2 !important;
}

.panel-size {
    max-width: 900px;
}

.text-brand {
    color: #D7D6D2 !important;
    font-size: 16px;
    font-family: Open Sans, Calibri, Arial !important;
}

.no-underline {
    text-decoration: none !important;
}

.list-checked {
    max-height: 20px;
}

.services-link {
    color: #070707;
    text-decoration: underline;
    width: 110px;
}

.service-icon {
    max-height: 50px;
}

.service-icon-container {
    border-color: #070707!important;
}

.service-checked {
    max-height: 30px;
}

.service-image {
    max-height: 200px;
}
