
* {
    border: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

body { 
      font-size: 130px; 
   }
   
div.body {
width: 100vw;
position:absolute;
z-index: -2;}

img {
  width: 100%;
  height: auto; 
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}

/* DISABLE TEXT HIGHLIGHT */

body {
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  
img {
 max-height: 100vh;}
  
  div.mbtxt1 {
position: fixed;
width: 100vw;
left: -45%;
top: -65%;
}

div.mbtxt2 {
position: fixed;
width: 100vw;
left: 0%;
bottom: 5%;
}

  /* CONTENT */

div.menu {
width: 100vw;
top: 5%;
left: 5%;
position:absolute;
z-index: 2;}

div.menuLOW {
width: 100vw;
bottom: 5%;
left: 5%;
position:absolute;
z-index: 2;}

div.menuR{
top: 5%;
right: 5%;
text-align: right;
position:absolute;
z-index: 3;
}

div.body {
width: 80vw;
top: 10%;
left: 5%;
position:absolute;
z-index: -2;}

div.full {
width: 100vw;
height: 100vh;
top: 0;
left: 0;
position:absolute;
z-index: 1;
text-align: center;}



/* TEXT */

body {
      font-family: 'Alte Haas Grotesk';
      font-size:14px;
 }
 
h2 {
    font-family: 'Alte Haas Grotesk';
    font-weight: 400;
    font-size: 14px;
    color: #ff0000;
text-align: center;}

/* unvisited link */
a:link {
    font-family: 'Alte Haas Grotesk';
    font-weight: 400;
    font-size:14px;
    color: #000000;
    text-decoration: none;
}

/* visited link */
a:visited {
    font-family: 'Alte Haas Grotesk';
    font-size:14px;
    color: #000000;
    text-decoration: line-through;
}

/* mouse over link */
a:hover {
text-decoration: line-through;
}

/* selected link */
a:active {
    font-family: 'Alte Haas Grotesk';
    font-size:14px;
    color: #000000;
    text-decoration: line-through;
}
