* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	color: white;
}

body {
	position: relative;
	background: black;
}

.box-to-animate {
	width: 2px;
	height: 25vh;
	background: white;
	margin: 30px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 80%;
	z-index: 12;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

#masthead-video {
	/* width: 100vw; */
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	object-fit: cover;
}

#masthead-video_html5_api {
	object-fit: cover;
}

.full-logo {
	width: 13vw;
}

nav {
	height: 100px;
	position: fixed;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

nav a {
	padding: 20px;
	color: white;
	text-decoration: none;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-size: 15px;
	opacity: 0;
}

.music-controls {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgb(211, 211, 211);
	padding: 10px;
	bottom: 30px;
	left: 30px;
	z-index: 4;
	color: white;
	display: flex;
	align-items: center;
	justify-content: left;
	transform: translateY(30px);
	opacity: 0;
	cursor: pointer;
}

.play-pause {
	margin-right: 10px;
}

section.one {
	position: relative;
	width: 100%;
	height: 100vh;
}

#main-title {
	font-weight: 100;
	font-style: italic;
	font-size: 6vw;
	letter-spacing: 1.5vw;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
}

.content-block {
	width: 100vw;
	height: 100vh;
	position: relative;
	padding: 10vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-block.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100vw;
	height: 100vh;
}

.content-block.footer p {
	font-size: 1.2vw;
	margin-top: 2vw;
}

.content-block.footer .contact {
	position: absolute;
	bottom: 1.5vw;
	font-size: 0.8vw;
}

.content-block.footer .contact .social-links {
	font-size: 1.2vw;
}

/* section backgrounds */
.background {
	width: 100vw;
	height: 100vh;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}

.outta-time-track .background {
	background-image: url('images/outtaTimeBackground.jpg');
}
.tell-me-now-track .background {
	background-image: url('images/tellMeNowBackground.jpg');
}
.i-already-know-track .background {
	background-image: url('images/IAlreadyKnowBackground.jpg');
}
.good-game-track .background {
	background-image: url('images/goodGameBackground.jpg');
}

.believr-track .background {
	background-image: url('images/believrBackground2.jpg');
}

.dark-side-track .background {
	background-image: url('images/dark-side-cover-art-blur.jpg');
}

.cb-content {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	width: 80vw;
}

.cb-content p {
	color: white;
	text-decoration: none;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.3vw;
	font-size: 0.8vw;
	padding-bottom: 0.3vw;
}

.cb-content i {
	font-size: 1.8vw;
	margin-right: 0.8vw;
}

.sub-content {
	margin-bottom: 1.5vw;
}

.album-art-container {
	position: relative;
}

.album-art-container > * {
	cursor: pointer;
}

.track-toggle-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	filter: drop-shadow(0 0 0.75rem black);
}

.album-art {
	width: 30vw;
	height: 30vw;
	display: inline-block;
	margin-right: 5vw;
}

.press-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.press-logos img {
	max-width: 23vw;
	max-height: 3.5vw;
	margin-right: 2vw;
	margin-bottom: 1vw;
}

.video-block {
	width: 100vw;
	height: 56.25vw;
	padding: 0;
}

.video-block video {
	width: 100%;
	height: 100%;
}

.video-overlay-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer !important;
	pointer-events: none;
	filter: drop-shadow(0 0 1rem black);
}

.video-overlay-content p {
	color: white;
	text-decoration: none;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.3vw;
	font-size: 0.8vw;
	padding-bottom: 0.3vw;
	margin-top: 1vw;
	cursor: pointer !important;
}

.video-overlay-content svg {
	width: 4vw;
	cursor: pointer !important;
}

.mobile-break {
	display: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: '';
	background-image: url('images/play.png');
	background-repeat: no-repeat;
	background-size: 7vw;
	width: 7vw;
	height: 7vw;
	transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button,
button.vjs-big-play-button {
	border: none;
	background: none;
	background-color: transparent !important;
	top: 50%;
	left: 50%;
	transition: none;
}
