.loader {
  font-family: Raleway;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: -1;
  padding-top: 150px;
  text-align: center;
  visibility: visible;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.loader-hidden {
  visibility: hidden;
}

.subtitle {
  font-size: 40px;
  color: #007CB4;
}

.title {
  font-size: 84px;
  color: #007CB4;
}

.links > p {
  color: #636b6f;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 40px;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.image > img{
  width: 90px;
  height: 90px;
}

.m-b-md {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .loader {
    padding-top: 50px;
  }

  .title {
    font-size: 40px;
  }

  .subtitle {
    font-size: 32px;
  }
}
