* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #707070;
}

a {
  color: #d70f71 !important;
}

h1,h2 {
  font-weight: 200;
  font-size: 40px;
  text-transform: uppercase;
}

h3 {
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
}

h4 {
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  color: #d70f71;
}

section {
    position: relative;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
}

section div {
  width: 100%;
  text-align: center;
}

/* HELPERS */

.opacity0 {
  opacity: 0;
}

.displaynone {
  display: none;
}

.padding30 {
  padding: 30px;
}

.width100 {
  width: 100%;
}


/* FIXED */

.maintitle {
  position: fixed;
  width: 100%;
  text-align: center;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -15px;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 30px;
    background-color: #d70f71;
    line-height: 60px;
    border-radius: 30px;
    border: 2px solid #d70f71;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.subh2 {
  position: absolute;
  bottom: 10vh;
  width: 100%;
  text-align: center;
}

.main_bg {
  position: fixed;
  top: 10vh;
  height: 60vh;
  width: 100vw;
  display: table;
  text-align: center;
  margin-right: auto; 
  margin-left: auto;
  z-index: 1;
}

  .main_bg div {
    height: 100%;
    width: 100%;
    display: table-row;
    text-align: center;
  }

  .main_bg div img {
    height: 100%;
    display:  inline-block;
  }

.mouse {
  width: 100vw;
  position: fixed;
  text-align: center;
  top: 20vh;
  z-index: 100;
}
.voiceover {
  width: 100vw;
  position: fixed;
  text-align: center;
  top: 20vh;
  z-index: 100;
}


.textarea {
  padding: 30px;
  position: fixed;
  right: 5vw;
  top: -1000px;
  width: 15vw;
  background-color: #f1f1f1;
  border-radius: 0px 0px 15px 15px;
  font-size: 14px;
  line-height: 22px;
}

/* SECTIONS */


.section2_img1 {
  margin-top: 10vh;
  height: 60vh;
}

.section2_img2 {
  position: absolute;
  top: 25vh;
  left: 50%;
  margin-left: -87px;
}

.section2_img3 {
  position: absolute;
  top: 20vh;
  left: 50%;
  margin-left: 30px;
}

.section3_content1 {
  position: absolute;
  height: 60vh;
  width: 100%;
  top: 10vh;
  text-align: center;
  display: table;
  text-align: center;
  margin-right: auto; 
  margin-left: auto;
  overflow: hidden;
}

  .section3_content1 div {
    height: 100%;
    display: table-row;
    text-align: center;
    position: absolute; 
    overflow: hidden;
  }

  .section3_content1 div img {
    height: 100%;
    display:  inline-block;
    position: relative;
  }
  
.section4_content1 {
  position: absolute;
  height: 44vh;
  width: 100%;
  top: 13vh;
  text-align: center;
  display: table;
  text-align: center;
  margin-right: auto; 
  margin-left: auto;
  overflow: hidden;
}

  .section4_content1 div {
    height: 100%;
    display: table-row;
    text-align: center;
    position: absolute; 
    overflow: hidden;
  }

  .section4_content1 div .extratxt {
    height: 100%;
    display:  inline-block;
    position: absolute;
    top: 10% !important;
    right: 20px !important;
    left: auto !important;
    width: 250px !important;
    font-size: 12px;
    text-align: right;
    z-index: 1000;
  } 


  .section4_content1 div .extratxt b { 
    color: #d70f71;
    text-transform: uppercase;
  }

  
  .section4_content1 div img {
    height: 100%;
    display:  inline-block;
    position: relative;
    z-index: 100;
    cursor: grab;
  }


  
.section4_btn-x {
  position: fixed;
  top: 25vh;
  left: -10vw;
  cursor: pointer;
  z-index: 100000;
}

.section4_btn-y {
  position: fixed;
  top: 25vh;
  left: -10vw;
  margin-top: 180px;
  cursor: pointer;  
  z-index: 100000;
}

.section4_btn-z {
  position: fixed;
  top: 25vh;
  left: -10vw;
  margin-top: 360px;
  cursor: pointer;
  z-index: 100000;
}

.section5_img1 {
  position: absolute;
  top: 25vh;
  left: 50%;
  margin-left: -140px;
}

#section5 .btn-down {
  position: absolute;
  right: 35px;
  bottom: 35px;
}

#section6
{
  position: relative;
  z-index: 100000;
}

.section5_content1 {
  position: absolute;
  height: 60vh;
  width: 100%;
  top: 25vh;
  text-align: center;
  display: table;
  text-align: center;
  margin-right: auto; 
  margin-left: auto;
  overflow: hidden;
}

  .section5_content1 div {
    height: 100%;
    display: table-row;
    text-align: center;
    position: absolute; 
    overflow: hidden;
    bottom: 0px;
  }
   .section5_content1 div canvas {
    height: 100%;
    display:  inline-block;
    position: relative;
  }

  #time
  { position: absolute;
    top: 5vh;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    color: #d70f71;
  }

  #lastupdate
  {
    color:#666;
  }

  #newsitem
  {
    font-weight: bold;
  }

  #news
  { position: absolute;
    top: 10vh;
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
    color: #d70f71;
    margin-top: 25px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
  }


#section7
{
  position: relative;
  z-index: 100000;
  padding-top: 25vh;
  text-align: center;
}

#section7 .logo
{
  margin-bottom: 60px;
  width: 250px;
  max-width: 75%;
}