@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,900;1,300;1,400;1,900&display=swap');


html, body {
  height: 100%;
  font-family: 'Chivo', sans-serif;
}

html {
  font-family: 'Chivo', sans-serif;
  font-size: 26px;
  font-size: 2.75vh;
  font-weight: 100;
  line-height: 1.4;
  color: lightgray;
}

body {
  margin: 0;
}
h1, h2, h3, h4, h4, h6, p {
  margin: 1rem auto;
  text-align: center;
}
h1, h2, h3 {
  font-weight: 400; 
}
h1, h2 {
font-size: 1.5em;
}

main a {
color: #fff;
/* text-transform: uppercase; */
text-decoration: none;
}
main a:hover {
text-decoration-line: underline;
/* text-decoration-style: wavy; */
}


.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.play.showreel {
position: fixed;
bottom: 5vw;
left: 5vw;
font-size: 2em;
color: #fff;
cursor: pointer;
opacity: 50%;
}
.play.showreel:hover {
opacity: 100%;
}
.play.showreel:active {
opacity: 50%;
}
.downclue {
  position: absolute;
    bottom: 5vw;
    left: 0;
    right: 0;
  text-align: center;
  z-index: 10;
}


.centered {
width: 90%;
max-width: 800px;
margin: auto;
padding:  1em;
}

.logo {
width: 100%;
height:100%;
color: #fff;
}
.tinylogo {
width: 5vh;
}

section , main {
  position: relative;
  padding: 1em;
  min-height : 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

main {
  background:linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

section {
 background: #000;
}
input , button {
    display: block;
    width: 100%;
    font-size: 1em;
    text-align: left;
    margin: 0.2em auto;
    padding: 0.2em 1em;
    color: #000; 
    background-color: lightgray;
    border: 0 solid #fafafa;
    font-family: 'Chivo', sans-serif;
    box-sizing: border-box;
    border-radius: 2em 2em;
}
input[type='submit'], button {
max-width: 50%;
text-align: center;
background-color: lightgray;
cursor: pointer;
text-decoration: none;
}
input:hover , button:hover {
background-color: #fff;
color: #000;
}
a button {
text-decoration: none;
}

a {
color: lightgray;
text-decoration: none;
}
a:hover {
color: #fff;
}

.socials {
display : block;
padding: 2em 0;
text-align: center;
box-sizing: border-box;
clear: both;
}
.socials i {
padding: 0.5em;
}

iframe {
width: 100vh;
height: 500px;
overflow: scroll;
}
