body {
  font-family: 'Montserrat';
}

.navbar-light .navbar-nav .nav-link {
  color: #009fe3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-position: 50%;
  background-size: cover;
}

@media (min-width:992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-position: 50%;
    background-size: cover;
  }
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 992px) {
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.text-center.titulo {
  font-size: 2rem;
  padding-top: 6rem;
  font-weight: bolder;
  text-transform: uppercase;
  color: #009fe3;
}

@media (min-width: 992px) {
  .text-center.titulo {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .text-center.titulo {
    font-size: 4rem;
  }
}

#about {
  padding-top: 5rem;
  padding-bottom: calc(6rem);
  background-position: 50%;
  background-size: cover;
}

.navbar-light .navbar-brand {
  background: url(../../assets/img/logo_scrok.png) left / contain no-repeat;
  width: 200px;
  height: 40px;
  transition: .3s;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: .25rem;
}

button:focus {
  outline: 0;
  outline: 0;
}

.text-primary {
  color: #0068b4!important;
  padding-top: 30px;
}

