/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
  background: url('background.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  
  font-family: myriad-pro,sans-serif;
  font-weight: 700;
  font-style: normal;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headline {
  color: white;
  -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: black;
  text-align: center;
}

.subheadline {
  color: white;
  -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.changelog {
	font-size: 1.25rem;
  color: white;
  -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.tv-wrapper {
  max-width:600px;
  max-height:338px;
  width:90vw;
  height:50.85vw;
  margin:0 auto;
}
iframe {
  width:100%;
  height:100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
