body {
  font-family: "Maven Pro", sans-serif !important;
}

.container {
  max-width: 960px;
}

.navigation-bar {
  transition: background-color 500ms ease-in-out;
}

.card-deck .card {
  min-width: 220px;
}

.hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background-image: url("cover.jpg"); /* The image used */
  background-color: #333; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  color: white;
  overflow: hidden;
  position: relative;
  padding-top: 73px !important;
  z-index: 1;
}

.contact {
  background-image: url("contactbkg.jpg"); /* The image used */
  color: white !important;
  background-color: #333; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  overflow: hidden;
}

.large-brand {
  font-size: 2rem !important;
}

.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-container {
  position: relative;
}

.nav-item-active {
  color: #fff !important;
  font-weight: 500;
}

.btn.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1020;
}
