/* Common */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial;
	background-color: #000;
	color: #e2e7e7;
	
}
a:link {
	text-decoration: none;
	color: #d1d8da;
}
a:visited {
	color: #d1d8da;
}
a:hover {
	color: #07cfbd;
}
a:active {

}

div.spacer {
	height: 5em;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
}
.sticky + .spacer {
  padding-top: 60px;
  color: #b5ac3c !important;
}


/* Start of header */

div#header_container {
	width: 100%;
	min-width: 65em;
}

div#header_album {
	height: calc(100vh - 4em);
	background-image: url("/img/eanib_alt_cover_crop.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 20pt;
}
div#header_album_nbchype {
	position: absolute;
	top: 40%;
	left: calc(70% - 300px);
	width: auto;
	height: auto;
	padding: 10px;
	text-align: center;
	font-size: 30pt;
	color: #f8f8f8;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	/*background: rgba(204,178,103,0.5)*/
}
span#header_album_musicplayer {
	position: absolute;
	top: 10em;
	left: 70%;
	width: 350px;
}
span.header_album_button {
	position: absolute;
	width: 330px;
	height: 35px;
	padding-top: 15px;
	background-color: #000;
	background-image: url("/img/button_bg.jpg");
	color: #FFF;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}
span.header_album_button_no_bg_fill {
	position: absolute;
	width: 200px;
	height: 35px;
	padding-top: 15px;
	color: #FFF;
	text-align: center;
}
span#header_album_streamdownload {
	top: 45%;
	left: calc(70% - 350px);
}
span#header_album_merch {
	top: 45%;
	left: calc(70% + 45px);
}
span#header_album_scrolldown {
	padding: 0 !important;
	bottom: 10px;
	right: 46%;
	border-radius: 50px;
	font-size: 2em !important;
	width: 40px !important;
	height: 40px !important;
}

div#header_footer {
	height: 4em;
	min-width: 65em;
	position: relative;
	left: 0px;
	bottom: 1em;
	width: 100%;
	background: #e5e8e9;
	z-index: 1;
}
span#header_footer_TWALlogo {
	position: relative;
	top: -10px;
	left: 20px;
}
span#header_footer_SocialMediaIcons {
	position: relative;
	top: -22px;
	left: 60px;
	overflow: hidden;
}
span#header_footer_copyright {
	color: #000;
	position: relative;
	float: right;
	top: 80px;
	left: -20px;
}
img.header_footer_socialmediaicons {
	height: 100%;
	width: auto;
}


/* Start of section 2 */

div#section2_container {
	background-image: url("/img/eanibbackcover-dark.jpg");
	background-size: cover;
	background-position: top center fixed;
	background-repeat: no-repeat;
	
}
div#section2_header {
	text-decoration: none;
	text-align: center;
	font-size: 16pt;
	word-spacing: 30px;
}
hr.section2_divider {
	position: relative;
	top: 1em;
	width: 50%;
	margin-left: 25%;
}
div#section2_body {
	position: relative;
	top: 3em;
	min-width: 65em;
	text-align: center;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}
.randomImageTable td {
	padding: 20px;
}
div#section2_press {
	margin: auto;
	width:50%;
	text-align: left;
}


/* Start of footer */
div#footer {
	width: 100%;
	min-width: 65em;
	text-align: center;
	font-size: 10pt;
}
span#footer_SocialMediaIcons {
	font-variant: small-caps;
}


/* Stream page */

div#stream_header_container {
	width: 100%;
	height: 100%;
	background-image: url("/img/nbccover-dark.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: scroll;
	text-align: center;
	color: #FFF;
	font-size: 20pt;
}


/* About page */

body#about {
	background-image: url("/img/tim_recording_guitar_lp2sesh_gradwell.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

div#about_container {
	margin: auto;
	width: 70%;
	height: 100%;
	min-width: 900px;
	text-align: center;
	color: #FFF;
	font-size: 12pt;
}
div#about_section1 {
	position: relative;
	/* left: 5em; */
	text-align: center;
	/* width: 80%; */
}
div#about_pics {
	text-align: center;
}
div#about_press_contact {
	text-align: left;
	max-width: 60em;
}

hr.about_divider {
	position: relative;
	top: 1em;
	width: 95%;
}
h2.about_h2 {
	color: #07cfbd;
}
p.about_press_alt {
	color: #929292;
}


/* div#header {
	text-decoration: none;
	text-align: center;
	font-size: 16pt;
	word-spacing: 30px;
}
div#body {
	text-align: center;
	width: 100%;
}
div#footer {
	height: 4em;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	background:#e5e8e9;
}
span#footer_TWALlogo {
	position: relative;
	top: -10px;
	left: 20px;
}
span#footer_SocialMediaIcons {
	position: relative;
	top: -32px;
	left: 60px;
}
span#copyright {
	color: #000;
	position: relative;
	float: right;
	top: 80px;
	left: -20px;
}
img.socialmediaicons {
	height: 50%;
	width: auto;
} */