.left-align {
  text-align: left !important;
}

.brand-heading {
  text-align: left;
}

.header-content {
  min-width: 70%;
}

@media (min-width: 768px) {
  .masthead {
    /*height: 100%;*/
    /*padding: 0;*/
  }
}

.intro-body {
  margin-top: 190px !important;
  margin-bottom: 50px !important;
  display: block !important;
}

@media (min-width: 992px) {
  #mainNav {
    background: rgba(0,0,0, 0.2);
  }
}

@media (min-width: 1250px) {
  .masthead .intro-body .brand-heading {
    font-size: 100px !important;
  }
}

@media (max-width: 576px) {
  .masthead .intro-body .brand-heading {
    font-size: 50px !important;
  }
}

@media (min-width: 768px) {
  .masthead .intro-body .brand-heading {
    font-size: 60px;
  }
}

@media (min-width: 1000px) {
  .masthead .intro-body .brand-heading {
    font-size: 80px;
  }
}

