/* syncopate-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/syncopate-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/syncopate-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/syncopate-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/syncopate-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/syncopate-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/syncopate-v19-latin-regular.svg#Syncopate') format('svg'); /* Legacy iOS */
}

/* syncopate-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/syncopate-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/syncopate-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/syncopate-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/syncopate-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/syncopate-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/syncopate-v19-latin-700.svg#Syncopate') format('svg'); /* Legacy iOS */
}


video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-size: 1.3rem;
}

.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2 {
  font-family: "Syncopate", sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 3vw;
  text-align: center;
}
h1 span {
  display: block;
  font-size: 5vw;
  font-weight: 700;
}

.main {
  background: rgba(0, 0, 0, 0.66);
  color: white;
  position: relative;
  padding: 2rem;
}

.toggle
{
  position: fixed;
  top: 2px;
  right:5px;
  z-index: 9999;
}

@media (max-width: 575.98px) { 
  h1, h2 {
    font-family: "Syncopate", sans-serif;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 2rem;
    text-align: center;
  }
  h1 span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
  }
 }