.header a {
    color: black;
    display: inline-block;
}
.header a:hover {
    color: #444;
    text-decoration: none;
}

.header h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.header p {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
}

.header .btn-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #f8f9fa;
    border: 1px solid #e8e8e8;
}
.header .btn-toggle:focus {
    box-shadow: none;
}
.header .btn-toggle[aria-expanded="true"] {
    background-color: #e9ecef;
}

footer {
    border-top: 1px solid #efefef;
    margin-top: 60px;
}

.highlight {
    background-color: #f7f7f9;
}

.heading-decorated {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.heading-decorated:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blockquote {
    font-style: italic;
    font-weight: bold;
}

.site-title {
    line-height: 1;
}

.page-title {
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    padding: 40px 0;
    padding-bottom: 30px;
    position: relative;
    /*color: #bf8c4d;*/
}

/*.page-title:before,*/
.page-title:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 26px;
    height: 4px;
    background-color: #bf8c4d;
    display: inline-block;
    margin: 10px;
    margin-bottom: 10px;
}

.img-hero {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.hero-carousel {
    margin: 25px 0;
}

.hero-container {
    position: relative;
    margin-top: 25px;
}

.hero-image-container {
    margin: -2px;
}

.hero-image-container .hero-grid__image{
    width: 25%;
    padding: 2px;
}

.navbar {
    border-top: 2px solid #e8e8e8;
}
@media (min-width: 768px) {
    .navbar {
        border-bottom: 2px solid #e8e8e8;
    }
}
.navbar a {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #bf8c4d;
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #f8f8f8;
}

.navbar-light .navbar-nav .nav-link.fa-link {
    text-transform: capitalize;
    color: #3b5998;
}
.navbar-light .navbar-nav .nav-link.fa-link:hover {
    color: #3b5998;
}

@media (min-width: 1140px) {
    .nav-item-fa {
        border-left: 1px solid #dee2e6;
        margin-left: 10px;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }
}

.fa-icon {
    margin-bottom: 4px;
    margin-right:5px;
}

.gallery-strip {
    justify-content: space-between;
}

.gallery {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

.gallery__item {
    width: 19%;
    margin-bottom: 1.3%;
    position: relative;
    border: 1px solid #e9ecef;
}

.gallery__item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.gallery__item .img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gallery__item-link:hover {
    opacity: .9;
}

.mfp-bottom-bar .mfp-title {
    display: none;
}
.mfp-bottom-bar .mfp-counter {
    position: static;
    text-align: center;
}

.google-map {
    border: 1px solid #efefef;
    background-color: #f8f8f8;
}

.form-group-label {
    /*font-weight: bold;*/
}

.contact-row {
    /*margin-bottom: 100px;*/
}

.contact-row .card {
    height: 100%;
    background-color: #f8f8f8;
}

.contact-row .icon {
    display: inline-block;
    /*background-color: #efefef;*/
    border-radius: 50%;
    padding: 30px;
}
.contact-row .octicon {
    width: 48px;
    height: 48px;
}

.btn-submit {
    display: block;
    width: 100%;
}
.btn-submit .spinner-border {
    display: none;
    vertical-align: baseline;
}
.btn-submit:disabled .spinner-border {
    display: inline-block;
}

@media (min-width: 992px) {
    .btn-submit {
        width: 33%;
    }
}

.home-cta-button {
    display: block;
}
@media (min-width: 576px) {
    .home-cta-button {
        display: inline-block;
    }
}
