:root {
  --solid-red: #d10411;
 
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "3MCircularTT-Book", sans-serif;	
	background-color:black;
}	

button {
	border: none;	
	background: none;
}
button:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
	font-family: "3MCircularTT-Book";
	src: url("fonts/3MCircular_Web/3MCircularWeb-Regular.woff") format("woff");
} 

@font-face {
	font-family: "3MCircularTT-Bold";
	src: url("fonts/3MCircular_Web/3MCircularWeb-Bold.woff") format("woff");
} 

img {
border: 0;
}
a {
	text-decoration:none;
	color:#434343;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color:#dfdfdf;	
	}
		
#firstbutton, #firstmovie {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index: 21;
	}

#firstmovie {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index: 20;
	}	

#homeicon {	
	background-image: url('../img/Back_Arrow.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size:contain;
	cursor: pointer;
	width: 3%;
	height: 100%;
	display: none;
	position: absolute;
	bottom: 115%;
	left: 1%;
	}
#refreshicon {	
	background-image: url(../img/refresh.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	width: 3%;
	height: 55%;
	}
.play-icon {
	width: 19%;
	cursor: pointer;
	align-content: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.icontext {
	
}
#xtravid {
	position: absolute;
	left: 43%;
	/* height: 34vh; */
	width: 38vw;
	aspect-ratio: 1920/1080;
	top:17%;
	box-shadow: 0px 0px 20px black;
	z-index: 13;	
}
#xtraclose {
	position: absolute;
	font-size: 2vw;
	z-index: 14;
	color: black;
	cursor: pointer;
}

#xtravidtranscript {
	position: absolute;
	/* left: 43%; */
	/* height: 34vh; */
	/* width: 35vw; */
	/* aspect-ratio: 1920/1080; */
	top:17%;
	/* box-shadow: 0px 0px 20px black; */
	z-index: 13;	
}
#xtraimg {
	position: absolute;
	left: 30%;
	height: 30%;
	width: 40%;
	top:20%;
	box-shadow: 0px 0px 20px black;
	z-index: 13;
}
#imgclose {
	position: absolute;
	left: 69%;
	top:17%;
	color: white;
	font-size: 3em;
	z-index: 14;
	cursor: pointer;
}
.engineeringxtra {
	left: 7% !important;
	top: 10% !important;
}
.repairsxtra {
	left: 35% !important;
	top: 7% !important;
}
.fuelingxtra {
	left: 52% !important;	
}
.fuelingxtraclose {
	left: 88.5% !important;
	top: 18%;	
}
.engineeringxtraclose {
	left: 43% !important;	
	top: 11%;	
}
.repairsxtraclose {
	left: 71% !important;	
	top: 8%;	
}
#header {
	position: absolute;
	left: 1%;	
	top: 10%;
	width: 30%;
	background-color: rgba(255, 255, 255, 0.9);
	/* border-top: 5px solid var(--solid-red);
	border-right: 5px solid var(--solid-red);
	border-bottom: 5px solid var(--solid-red);	 */
	/* padding: 8px; */
	box-shadow: 6px 5px 15px black;
	z-index: 13;
	display: none;
	}
.header-right {
	left: 69% !important;
}
#header-img {
	margin-right:3%;
	width: 21%;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	aspect-ratio: 60/63;
	}
#headertext {
	color: var(--solid-red);
	/* text-align: center; */
	font-size: 1.74vw;
	/* line-height: 24px; */
	display: none;
	padding: 3.5% 5px 0 5px;
	}
#subheadertext {
	color:black;
	font-size:1.1vw;
	font-weight: bold;
	font-family: '3MCircularTT-Bold';
	padding: 5px 5px 0 5px;	
	}
#taglinetext {
	font-size:1.1vw;	
	font-style: italic;
	color: rgba(70, 70, 70, 1);
	padding-top:0.5%;
	}
#footer {
	position: absolute;
	bottom:0;
    right: 0;
    z-index: 13;
    width: 100%;
	height: 5%;
	background-color: black;
	display: none;
	}
#footertext {
	font-size: 0.8vw;
	float: right;
	color:white;
	line-height: 100%;
	align-content: center;
	padding: 0px 8px 0px 8px;
	height: 100%;
	margin-right:1%;
	text-align: right;
	}
#footer a {
	cursor: pointer;
	color: white;	
}
.footerlink {
	color: white;
	cursor: pointer;
}
.m-footer_legalLink {
	background: url('../img/icn_privacyOptions.avif') no-repeat right / 22px;
	padding-right: 24px;
}
#upperbar {
	z-index: 13;
	position: absolute;
	top: 0;
	left:0;
	height:5.5%;
	width: 100%;
	display: none;
	background-color: white;
}
.logo {
	margin-top: 0.5%;
	margin-left: 0.5%;
	height: 70%;
}
#upperbarvid {
	height: 100%;	
	position: absolute;
	top: 0;
	right: 0;
}
#reset {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width:7%;
	height:8%;
}
/*mainmenu*/
#mainmenu {
	width:100%;
	height: 100%;
	position: absolute;
	left:0px;
	z-index: 13;	
	top: 0;
	display: none;
	}	
	
.firstmenu {
	margin-top:34%;
	}
	
.menuitem, .spot {
	width: 2.5%;
	height: 4.5%;
	background-image: url('../img/spot-plus.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	cursor: pointer;
	position: absolute;
	z-index: 14;
	}

.spotbg {
	width: 2.5%;
	height: 4.5%;
	position: absolute;
	background-color: var(--solid-red);
	z-index: 14;
	}
.menuitem:hover {
	/* transform: scale(1.05); */
	/* box-shadow: 0 0 5px 5px #00000030; */
	}
.stitle {
	display: none;
	background-color: rgba(255, 255, 255, 0.96);
	position: absolute;
	height: 4.5%;
	width: 11.5%;	
	align-content: center;
	padding: 0 15px 0 15px;
	z-index: 13;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	margin-left:2.5%;
	font-size: 0.9vw;
	background-image: url('../img/carat-down.png');
	background-position: center right 5%;
	background-repeat: no-repeat;
	background-size: 5%;
}
.stitle.out {
	background-image: url('../img/carat-up.png');
}
.stitle.home {
	background-image: none !important;	
}
.stitle-left {
	float: right;
	margin-right: 2.5%;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.spottext {
	display: none;
	background-color: rgba(198, 198, 198, 0.96);
	position: absolute;
	max-width: 16.5%;
	height: max-content;
	/* align-content: center; */
	/* padding: 0px 20px 15px 20px; */
	padding: 0 15px 15px 15px;
	z-index: 13;
	overflow: auto;
	margin-top: 2.28%;
	margin-left: 2.5%;
	font-size: 0.74em;
}

.weblink {
	text-align: center;
	font-size: 0.95vw;
}
.weblink a {
	color: var(--solid-red);
	text-decoration: underline;
}
ul {
	padding-inline-start: 3%;	
	font-size: 0.9vw;
}
li {
	padding-bottom:2.5%;	
}
#wrap_choices {
	position: absolute;
	left: 51.5%;
	top: 74%;
	width: 21%;
	z-index: 13;
}
.wrap {
	cursor: pointer;
	display: block;
	width: 19%;
	float: left;
	margin-right: 6px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1em;
}
.wrap img {
	height 55%;
	width:100%;
}
.wraptext {
	/* font-size: .74em;	 */
}
.selectColor {
	display: inline-block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid black;	
	width: 98%;
	font-size: 0.8vw;
	font-family: '3MCircularTT-Bold';	
	margin-top: 2%;
}

.tintInstructions {
	display: inline-block;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 2%;
	border: 1px solid black;	
	width: 90%;
	font-size: 0.8vw;
	font-family: '3MCircularTT-Bold';	
	margin-top: 2%;
	padding:4%;
}

/*** slider settings ***/
.slider {
  cursor: pointer;
  accent-color: var(--solid-red);
  width: 90%;
  margin: 5%
}


/***main ***/
#main_wrapper { 
	max-width: 3840px;
	max-height: 2160px;
	}
#main {
	width:100%;
	max-width: 3840px;
	max-height: 2160px;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	background-color:white;
	}

/****** vids ****/
	
#moviebox {
	width:100%;
	position: absolute;
	top:0;
	right:0;
	}

#overlaybox {
	width: 100%;
	aspect-ratio: 1920 / 1080;
	position: absolute;
	right: 0;
	z-index: 13;
	background-size: cover;
	display: none;
	}
	
.vid {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
/* 	height: 1080px; */
	}


#portrait {
	display: none;
	z-index: 25;
	width: 100%;
	height:100%;
	background-image: url('../img/portrait.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:rgba(255, 255, 255, 0.54);
	position: absolute;
	top: 0;
	left:0px;
	}
/* 
@media all and (orientation:portrait) {
	#portrait {
		display: block;
		}
	}
	 */
@keyframes spinny {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(135deg);
	  }
	}
	
.rotate {
	animation-name: spinny;
	animation-duration: 500ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	transform: rotate(135deg);
}

@keyframes unspinny {
  from {
	transform: rotate(135deg);
  }
  to {
	transform: rotate(0);
  }
}
.unrotate {
	animation-name: unspinny;
	animation-duration: 500ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	transform: rotate(0deg);
}
