* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: underline;
  color: inherit;
}

html, body, .container {
	height: 100%;
	margin: 0;
  color: white;
  overflow: hidden;
}

body {
  background-color: black;
  font-family: 'toekomstbook', 'Futura', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body.white {
  color: black !important;
  background-color: white !important;
}

.credits {
  position: fixed;
  bottom: 8px;
  left: 10px;
}

.content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: table;
}

.center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.above div iframe, .above div twitterwidget {
  -ms-transform:     scale(2) !important;
  -webkit-transform: scale(2) !important;
  transform:         scale(2) !important;
  opacity: 1;
}

.below {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

iframe {
	display: block;
  margin: 0 auto;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .above div iframe {
    -ms-transform:     scale(1.8) !important;
    -webkit-transform: scale(1.8) !important;
    transform:         scale(1.8) !important;
  }

  body {
    font-size: 10px;
    line-height: 30px;
  }

}

/* Tablet */
@media only screen and (max-width: 767px) {
  .above div iframe {
    -ms-transform:     scale(1.15) !important;
    -webkit-transform: scale(1.15) !important;
    transform:         scale(1.15) !important;
  }

  body {
    font-size: 10px;
    line-height: 30px;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
  .above div iframe {
    -ms-transform:     scale(0.8) !important;
    -webkit-transform: scale(0.8) !important;
    transform:         scale(0.8) !important;
  }
}

/* Phone */
@media only screen and (max-width : 567px) {
  .above div iframe {
    -ms-transform:     scale(0.8) !important;
    -webkit-transform: scale(0.8) !important;
    transform:         scale(0.8) !important;
  }

  body {
    font-size: 10px;
    line-height: 22px;
  }

  .credits {
    display: none;
  }
}
