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

.primary-overlay {
  background: rgba(84, 87, 105, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.logo{
  font-size: 36px;
}
.main-header {
  background: url(../img/people-1492052_1024x1024.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 400px;
  color: #fff;
  position: relative;
}

.main-header .showcase {
  padding-top: 110px;
}
.tabs{
  background-color: #f2f3f7 ;
}

#Blog{
  background-color: rgb(239, 221, 247) ;
}

.scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 47%;
  opacity: 0.5;
}
.link-sleep-btn{
  padding: 15px !important;
}
.box {
  padding: 40px 10px !important;
  min-height: 450px !important;
  max-height: 450px !important;
}

.box h4 {
  padding-bottom: 30px;
}

.section-boxes .row {
  margin-bottom: 0;
}

.section-contact {
  position: relative;
}
.section-contact .card-panel {
  position: relative;
  z-index: 1;
}
#googlemap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 600px) {
  .main-header {
    height: 50vh;
  }
}

@media (max-width: 600px) {
  .logo {
    font-size: 18px !important;
  
  }
}