@charset "UTF-8";
/* CSS Document */

body {
  background-color: #000000;
}

.container {
  margin: 50px auto;
  width: 540px;
  padding: 10px;
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item {
  width: 80px;
  height: 100px;
  margin: 1%;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 6em;
}


.item2 {
  width: auto;
  height: 100px;
  margin: 3%;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 6em;
}

#myVideo {
    position: absolute;
    height: auto; 
    width: auto; 
    min-width: 100%; 
    min-height: 100%; 
    max-width: 10000%; 
    max-height: 10000%; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    pointer-events: none;
}

.hero.is-fullheight {
    min-height: 100vh;
}

.hero.is-dark {
    background-color: #070708;
    color: #b0daf2;
}

.hero-body, .section {
    padding: 3rem 1.5rem;
}

.hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.hero-body, .hero-foot, .hero-head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero .columns {
    position: relative;
    z-index: 2;
}

.hero {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}


.overlayDiv {
  position: fixed;
  top: 25%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.overlayDivBottom{
      position: fixed;
  top: 80%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.overlayDivSponsors{
      position: fixed;
  top: 95%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
