body {
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	overflow: hidden;
	max-width: 100vw;
	max-height: 100vh;
}
video {
	max-width: 100%;
}

.main-nav .right h1 {
	font-weight: 500;
}

.italic {
	font-style: italic;
}
.color-container {
	height: 100vh;
	width: 100vw;
	position: relative;
	background: url('images/color_default.png');
	transition: background 1s linear;
	background-size: cover;
}
.main-container {
	height: 100vh;
	width: 100vw;
	position: relative;
}
.quarter-box {
	position: relative;
	float: left;
	width: 50%;
	height: 50vh;
	box-sizing: border-box;
}
.quarter-box .inner-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	background: rgba(255, 255, 255, 0.7);
	height: 180px;
	width: 475px;
}
.quarter-box  img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 75%;
}
.quarter-box .inner-box h1 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	white-space: wrap;
	color: #422241;
	font-size: 40px;
	font-family: "industry";
	text-align: center;
	width: 90%;
}
.center-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	text-align: center;
	box-sizing: border-box;
}
.main-nav {
	position: absolute;
	top: 0;
	height: 90px;
	width: 100vw;
	background: #2d162c;
	z-index: 999;
	padding: 0 20px;
	box-sizing: border-box;
}
.main-nav .right img {
	margin-top: 15px;
	max-height: 60px;
	float: left;
	margin-left: 15px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.main-nav .left img {
	max-height: 90px;
}
.bottom-nav {
	position: absolute;
	bottom: 0;
	width: 100vw;
	height: 110px;
	background: rgba(0,0,0,0.7);
	z-index: 999;
}

.bottom-nav img {
	float: left;
	margin: 0 5px;
	margin-top: 10px;
	
}

.fixed-bg {
	height: 100vh;
	width: 100vw;
	position: relative;
	background: url('images/color_default.png');
	transition: background 1s linear;
	background-size: cover;
	z-index: 997;
}

.variable-bg {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	background: url('images/color_blue.png');
	transition: background 1s linear;
	background-size: cover;
	z-index: 998;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 15.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 25px;
  border: 0.2px solid rgba(1, 1, 1, 0.07);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 56px;
  width: 56px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -25.7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 25px;
  border: 0.2px solid rgba(1, 1, 1, 0.07);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0.2px solid rgba(1, 1, 1, 0.07);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.2px solid rgba(1, 1, 1, 0.07);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 5px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

@media screen and (max-width: 1025px) {
	.bottom-nav .right p {
		display: none;
	}
	video {
		left: 0 !important;
		top: -120px !important;
	}
	h1 {
		font-size: 16px;
	}
	.main-nav p {
		font-size: 18px !important;
	}
	.main-nav .right img {
		max-height: 50px;
		margin-top: 20px;
	}
	.quarter-box .inner-box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -25%);
		background: rgba(255, 255, 255, 0.7);
		height: 120px;
		width: 475px;
	}
	.quarter-box .inner-box h1 {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		white-space: wrap;
		color: #422241;
		font-size: 25px;
		font-family: "industry";
	}
	
	.safety {
		width: 80vw;
	}
	
	.safety p {
		font-size: 24px;
	}
	
	#shrink-mobile {
		max-width: 45vw;
	}
	
}