body{
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  color: #7a89ab;
  background-color: #20232c
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.otf");
}

#home {
  background: url("../img/mac.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#footer {
  margin-top: 50px;
  /*margin-bottom: 50px;*/
}

#footer a {
  color: #7a89ab;
  padding: 0 20px;
}

#footer p {
  font-size: 14px;
}
.pt-9{
  padding-top: 120px;
}

.bg-custom.scrolled {
  background-color: #20232c;
  transition: background-color 200ms linear;
}

.fill-background {
  height: 100vh;
}

.title {
  color: #c16161 !important;
}

.quote {
  color: #f4f7fd;
  letter-spacing: 5px;
  line-height: 15px;
}

.nav-pills>a {
  color: #d9ecff;
}

.nav-pills .nav-link.active{
  background-color: #74a0b9 !important;
}

.nav-pills>a:hover {
  color: #74a0b9;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.jumbotron{
  background-color: rgba(255, 255, 255, 0);
}

.with-errors{
  color: red;
}
