@font-face {
  font-family: "Stratum";
  src: url("/fonts/stratum-light.woff") format('woff');
}

@font-face {
  font-family: "Stratum-Thin";
  src: url("/fonts/Stratum2-Thin.woff") format('woff');
}

body, html {
  background-color: #000;
  color: white;
  font-family: 'Stratum';
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  /*-webkit-font-smoothing: antialiased;*/
  /*-webkit-font-smoothing: subpixel-antialiased !important;*/
}

body {
  min-height: 100%;
}

img.logo {
  width: 145px;
  height: 25px;
}

.button {
  padding: 10px 20px 10px 20px;
  background-color: #5437e0;
  border: none;
  cursor: pointer;
  transition-duration: 500ms;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
  text-align: center;
  user-select: none;
}

.button:hover {
  background-color: #371e91;
  transition-duration: 500ms;
}

.navbar {
  display: flex;
  padding-top: 15px;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
}

.navbarSlim {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
  transition: all 500ms;
}

.navbarDark {
  background: linear-gradient(to bottom, rgba(0,0,0,1) 30%,rgba(0,0,0,0) 100%);
}

.navbarMain {
  background-color: rgba(0, 0, 0, .75);
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.menuIcon {
  font-size: 26px;
}

.checkoutItem label {
  font-weight: bold;
}

.indexCover {
  /*background: url('../../media/index/index.html')*/
  width: 100%;
  height: 100%;
}

.vimeo-wrapper {
  background: 000;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#vimeo-player {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  border: 0;
}

.content-block {
  /* NOPE on Safari */
  /*height: 100%;*/
  width: 75%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 125px 0 80px 0;
  text-align: justify;
  font-size: 18px;
  font-family: 'Stratum-Thin', sans-serif;
  font-weight: 200;
  font-style: normal;
  z-index: 2;
  /*margin-bottom: 200px;*/
}

.video-content {
  /*display: flex;
  justify-content: center;*/
  text-align: center;
}

.content-block p {
  font-size: 18px;
  max-width: 75%;
  text-align: center;
  line-height: 1.4;
  height: 100%;
}

.flexContainer {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
  width: 100%;
}

.flexContainerTop {
  align-items: flex-start;
}

.flexColumn {
  display: flex;
  flex-flow: column;
  flex: 1;
  margin-top: 30px;
  width: 40%;
  min-width: 250px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1000;
}

.columnShortenLeft {
  padding-left: 100px !important;
  padding-right: 20px !important;
}

.columnShortenRight {
  padding-right: 100px !important;
  padding-left: 20px !important;
}

video {
  position: relative;
  z-index: 1 !important;
  width: 100%;
}

.pLeft {
  text-align: left !important;
}

.ft {
  position: relative;
  text-align: left !important;
  width: 100%;
}

.hud {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 100%;
}

.hud img {
  height: 100%;
  opacity: 0;
}

.hud.left {
  left: 0;
}

.hud.right {
  right: 0;
}

.main {
  position: relative;
  background-color: #000;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0);
}

.hero-title {
  background: rgba(0,0,0,0.5);
  color: white;
  position: absolute;
  bottom: 60px;
  left: 0px;
  padding-left: 40px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 1.5em;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 4px;
  border-bottom: 1.5px solid rgba(255,255,255,0.2);
}

h1, h2, h3, h4 {
  font-family: Stratum-Thin;
  text-transform: uppercase;;
  text-align: center;
  /*width: 80%;*/
}

h1 {
  font-size: 3.2vw;
  line-height: 1em;
}

h2 {
  font-size: 2.1vw;
  line-height: 1em;
}

/* QUOTE */

.quote {
  font-size: 1.8vw;
  line-height: 1em;
  font-family: Stratum;
  text-transform: uppercase;;
  text-align: right;
  width: 95%;
}

.quoteTo {
  text-transform: uppercase;;
  text-align: right;
  width: 95%;
}

.citation {
  font-size: 12px;
  text-align: right;
  width: 95%;
  margin-top: 6px;
}

/* TESTIMONIAL */

.testimonial-wrapper {
  width: 100%;
  text-align: center;
}

.testimonial {
  font-family: 'Stratum-Thin', sans-serif;
  font-size: 2.1vw;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.testimonialBy {
  margin-top: 50px;
  font-size: 1.3vw;
}

/* VIDEO WRAP */
.bv-video-wrap {
  width: 100%;
  height: 100%;
  /* Please note this is only required if you with to add the
  '.bv-video-wrap--ready' class on the 'onReady' event */
  display: none;
}

.bv-video-wrap--ready {
  display: block;
}

#videoContainer {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bv-video-wrap::before {
  /* OPTIONAL OVERLAY */
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/* VIDEO OBJECT */
.bv-video {
  width: 100%;
  height: 100%;
}

/* GENERAL */

.tidio-chat-discussion {
  background-color: black;
}

a {
  color: white;
  text-decoration: none !important;
}

a:hover {
  color: gray !important;
}

/* INDEX PAGE */

.indexNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.indexLogo {
  /*position: absolute;
  left: 55px;
  top: 55px;*/
  margin-left: 55px;
  width: 285px;
  height: 65px;
}

.indexMenu {
  margin-right: 35px;
  margin-top: 6px;
  font-size: 16px;
  z-index: 100;
  padding: 20px;
  background-color: rgba(0,0,0,0.7);
  text-transform: uppercase;
}

.indexMenu a {
  margin-right: 25px;
}
.indexMenu a:hover {
  /*color: #5437e0 !important;*/
}

.indexInner {
  position: absolute;
  margin: auto;
  top: 20%;
  left: 50px;
  display: flex;
  flex-direction: column;
  z-index: 10000;
}

.indexTagLine {
  font-family: Stratum;
  font-size: 4.5em;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
}

.indexSubText {
  font-family: 'Stratum-Thin';
  font-size: 1.3em;
  text-align: left;
}

#verbMachine {
  color: #5437e0;
}

.startProjectButton {
  margin-top: 25px;
  height: 50px;
  width: 150px;
  background-color: #5437e0;
  cursor: pointer;
  transition-duration: 500ms;
  text-transform: uppercase;
  color: white;
  line-height: 53px;
  border-radius: 2px;
  text-align: center;
  user-select: none;
}

.startProjectButton:hover {
  background-color: #371e91;
  transition-duration: 500ms;
}

#factoryIntro {
  text-align: left !important;
}

.video {
  background-color: black;
}

#header {
  visibility: hidden;
}

/* ZERO WORLD TOUR */

#content-wrapper [data-url-id="world-tour"] .title-desc-wrapper {
     display: none !important;
     min-height: 0.1px;
}

.no-main-image {
  background-color: black !important;
}

.video-loop1 {
  position: absolute;
  top: -300px;
  width: 100%;
  height: 500px;
}

/*GOOGLE MAP / AUTO LIBRARY*/

#map {
  height: 300px;
  width: 100%;
}
