

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?9m2cym');
    src:  url('../fonts/icomoon.eot?9m2cym#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?9m2cym') format('truetype'),
      url('../fonts/icomoon.woff?9m2cym') format('woff'),
      url('../fonts/icomoon.svg?9m2cym#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-envelope:before {
    content: "\e903";
  }
  .icon-tidal:before {
    content: "\e902";
  }
  .icon-deezer:before {
    content: "\e900";
    color: #00c7f2;
  }
  .icon-soundcloud:before {
    content: "\e901";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-spotify:before {
    content: "\ea94";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  .icon-appleinc:before {
    content: "\eabe";
  } 

body {
    padding: 0 ;
    text-align: center;
    background: #000;
    color: #fff;
    text-align: center;
    -webkit-text-size-adjust: none;
    font-family: 'Mulish', sans-serif;
    margin: 0 ;
}
body{
  -moz-appearance: none;
  -webkit-appearance: none;
-webkit-text-size-adjust: none
}
.block ul, ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
a:hover{
    opacity:0.5;
    transition:all 0.5s ease-in-out;
}
/*tour page css*/
.video-wrapper video {
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 0;
}
.tourheader {
  font-size: 32px;
  margin-top: 75px;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}
.backToHome {
  position: absolute;
  left: 5vw;
  top: 8vw;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}
/*Footer CSS*/
.footerWrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.device, span.copy {
  display: inline-block;
  vertical-align: text-bottom;
}
.footerWrapper a {
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}
.footerWrapper {
  font-size: 8px;
  letter-spacing: 0.2px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 0 15px;
  position: relative;
}
