body, html {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16pt;
    line-height: 1.125;
}
iframe {
    width: 100%;
}
a {
    display: inline-block;
    text-decoration: none;
    color: rgba(235,124,0,1);
}
a:hover {
    color: rgba(255,255,255,1);
}

button,.button {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: 0px;
    filter:brightness(0.9);
    padding: 10px;
    margin: 0px;
}

button:hover,.button:hover {
    background: inherit;
    border: 0px;
    filter: brightness(1);
}

ul li {
    padding: 5px 0px 5px 0px;
    line-height: 1.25;
}

footer {
    min-height: 236px;
    width: auto;
    height: auto;
    padding: 64px;
    overflow: hidden;
}
.page {
    width: auto;
    height: auto;
    padding: 64px;
    overflow: hidden;
}
.logo {
    position: relative;
    width: 256px;
    height: 256px;
    background: transparent url("../images/logo2.png") center center no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
}
.start {
    position: absolute;
    min-width: 125%;
    min-height: 125%;
    left: -64px;
    width: auto;
    height: auto;
    background: url("../images/start.png") center center no-repeat;
    background-size: cover;
}
.overlay {
    position: absolute;
    min-width: 125%;
    min-height: 125%;
    left: -64px;
    width: auto;
    height: auto;
    background: rgba(0,0,0,1);
    opacity: 0.5;
}

button,.button {
    padding: 10px;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
button:hover, .button:hover {
    -webkit-transform: scale(1.125,1.125);
    transform: scale(1.125,1.125);
}

.eula, .privacy {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
}

.eula .wrap, .privacy .wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.eula .close, .privacy .close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid rgba(255,255,255,1);
    padding: 10px;
    -webkit-filter: brightness(85%);
            filter: brightness(85%);
    font-family: 'Orbitron', 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    z-index: 100;
} 

.wasp {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url("../images/wasp.png") center center no-repeat;
    background-size: cover;
}

.piranha {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url("../images/piranha.png") center center no-repeat;
    background-size: cover;
}

.video-bg {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
  .video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    .video-bg > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-bg > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    .video-bg > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }

.hidden {
    display: none;
}
.no-scroll {
    overflow-y: hidden;
}

.list-disc {
    list-style-type: disc;
    margin-left: 60px;
}

/* header fonts */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Michroma', 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 20px;
}

/* Predefined Font Sizes */
.t-50 {
    font-size: 12pt;
}

.t-75 {
    font-size: 14pt;
}

.t-100 {
    font-size: 16pt;
}

.t-125 {
    font-size: 22pt;
}

.t-150 {
    font-size: 26pt;
}

.t-175 {
    font-size: 32pt;
}

.t-200 {
    font-size: 36pt;
}

.t-225 {
    font-size: 42pt;
}

.t-250 {
    font-size: 46pt;
}

.t-275 {
    font-size: 52pt;
}

.t-300 {
    font-size: 56pt;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-40 {
    padding: 40px !important;
}

/* Text Alignment */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.text-light {
    font-weight: lighter;
}

.text-upper {
    text-transform: uppercase;
}

@media (min-width: 0px) {
    button.w-100,.button.w-100 {
        width: 99%;
    }
    button.w-125,.button.w-125 {
        width: 99%;
    }
    button.w-150,.button.w-150 {
        width: 99%;
    }
}

@media (min-width: 600px) {
    button.w-100,.button.w-100 {
        width: 100px;
    }
    button.w-125,.button.w-125 {
        width: 125px;
    }
    button.w-150,.button.w-150 {
        width: 150px;
    }
}