@font-face {
  font-family: 'HandelGothic';
  src: url('/fonts/handelgothic-medium-webfont.eot');
  src: local('?'), url('../fonts/handelgothic-medium-webfont.woff') format('woff'), url('/css/fonts/handelgothic-medium-webfont.ttf') format('truetype'), url('/css/fonts/handelgothic-medium-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HandelGothic';
  src: url('/fonts/handelgothic-bold-webfont.eot');
  src: local('?'), url('../fonts/handelgothic-bold-webfont.woff') format('woff'), url('/css/fonts/handelgothic-bold-webfont.ttf') format('truetype'), url('/css/fonts/handelgothic-bold-webfont.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

body {
/*  background: url('/images/bg.jpg') #1f1f1f repeat-y ;
  background-size: 100%;*/
  background-color: black;
  color: #eee;
}

h1 {
    font-family: HandelGothic;
    font-weight: bold;
    text-shadow: 2px 3px 2px black;
}

.attract video {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.6;
  z-index: -1;
}

.attract .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;  
}

.attract .logo {
  padding-top: 4em;
  width: 90%;
  max-width: 900px;
}

@media (max-width: 1000px) {
  .attract .logo {
    padding-top: 1em;
    width: 50%;
  }
}

.attract h1 {
  font-size: 32pt;
}

@media (max-width: 1000px) {
  .attract h1 {
    font-size: 24pt;
  }
}

@media (max-width: 600px) {
  .attract h1 {
    font-size: 18pt;
  }
}

.attract .play-now {
  width: 137px;
  height: 137px;
  display: inline-block;
  background: url("../images/play.png") no-repeat;
  background-size: 100%;
}

@media (max-width: 1000px) {
  .attract .play-now {
    width: 100px;
    height: 100px;
  }
}

.attract .play-now:hover {
  background-position: center bottom;
  cursor: pointer;
}

.container.body {
  text-align: justify;
  padding: 2em;
}

.container.body .row {
  margin-bottom: 3em;
}

.container.body h1 {
  text-align: left;
  font-size: 27pt;
}

@media (max-width: 550px) {
  .container.body h1 {
    margin-top: 1em;
    font-size: 18pt;
  }

  .container.body img {
    margin-top: 3em;
  }
}

.container.body img {
  width: 100%;
}

.actions.row button,
.actions.row a.button {
  width: 100%;
  background-color: #aa1113;
  border: 0;
  border-radius: 0;
  color: white;
  font-family: HandelGothic;
  margin: 0;
  padding: 0.5em 0;
  height: auto;
  font-size: 14pt;
  text-transform: none;
  white-space: normal;
  line-height: 1.25em;
}

.actions.row button:hover,
.actions.row a.button:hover {
  background-color: #E91D22;
}

@media (max-width: 550px) {
  .actions.row button,
  .actions.row a.button {
    margin-bottom: 1em;
  }
}

footer {
  opacity: 0.45;
  color: white;
  text-shadow: 1px 1px 0px black, -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black;
  padding: 2em 1em 1em 1em;
}

footer:hover {
  opacity: 1;
}

footer a {
  color: white;
  font-weight: bold;
}

footer p {
  margin-bottom: 0;
}

footer .esrb {
  float: right;
}
