@font-face {
    font-family: 'aktiv_groteskregular';
    src: url('http://shieldtest.com/fonts/aktivgrotesk-regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pantonblack';
    src: url('http://shieldtest.com/fonts/panton_black-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aktiv_groteskbold';
    src: url('http://shieldtest.com/fonts/aktivgrotesk-bold-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #1d1d1b;
    overflow: hidden;
    margin: 0;
}
img {
    height: 100px;
    margin-bottom: 60px;
}

.button a {
    background: hsl(199, 91%, 39%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 46px;
    padding-bottom: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 184px;
}
.button a:hover, .button a:focus {
    background: #a9a9a9;
    color: #000 !important;
}
.button {
    display: inline-block;
    font-family: 'aktiv_groteskbold';
    margin-top: 20px;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: hsla(0, 0%, 0%, 0) url("../images/banner.png") no-repeat scroll center top / cover;
    height: 100%;
}
p {
    font-size: 16px;
    font-family: 'aktiv_groteskregular';
    line-height: 20px;
    text-align: center;
    color: white;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 20px;
    text-shadow: 0 0 1px #fff;
}
h1 {
    font-family: "pantonblack";
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    margin-left: 20px;
    line-height: 35px;
}

.top-bar {
    display: flex;
    width: 100%;
    height: 60px;
    opacity: 0.5;
    background-color: black;
    border-radius: 5px; 
    flex-direction: row;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 10px auto 50px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
