body {
  font-family: "League Spartan", sans-serif;
  color: #212B35;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
  color: #212B35;
}

p{
  font-weight: 300;
  line-height: 1.6;
}

main{
  min-height: 750px;
}

.mb-6{
  margin-bottom: 5rem !important;
}

.navbar-brand img{
  max-width: 200px;
}

@media (max-width: 768px) {
  #navLogo{
    max-width: 170px;
  }
}
