.nav-scroll .logo-wrapper {
    padding: 5px;
    background: none;
}
.navbar .icon-bar {
    color: #af0917;
	font-weight:bold;
}
.icon-bar {
    color: #FFFFFF;
	font-weight:bold;
}
.pricing-card {
	background-color: #f8f5f0;
	margin-bottom: 30px;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000;
}
.google-map-overlay {
    width  : 100%;
    height : 700px;
    background: red;
    position: absolute;
    opacity: 0.5;/*add this*/
    top: 0px; 
    left: 0px; 
    z-index: 99;
}
.bg-menu .navbar-expand-lg {
	background-color:rgba(0,0,0,0.7)!important;
}

.bg-menu .nav-scroll {
	background-color:rgba(255,255,255,1)!important;
}
.section-padding-small{
	padding: 30px 0;
}
.box_cookies_gdpr img{
	width:auto;
}
.logo-img {
  width: 180px;
  margin-top: 10px;
}
.navbar .navbar-nav .nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

/*.banner-header {
    height: 20vh;
}*/
.nav-scroll .logo-img {
    width: 130px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nav-scroll .logo-wrapper {
    padding: 15px;
    background:none;
}

.bg-cream {
    background: #fde4e4;
}
.mt-max {
  margin-top: 110px !important;
}

@media screen and (max-width: 767px) {
     .navbar {
        padding: 0px;
    }
	.logo-img {
    	width: 100px;
		margin-top: 0px;
    }
	.nav-scroll .logo-img {
    width: 100px;
    margin-bottom: 0px;
    margin-top: 0px;
}
}