@font-face
{
	font-family: 'Carter One';
	src: url('/fonts/CarterOne.eot');
	src: url('/fonts/CarterOne.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/CarterOne.woff') format('woff'),
	     url('/fonts/CarterOne.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
  font-family: "Carter One", Helvetica, Arial, sans-serif;
}

body {
  background-color: #000000;
  text-align: center;
}

video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 80%;
  left: 45%;
  transform: translate(-45%, -80%);
  z-index: 0;
}

.video-overlay {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.text {
  position: absolute;
  width: max-content;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -10%);
  color: #F77503;
  text-align: center;
  z-index: 2;
  font-size: 24px;
}

.topleft {
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 3;
}

.topright {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

.topright a {
  color: #F77503;
}

.button {
  background-color: #3D1D00;
  color: #F77503;
  border: solid #F77503;
  margin: 0;
  cursor: pointer;
  border-width: 2px;
  padding: 0 20px;
  height: 33px;
  font-size: 16px;
}

.button:hover {
  background-color: #7B3A01;
}

.langfixedsize {
  padding: 0;
  width: 40px;
  height: 45px;
}

/* Tablet */
@media only screen and (min-width: 600px) and (min-height: 340px) {
  .text {
    font-size: 48px;
  }

  .button {
    border-width: 4px;
    padding: 0 30px;
    height: 49px;
    font-size: 24px;
  }

  .langfixedsize {
    padding: 0;
    width: 60px;
    height: 67px;
  }
}

/* Desktop */
@media only screen and (min-width: 768px) and (min-height: 550px) {
  .text {
    font-size: 72px;
  }

  .button {
    border-width: 5px;
    padding: 0 40px;
    height: 70px;
    font-size: 36px;
  }

  .langfixedsize {
    padding: 0;
    width: 100px;
    height: 102px;
  }
}