@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .parallax-content h1 {
    font-family: 'Raleway';
    font-size: 20px !important;
    color: white;
    margin: 0px;
    text-align: left !important;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  .navbar-brand {
    width: 50%;
  }
}

