body {
	background-color: black;
	color: white;
	font-family: "Open Sans", sans-serif;
	position: relative;
	min-height: 100vh;
	padding-bottom: 92px;
}

a:active, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:link, a:visited {
	color: white;
}
a:hover {
	color: rgb(0, 208, 132);
}

#menu a {
	padding: 10px 15px;
}
#menu a:active, #menu a:focus {
	outline: 2px solid transparent;
	background: rgba(255,255,255,0.9);
}
#menu {
	font-size: 1.5em;
	margin: 0 auto;
}
#menu span {
	padding: 0px 22px;
}

@media (max-width: 768px) {
	#home-pic img {
		object-fit: cover;
		object-position: 35% 50%;
		max-width: 100%;
		height: 55vh;
	}
}
@media (max-width: 768px) {
	#test-pic img {
		object-position: 50% 50% !important;
		height: 55vh !important;
	}
}
@media (max-width: 1024px) {
	#test-pic img {
		object-fit: cover !important;
		object-position: 50% 12% !important;
		max-width: 100% !important;
		height: 66vh !important;
	}
}

#signup input {
	background-color: black;
	border-color: red;
	border-radius: 0px;
}
#signup input:valid {
	background-color: black;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
}
#signup input:focus {
	outline-width: 0px;
	box-shadow: 0 0 0 rgb(255, 255, 255);
}
#signup #gdpr_text, #signup #gdpr_consent {
	font-size: 0.8em;
}
#signup #privacy_policy_consent {
	font-size: 0.7em;
}
#signup #privacy_policy_consent a:hover, #signup #privacy_policy_consent a:active {
	color: #dd3333;
}
#signup button {
	color: white;
}
#signup button[type="submit"] {
	background-color: black !important;
	border-color: white;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase !important;
}
#signup button[type="submit"]:hover {
	background-color: rgb(0, 208, 132) !important;
	border-color: rgb(0, 208, 132);
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase !important;
}

#social-icons {
	width: 280px;
}

#social-icons span {
	height: 27px;
	text-align: center;
	vertical-align: middle;
	width: 27px;
}

#social-icons img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(24deg) brightness(109%) contrast(103%);
	width: 100%;
	height: 100%;
}

#social-icons img:hover {
	filter: invert(80%) sepia(36%) saturate(7349%) hue-rotate(112deg) brightness(94%) contrast(101%);
	transform: scale(1.3);
	-webkit-transition: all 0.05s ease;
	-moz-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
	transition: all 0.05s ease;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-bottom: 15px;
}
#footer #bottom {
	font-size: .875em;
	text-align: center;
}
#footer #bottom a:active, #footer #bottom a:hover {
	color: #dd3333;
}

.song-container {
	font-family: Futura-Bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	position: relative;  
	width: 100%;
}
.song-container a {
	font-style: italic;
	font-weight: 700;
}
.song-container:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.song-container:hover::before {
	background-color: rgba(17, 17, 17, 0.9);
}
.song-container .song-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0;
	font-size: 1.6rem;
} 
.song-container:hover .song-overlay {
	opacity: 1;
}
.song-overlay .btn {
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 0px;
	border-width: 5px;
	border-color: white;
	color: white;
	padding: 0 1.6rem;
}
.song-container:hover .btn:hover {
	border-color: rgb(0, 208, 132);
	background-color: rgb(0, 208, 132);
	color: white;
}

@media (max-width: 576px) {
	#track #video iframe {
		max-width: 100%;
		height: 56.25vw;
	}
}

#track {
	margin-bottom: -92px;
}

#track .title-underline {
	background-color: white;
	content: '';
	display: block;
	height: 4px;
	width: 74px;
}
#track #platforms {
	width: 320px;
}
#track #platform-list {
	margin: 0;
	padding: 0;
	background-color: white;
}
#track #platform-list ul {
	list-style-type: none;
	padding-inline-start: 0px !important;
}
#track #platform-list li {
	display: block;
	height: 83px;
	margin: 0 0 2px 0;
	position: relative;
	padding: 0;
}
#track #platform-list li div {
	background-color: black;
}
.platform-logo {
	float: left;
	width: 190px;
	height: 83px;
}
.platform-verb {
	float: right;
	font-weight: bold;
	height: 100%;
	position: relative;
	width: 128px;
}
@media (max-width: 768px) {
	#track #track-right {
		border-left: 0px !important;
		border-top: 1px solid #444 !important;
	}
}
