@font-face {
  font-family: hello-font;
  src: url(/assets/fonts/Hello.ttf);
}

@font-face {
 font-family: neurtatext-book;
 src: url(/assets/fonts/NEUTRATEXT-BOOK.OTF);
}

.navbar-brand {
  font-family: hello-font !important;
  text-transform: capitalize !important;
  font-size: 2rem !important;
}

.photos-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.photos-flex a {
 line-height: 400px;
}

.photo-item {
 vertical-align: middle;
 height: 400px;
 margin: 5px;
}

body {
 font-family: neurtatext-book !important;
}

@media only screen and (max-width: 500px) {
  .masthead-quotes {
    background-position-x: -160px;
    background-position-y: 70px;
  }

  .masthead-portfolio {
    background-position-x: -160px;
    background-position-y: 70px;
  }

  .masthead-pricing {
    background-position-x: -160px;
    background-position-y: 70px;
  }

  .masthead-tos {
    background-position-x: -160px;
    background-position-y: 70px;
  }

  .mobilescale {
    width: 75%;
  }
}