html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

:focus {
	outline: 0;
}

h1, h2, h3, h4 {
	font-weight: 100;
}

body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
	letter-spacing: 0.3em;
	background: #030303;
    color: #ffffff;
}

* {
  margin: 0;
}

img {
    object-fit: contain;
}

main, header, footer {
	margin: auto;
}

header {
	max-width: 900px;
	padding: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header > div:first-child {
	margin-top: 15px;
}

header h1 {
	background: url("../img/ThenCameMonsters_logo.png") no-repeat top left / 250px;
	width: 250px;
	text-indent: -9999px;
	margin-top: 7px;
}

header ul {
	margin-top: 12px;
}

header ul li {
	float: left;
}

header ul li a {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 2.4em;
	font-weight: 600;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

header ul li a:hover {
	border-bottom: solid 1px #ffffff;
}

footer ul {
	display: block;
	height: 28px;
	width: max-content;
	margin: 20px auto;
}

footer ul li {
	float: left;
	margin-left: 20px;
}

footer ul li:first-child {
	margin-left: 0;
}

footer ul li a {
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999px;
}

footer ul li a.spotify {
	background: url("../img/spotify_icon.png") no-repeat top left / 28px 28px;
}

footer ul li a.soundcloud {
	background: url("../img/soundcloud_icon.png") no-repeat top left / 28px 28px;
}

footer ul li a.bandcamp {
	background: url("../img/bandcamp_icon.png") no-repeat top left / 28px 28px;
}

footer ul li a.youtube {
	background: url("../img/youtube_icon.png") no-repeat top left / 28px 28px;
}

footer ul li a.instagram {
	background: url("../img/instagram_icon.png") no-repeat top left / 28px 28px;
}

.release {
	position: relative;
	width: 300px;
	margin: auto;
}

.release img {
	width: 300px;
	height: 300px;
	margin: auto;
	display: block;
}

.release a {
	position: absolute;
	display: block;
	text-indent: -9999px;
  width: 100px;
  height: 100px;
  background: url(../svg/play_circle_icon.svg);
	background-size: 100px 100px;
	top: 100px;
	left: 100px;
	opacity: 0%;
}

.release a:hover {
	opacity: 75%;
}

main ul {
	width: 300px;
	margin: auto;
	background-color: #ffffff;
	color: #030303;
}

main ul li a {
	color: #030303;
}

main #music ul li {
	border: 1px solid #d2d2d2;
	margin-top: -1px;
}

main #music ul li:first-child {
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	letter-spacing: normal;
}

main #music ul li:first-child span:first-child {
	display: block;
	text-indent: -9999px;
  width: 20px;
	height: 20px;
	margin: 10px auto;
  background: url(../svg/down_arrow_icon.svg);
  background-size: 20px 20px;
}

main #music ul li a {
	padding: 15px;
	height: 40px;
	width: 268px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

main #music ul li a:hover {
	background: #e5e5e5;
}

main #music ul li a:hover .arrow_box:after {
	border-left-color: #e5e5e5;
}

main #music ul li a img {
	margin-top: 5px;
}

main #music ul li a div {
	margin-top: 7px;
}

main #shows ul {
	width: 500px;
	margin: auto;
	border-top: solid 1px #e9e9e9;
}

main #shows ul li {
	font-size: 1.1rem;
	display: flex;
	padding: 30px 0;
	border-bottom: solid 1px #e9e9e9;
}

main #shows ul li a:last-child {
	font-weight: lighter;
	font-size: 0.7rem;
	line-height: 0.7rem;
	border-radius: 5px;
	display: block;
	color: #ffffff;
	padding: 5px;
	background-color: #000000;
	margin-left: 50px;
	height: max-content;
}

main #shows ul li a.deactivated {
	opacity: 25%;
}

main h2 {
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	color: #00f12c;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

main h2 span {
	font-size: 0.6rem;
	vertical-align: middle;
}

main > div {
	margin-top: 150px;
}

main > div:first-child {
	margin-top: 0;
}

main .manager {
	font-size: 1.2rem;
	letter-spacing: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-align: center;
}

.play, .buy {
	position: relative;
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	font-weight: 900;
}

.play span:last-child, .buy span:last-child {
	margin-top: 7px;
	margin-left: 4px;
}

.play span:first-child, .buy span:first-child {
	margin-top: 2px;
}

.play span:first-child {
	display: block;
	text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../svg/play_icon.svg);
  background-size: 25px 25px;
}

.buy span:first-child {
	display: block;
	text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../svg/download_icon.svg);
  background-size: 25px 25px;
}

form {
	display: flex;
	margin-bottom: 60px;
	font-size: 1em;
	background: #151515;
	color: #ffffff;
	padding: 50px 0;
}

form > div {
	max-width: 900px;
	margin: auto;
}

form > div > span:first-child {
	margin-left: 20px;
	font-weight: lighter;
	line-height: 2em;
	font-weight: bold;
}

form .email_form {
	font-size: 1.2em;
	height: 2em;
	width: 200px;
	line-height: 2em;
	font-weight: normal;
	background: transparent none repeat scroll 0% 0%;
	border-color: transparent #171717 #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-style: solid none;
	border-width: 1px 0px;
	border-image: none 100% / 1 / 0 stretch;
	color: #ffffff;
	margin: 0 20px;
	flex: 1;
}

form >  div > span:first-child {
	font-size: 1.2em;
	font-weight: lighter;
	letter-spacing: normal;
}

#signup a {
	border: 0px none;
	cursor: pointer;
	text-align: center;
	margin-right: 20px;
}

#signup a, .cta {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #000000;
	background: #00f12c none repeat scroll 0% 0%;
	border-radius: 1em;
	text-transform: uppercase;
	height: 2em;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: 600;
}

#signup a:hover, .cta:hover {
	color: #171717;
	background: #ffffff none repeat scroll 0% 0%;
	border-bottom: none;
}

header ul li a.cta {
	padding: 5px 10px 4px 10px;
	line-height: 2.4rem;
}

#signup a, form .cta {
	padding: 5px 20px 4px 20px
}

form .status {
	font-size: 0.9rem;
	text-transform: none;
	letter-spacing: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-align: center;
}

footer {
	margin: 150px 0 50px 0;
}

footer iframe {
	margin: auto;
	display: block;
}

footer span {
	font-size: 0.6rem;
	color: #999999;
	display: block;
	text-align: center;
	letter-spacing: normal;
}

footer img {
	width: 40px;
	display: block;
	margin: auto;
}

@media screen and (max-width: 850px)
{
	header {
		flex-direction: column;
	}

	header h1 {
		margin: auto;
	}

	header ul {
		margin: 50px auto 0 auto;
	}

	form {
		display: list-itrem;
		margin: 0 auto;
	}

	form .email_form {
		display: block;
		margin: 10px 0 0 20px;
	}

	form .button_form {
		display: block;
		margin: 20px auto 5px auto;
	}

	footer iframe {
		width: 100%;
	}
}
