html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #444;
}

.headline {
	font-family: "Barlow Condensed", Arial Narrow, sans-serif;
	font-size: 36px;
	color: #fff;
	letter-spacing: 2px;
}

.btn {
    border-radius: 40px;
}

.header {
    height: 110px;
    padding: 0;
}

svg {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.logo {
    max-width: 450px;
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 0 20px;
}

.sticky-footer {
  flex: 1 0 auto;
}

.btnwidth {
    width: 100%;
}

.right-fb {
    float: right;
    padding: 28px 80px 0 0;
}

.right-mob {
    float: right;
    padding: 28px 75px 0 0;
    margin-right: 70px;
}

.spacer {
    margin-bottom: 10px;
}

.footerstrip {
    width: 100%;
    height: 100px;
    background-color: #f0f0f0;
    padding: 25px 0 50px 0;
}

.footer {
   font-family: "Barlow Condensed", sans-serif;
   font-weight: 500;
   font-size: 90%;
   letter-spacing: 2px;
   color: #fff;
   flex-shrink: 0;
   text-align: center;
   padding: 10px 0;
   background-color: #444; 
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

@media screen and (max-width: 991px){
.logo {
    max-width: 250px;
    padding: 26px 0 0 20px;
}
	
.headline {
	font-family: "Barlow Condensed", Arial Narrow, sans-serif;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}


.right-fb {
    float: right;
    padding: 28px 65px 0 0;
}

.right-mob {
    float: right;
    padding: 28px 50px 0 0;
    margin-right: 75px;
}

.footerstrip {
    height: 140px;
}
}