body {
  background: #fff;
  font-family: 'Exo', sans-serif;
}

.bg-image {
  background: url(../assets/images/mf_cover.jpg) 0px 0px;
  width: 100%;
  min-height: 520px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 10%;
}

.nav-bg {
  background-color: #171717 !important;
}

@media(max-width:768px) {
  .bg-image {
    min-height: 240px;
  }
}

.call-bg {
  background-color: #444444 !important;
}

.toggle {
  background-color: #DA0037;
}