body,
html {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: 'Oxygen', "Segoe UI", "Helvetica Neue Light", Helvetica, sans-serif;
  background: #333 url(../img/bg2.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-weight: 300;
}

a:hover { text-decoration: none; }

img { max-width: 100%; }

.animation-container {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -100;
  width: 100%;
}
   
.top-header { margin: 2em 0 1.5em; }

.top-header h1 {
  font-size: 2.618em;
  font-weight: 300;
}
.top-header h2 {
  font-size: 1.118em;
  font-weight: 200;
}



/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {

.top-header { margin: 1.0em 0 1.5em; }

.top-header h1 {
  font-size: 3.1em;
  font-weight: 400;
  text-transform: uppercase;
}
.top-header h2 {
  font-size: 1.1em;
  font-weight: 300;
}
}

/* ==========================================================================
   Medium devices (desktops, 992px and up)
   ========================================================================== */

@media (min-width: 992px) {

.top-header { margin: 5.0em 0 3em; }

.top-header h1 { font-size: 3.1em; }
.top-header h2 { font-size: 2.1em; }
}