body{
    font-family: Montserrat, sans-serif;
}

a,
.gb-grid-wrapper-625e6116 a,
.gb-container-571e035c a{
    color: #b07b7f;
}

a:hover, a:focus, a:active{
    color: #c78b8f;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a{
    color: #2f2f2f;
}

.gb-button-wrapper a.gb-button:focus,
.gb-button-wrapper a.gb-button:active,
.gb-button-wrapper a.gb-button:hover,
.form-button button:hover,
.form-button button:focus{
    background-color: #c78b8f !important;
}

.nav-button a:hover{
    border: 3px solid #b07b7f !important;
    background-color: #b07b7f !important;
    color: #ffffff !important;
}

.color-brand{
    color: #b07b7f;
}

.gb-inside-container .gb-headline-page{
    text-align: center;
    color: #b07b7f;
}

.slideout-navigation.main-navigation{
    background-color: #b07b7f;
}

.gb-grid-wrapper.services > .gb-grid-column{
    width: 50%;
}

.flex-center{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.scroll-top{
    width: 50px;
    height: 50px;
    background-color: #b07b7f;
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 9999;
    color: #ffffff;
}

.scroll-top:hover{
    cursor: pointer;
}

.scroll-top svg{
    position: absolute;
    top: 12px;
    left: 17px;
}

.icon-menu-bars{
    font-size: 25px;
}

#generate-slideout-menu .current-menu-item a{
    color: #2f2f2f;
}

.logos{
    align-items: center;
}

.logos img{
    margin-bottom: 60px;
}

.gb-container-c1f1455e{
    background-image: url('../img/rep.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.site-footer .footer-background{
    background-color: #2f2f2f;
}

.gb-grid-wrapper > .gb-grid-column-c67101ac{
    width: 40%;
}

.iconletter{
    width: 80px;
    height: 80px;
    background-color: #b07b7f;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    padding: 25px;
}

.margin-form{
    margin-top: 20px;
}

.text-bold{
    font-weight: bold;
}

.btn{
    text-align: center;
    background-color: #b07b7f;
    color: #ffffff;
    padding: 14px 22px;
    font-weight: 600;
    font-size: 19px;
    font-family: Montserrat, sans-serif;
    width: 40%;
}

.btn:hover, .btn:focus, .btn:active{
    background-color: #c78b8f;
    color: #ffffff;
}

.wrapblog{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.wrapblog img{
    display: block;
    width: 100%;
}

.imglayer{
    left: 0;
    bottom: 0;
    text-align: left;
    background-color:rgba(0,0,0,0.6);
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
}

.imglayer span{
    vertical-align: middle;
}

.titleblog{
    font-size: 17px;
    margin-bottom: 5px;
}

.gb-inside-container.gallery{
    padding-top: 0;
}

.imggallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.imggallery .item{
    flex: 0 0 calc(50% - 10px);   /* flex-basis adjustment for margin */
    margin: 5px;
}

.imggallery img{
    width: 100%;
}

@media (max-width:767px){
    .gb-grid-wrapper > .gb-grid-column-c67101ac{
        width: 100%;
    }

    .btn{
        width: 100%;
    }

    .imggallery .item{
        margin: 5px;
        flex: auto;
    }
}