 CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html {
  min-height: 100%;
  /*overflow: hidden;*/
}

ul {
  list-style-type: none;
  outline: none; 
  font-style: none;
  color: #a7c408;
}

a {
  color: #e23258;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

h1 {
  color: #a7c408;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

h2 {
  color: #e23258;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

body {
  overflow: hidden;
  background-color: #0c486c;
  margin: 0;
  padding: 0;
  border: 0;
  color: #FFF;
  background-image: url(images/BGGif.gif);
  background-size: 100% 100%;
}

.bottomElement {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 120px;
}
#FloorOV {
  background-image: url(images/FloorGif.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  /*position: relative;*/
  bottom: 0;
}

#SlimeOV {
  background-image: url(images/SmallSlimeGif.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

#BorderOV {
  background-image: url(images/BorderGif.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

/* REUSABLE */
.vertCenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} 

.centerColumn {
  max-width: 750px;
  margin: 0 auto;
}

/* MAIN SECTIONS */
#scroller {
  overflow: scroll;
}
#mainBox {
  position: relative;
  left: 0;
  right: 0;
  width: 80vw;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}


#topBox {
  position: relative;
  height: 25vh;
  width: 60vw;
  max-width: 800px;
  margin: 0 auto;
}
#topBoxLeft {
  left: 0;
}

#topRightWrapper {
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
}
#topBoxRight {
  right: 0;
  float: right;
  text-align: right;
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
}

#indiebox_mainBox {
  width: 720px;
  height: 600px;
  margin-top: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#indiebox_topBox {
  width: 720px;
  height: 200px;
  margin-bottom: 50px;
  float: left;
}

#middletopbox {
  width: 720px;
  height: 200px;
  float: left;
}

#indiebox_middleBox {
  margin-bottom: 10px;
  width: 720px;
  height: 175px;
  float: left;
  background-color: #0c486c;
  border-style: solid;
  border-width: 20px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #0d3e5e;
}

#indiebox_bottomBox {
  width: 720px;
  height: 200px;
  float: left;
}

#indiebox_footerBox {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 720px;
  height: 100px;
  float: left;
}

#soundtrack_mainBox {
  width: 720px;
  height: 600px;
  margin-top: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#soundtrack_topBox {
  width: 720px;
  height: 100px;
  margin-bottom: 50px;
  float: left;
}

#soundtrack_middletopbox {
  width: 720px;
  height: 315px;
  margin-bottom: 50px;
  float: left;
}

#soundtrack_middleBox {
  margin-bottom: 10px;
  margin-top: 50px;
  width: 720px;
  height: 175px;
  float: left;
  background-color: #0c486c;
  border-style: solid;
  border-width: 20px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #0d3e5e;
}

#soundtrack_bottomBox {
  width: 720px;
  height: 200px;
  float: left;
}

#soundtrack_footerBox {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 720px;
  height: 100px;
  float: left;
}

#middleBox {
 /*height: 40vh; */
 position: relative;
 margin-bottom: 3vh;
 /*background-color: #FFF;*/
}
#videoWrapper {
  position: relative;
  left: 0;
  right: 0;
  padding-bottom: 1vh;
  padding-top: 1vh;
}
#videoWrapper2 {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 1vh;
}
#video {
  border: 3px solid #fff;
}
#steamIcon {
  position: absolute;
  left: 2vh;
  top: 2.5vh;
  z-index: 10;
}
#humbleIcon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#bottom_top {
  height: 15vh;
  margin-bottom: 20vh;
  zoom: 0.75;
  -moz-transform: scale(0.5);
}
#middleBottomBoxText {
  display: none;
}
#bottom_bottom {
 margin-top: 1vh;
}

#bottom_bottom a {
  display: inline-block;
}
#bottom_bottom a img {
  width: 95%;
}
#footerBottomBox {
 margin-bottom: 2vh;   
 margin-top: 2vh;  
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #topBox {
    height: 28vh;
  }

  #topBoxLeft {
    right: 0;
    margin: 0 auto;
  }

  /*#bottom_top {
  height: 35vh;
  margin-bottom: 4vh;
  }*/

  #topBoxRight {
    bottom: 0;
    left: 0;
    transform: translateY(0);
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
 #topBox {
    height: 36vh;
  }

  #topBoxLeft {
    right: 0;
    margin: 0 auto;
  }

  /*#bottom_top {
  height: 35vh;
  margin-bottom: 4vh;
  }*/

  #topBoxRight {
    bottom: 0;
    left: 0;
    transform: translateY(0);
  }
}