@font-face {
  font-family: "Font-1";
  src: url("https://mortnsn.com/font/HelveticaNeue.ttc") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Font-1";
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  background: black;
 
}
p{margin: 0;padding: 0;}
br::selection {background: transparent;}
 
span::selection{color: black;background: none;}
img::selection{background: transparent;}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
svg{fill: black; opacity: 0;}
a:hover svg{fill: #ceff00; opacity: 1;}
video{width: 100%;}


/* BACKGROUND */

.background {
  position: fixed;
  width: 98%;
  height: 10px;
  top: 0px;
  padding: 18px;
  margin: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: black;
  z-index: 0;
}

.background-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.box { width: 32.5%; }

.box-up {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.box p {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0px;
}

/* TIME */

#timedate {
  width: 140px;
  display: flex;
  justify-content: space-between;
}

#mi { width: 20px; }
#mon, #d { display: none; }


 
.container{
  width: 100%;
  background: black;
  margin-top: 46px;
  overflow-x:hidden;
  
  display: flex;
  flex-direction: column;
  align-items: center;

}
.container::-webkit-scrollbar {display: none;}


.image{
  width: 98%;
  margin: 0;
  padding: 0; 
  margin-bottom: 0.8vw;
}

img{width: 100%;}

.image-2{
  width: 32.5%; 
  margin-bottom: 1vw;
}

.image-block{
  display: flex;
  justify-content: space-between;
}
.image-block-wrapper{width: 98%;}

.hero-image{ 
  width: 98%;
  margin: 0; 
  padding: 0; 
}
#hero-video{ width: 100%;}

.databox{
  margin: 20px;
  display:flex;
  flex-direction: row;
  margin-bottom: 80px;
  width: 98%;
}
.data-container{
  width: 32.3%;
  font-size: 40px;
  color: white;
  margin-right: 26px;
}
.data-container-info{margin-bottom: 40px;}
.info{
  font-size: 16px;
  max-width: 700px;
  letter-spacing: 0px;

}


#show{display: none;}





@media only screen and (max-width: 900px) {

#hide{display: none}
#show{display: flex;    
  display: flex;
  font-size: 36px;
  width: 92%;
  order: 1;
}
body{background: black;}
 
/* Background */

.container{ 
  height: -webkit-fill-available;
  top: 69px; 
  
}
.background {
  width: 100%;
  padding: 0;
  z-index: 1;
  background: none;
  height: 46px;
  align-items: flex-start;
  background: black;
}

.box {
  display: flex;
  width: auto;
  padding: 20px;
}

.databox {
  width: 92%;
  flex-direction: column;
  margin-bottom: 60px;
}
.data-container{width: 100%; margin-right: initial;margin-bottom: 20px;}
.data-container-box,.data-container-info{margin-bottom: 20px;}
 


.image{width: 92%; margin-bottom: 2vw; padding: 0;}
.image-2{width: 100%; margin-bottom: 2vw;}
.image-block{flex-direction: column;}
.image-block-wrapper {width: 92%;margin-bottom:2vw;}

.hero-image{
  display: flex;
  justify-content: center;
  height: 80vh;
}
#hero-video{ height: 80vh; width: initial; }

}

 
 
 





