@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600|Roboto+Mono:300,400");
* {
  box-sizing: border-box;
}

html {
  background: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}


.hero-body {
display: flex;
  vertical-align: middle;
  height: 100vh;
  align-items: center;
}
.hero-body .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 4rem !important;
  letter-spacing: 15px;
  color: #000 !important;
  text-shadow: 1px 1px 2px #ffeeee82, 0 0 1em #ffffffc2, 0 0 0.2em #ffffffad;
  margin-top: 0px;
  line-height: 25px;
}

/* -------------------- */
/* -- Animations CSS -- */
/* -------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9 ;
  }
  to {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  color: #fff;
}

.fade.fadeOne {
  animation-delay: 1.1s;
}

.fade.fadeTwo {
  animation-delay: 1.1s;
  font-size: 26px;
  letter-spacing: 10px;
}

.fade.fadeThree {
  animation-delay: 1.1s;
}
.fade.fadeThree span {
  font-size: 0.8rem;
}
.logo {
  height: 35px;
  min-width: 126px;
  display: block !important;
}
.filter{
  height: 100vh;
  width: 100%;
  background: #000000ab;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fade.fadeTwo {
    font-size: 27px;
  }

}
@media screen and (max-width: 515px) {
  .fade.fadeTwo {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 420px) {
  .logo {
    height: 28px;
}
}
  @media screen and (max-width: 480px) {
.navbar-brand img {
  margin-top: 60px;
}
span {
  font-size: 25px;
  letter-spacing: 8px;
}
.navbar-brand img {
  margin-top: 60px;
  height: 29px;
}
.hero-body {
    padding-top: 3rem;
  padding-top: 25px;
}
  }

