@font-face {
  font-family: 'hatton';
  src: url("../fonts/Hatton-Variable.ttf") format("truetype"), url("../fonts/Hatton-Variable.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.log {
  position: fixed;
  left: 20px;
  top: 20px;
  color: #000000;
  z-index: 800; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'hatton';
  font-weight: normal;
  font-variation-settings: 'wght' 300;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  body.noscroll {
    overflow-y: hidden; }

.logo {
  position: fixed;
  z-index: 100;
  display: block; }

* {
  font-weight: normal; }

a {
  position: fixed;
  padding: 0;
  margin: 0;
  color: #000000;
  text-decoration: none;
  font-size: 22px;
  line-height: 28px;
  z-index: 99; }
  a:hover {
    color: #057C05; }

img {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

h4 {
  position: fixed;
  padding: 0;
  margin: 0;
  z-index: 70;
  text-align: left;
  font-size: 22px;
  line-height: 28px; }
  h4 span {
    font-size: 80px; }

.vid {
  position: absolute;
  z-index: 80; }
  .vid #video {
    position: absolute;
    background: #3AED3F; }

.tap {
  position: absolute;
  text-align: center;
  pointer-events: none;
  z-index: 300;
  color: #ffffff;
  mix-blend-mode: difference;
  opacity: 1; }
  .tap.no {
    opacity: 0; }

a, h4, .logo, .vid {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in, color 0.15s ease-out;
  -moz-transition: opacity 0.2s ease-in, color 0.15s ease-out;
  -ms-transition: opacity 0.2s ease-in, color 0.15s ease-out;
  -o-transition: opacity 0.2s ease-in, color 0.15s ease-out;
  transition: opacity 0.2s ease-in, color 0.15s ease-out; }

.underlay {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  /*
  	div {
  		position: absolute;
  		margin:0;
  		padding:0;
  		display: inline-block;
  		left: 0;
  		top: 0;
  		line-height: 0;
  		@include transition(transform 0.2s ease-out);
  		cursor: pointer;
  		img{
  			opacity: 0;
  			@include transition('transform 0.2s ease-out, opacity 0.5s ease-out');
  		}
  	}
  */ }
  .underlay div {
    position: absolute;
    z-index: 1;
    display: block;
    background: radial-gradient(closest-side, #3AED3F 5%, #ffffff 100%); }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */ }

/*


.animated-in{
	@include transition('transform 0.3s ease-in, opacity 0.3s ease-in');
}
.animated-out{
	@include transition('transform 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)');
}
*/

/*# sourceMappingURL=styles.css.map */
