body,
html {
  height: 100%;
  margin: 0;
}

#welcome {
  background-color: #374046;
  background-image: url('/assets/mb-wallpaper-small.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
@media only screen and (min-device-width: 400px) {
  #welcome {
    background-image: url('/assets/mb-wallpaper.jpg');
  }
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.resp-1 {
  font-size: 8vh;
}

.resp-2 {
  font-size: 4vh;
}

.down-arrow {
  position: absolute;
  stroke: white;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: stroke 1s;
  transition: stroke 1s;
}

.down-arrow:hover {
  stroke: #03a9f4;
}

.divider {
  height: 0.2em;
  background-color: #03a9f4;
}

.container::before {
  display: block;
  content: " ";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
  pointer-events: none;
}

.sample {
  height: 100%;
}

.sample:hover {
  box-shadow: 3px 5px 10px #888888;
  cursor: pointer;
}

.navbar-light.bg-white {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  #my-nav {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.nav-icon {
  font-size: 24px;
}

footer {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#success,
#fail {
  display: none;
}

a[href^="tel:"]::before {
  content: "\260e";
  margin-right: 0.5em;
}

a[href^="mailto:"]::before {
  content: "✉";
  margin-right: 0.5em;
}

.blue-text {
  color: #03a9f4;
}

.section-head {
  color: #374046;
  margin-bottom: 2em;
}

hr {
  margin: 3em;
}

.modal-header h5 {
  color: #374046;
}
