@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Staatliches&subset=latin-ext');
body, html {min-height:100vh; min-height:100%; height:100%; overflow:hidden; font-family: 'Open Sans Condensed', sans-serif; font-size:14px;}
h1 {font-family: 'Staatliches', cursive; font-size:63px; color:#fff; text-shadow: 0px 0px 4px rgba(0,0,0,0.41);}
h4 {font-size:24px; color:#fff; text-shadow: 0px 0px 4px rgba(0,0,0,0.41);}
.loader {position:fixed; z-index:9999; width:100%; height:100%; background-color: #5788cd;}
.lds-ring {
	margin-top:45vh;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-img {position:relative; background:url('../img/office-1209640_1920.jpg') center no-repeat; background-size:cover; }
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #5788cd;
    opacity: .85;
    z-index: 0;
}
.card {background:none; padding:30px; border-color:#fff; border-radius:0;} 
footer {position:fixed; z-index:2; bottom:20px; width:100%; text-align:center; color:#fff; text-shadow: 0px 0px 4px rgba(0,0,0,0.41);}
@media (max-width: 1111px) {
	.w-25 {width:50% !important;}
}
@media (max-width: 768px) {
	.w-25 {width:70% !important;}
}
@media (max-width: 575px) {
	.w-25 {width:85% !important;}
}