@font-face {
  font-family: 'yesss';
  src: url('fonts/yesss.eot'); /* IE9 Compat Modes */
  src: url('fonts/yesss.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/yesss.woff') format('woff'), /* Modern Browsers */
  url('fonts/yesss.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/yesss.svg#bdfa4df288380bc2277f013956bad597') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}

body {
  font-size: 62.5%;
}

h1 {
  font-size: 2.4em;
}

/* =24px */
p {
  font-size: 1.4em;
}

/* =14px */
li {
  font-size: 1.4em;
}

/* =14px? */
li li, li p /* etc */
{
  font-size: 1em;
}

* {
  text-rendering: optimizeLegibility
}

::selection {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

::-moz-selection {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

body {
  overflow: hidden;
  padding: 0;
  background-color: #111;
}

#tv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  opacity: .75;
}

#container {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 8vh;
  left: 3vw;
  z-index: 10;
  color: #fff;
}

.logo {
  position: absolute;
  top: 5vh;
  right: 3vw;
  opacity: .75;
}

h1 {
  font-family: 'yesss', sans-serif;
  font-size: 36px;
  letter-spacing: -.055em;
  padding: 0 40px;
  margin: 0;
  opacity: .75;
}

h2 {
  font-family: 'yesss', sans-serif;
  font-size: 2rem;
  line-height: 1;
  padding: 40px;
  margin: 0;
  opacity: .75;
}

a {
	display: block;
  font-family: 'yesss', sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  transition: all .3s ease-in-out;
  padding: 40px;
  margin: 0;
  color: #fff;
  opacity: .75;
}

a:hover {
  color: #fff;
  opacity: 1;
}