/* CSS Document */

body {
	background-color:#67190D;
	margin:0px;
	color:#FFF;
	font-family:Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:135%;
	background:#2B2B2B url(../images/mecheye.jpg) top center no-repeat;
}
div#content {
	max-width:100%;
	margin:auto;
	height:100vh;
}
@media only screen and (max-device-width: 480px) { 
	div#content {

	height:50vh;
}
}

div#logo {
	width:240px;
	height:252px;
	background-image:url(../images/newname.png);
	position:fixed;
	top:0;
	left:0;
}

a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div.subcnt {
	width:900px;
	margin:auto;
	
}
div#social {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	margin-right:65px;
}

div#player {
	margin:15px opx 15px 0px;
	display:inline;
}

span#db, span#st, span#tg {
	margin-top:8px;
	display:inline-block;
	position:relative;
	top:10px;
}
span#db {
	left:34px;
}
span#st {
	left:100px;
}

a.scbtn {
	width:50px;
	height:50px;
	margin:10px;
	display:inline-block;
}
a#fb {
	background-image:url(../images/fb.png);
}
a#tw {
	background-image:url(../images/tw.png);
}
a#sc {
	background-image:url(../images/sc.png);
}
a#rn {
	background-image:url(../images/rn.png);
}
div#gigs {
	background-color:#0A3440;
	padding:35px;
	min-height:100vh;
}
div#listen {
	background-color:#2B2B2B;
	padding:35px;
}
div#bio {
	background-color:#000;
	padding:35px;
}
div#band {
	background-color:#2B2B2B;
	padding:35px;
}
div#footer {
	background-color:#0A3440;
	padding:50px;
	text-align:center;
	min-height:100vh;
	background-image:url(../images/bandpic2.jpg);
	background-repeat:no-repeat;
	color:#fff;
}
h1 {
	font-family:'28DaysLater';
	font-size:48px;
	margin:0px;
	font-weight:normal;
}
h2 {
	font-family:'28DaysLater';
	font-size:38px;
	margin:0px;
	font-weight:normal;
}
div.plyrbio {
	width:615px;
	padding-left:35px;
	float:left;
}
div.clr {
	clear:both;
}
div.gig {
	float:left;
	width:650px;
	margin-left:35px;	
}
#albummarker {
	padding-top:35vh;
}
#outnow {
	font-size:350%;
	white-space:nowrap;
}
.nowrap {
	white-space:nowrap;
}
div#bandpic {
	background-image:url(../images/bandpic.jpg);
	height:100vh;
	max-height:1024px;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
}
div#bandbio {
	padding:50px;
	background-color:#67170E;
}
div.band-member {
	height:100vh;
	max-height:1024px;
	background-position:left;
	background-repeat:no-repeat;
	background-color:#333;
}
div.band-member div.bio {
	margin:30pt 40pt 30pt 30pt;
	float:right;
	width:50%;
}
div#band-kris {
	background-image:url(../images/kris-pic.jpg);
	background-color:#12922C;
}
div#band-nathan {
	background-image:url(../images/nathan-pic.jpg);
	background-color:#B8A30D;
	color:#333;
}
div#band-rich {
	background-image:url(../images/rich-pic.jpg);
	background-color:#630A55;
}
div#band-brad {
	background-image:url(../images/brad-pic.jpg);
	background-color:#A41E1E;
}
@media only screen and (max-device-width: 480px) { 
	div#band-kris {
		background-image:url(../images/kris-pic-mob.jpg);
	}
	div#band-nathan {
		background-image:url(../images/nathan-pic-mob.jpg);
	}
	div#band-rich {
		background-image:url(../images/rich-pic-mob.jpg);
	}
	div#band-brad {
		background-image:url(../images/brad-pic-mob.jpg);
	}
	div#home-push {
		display:none;
	}
	div.band-member div.bio {
		font-size:100%;
	}
}
div#copyright {
	position:absolute;
	bottom:75;	
}
/* Dropdown Button */
.dropbtn {
    position:fixed;
	top:10px;
	right:0;
	height:50px;
	width:50px;
	background-image:url(../images/menu.png);
	border:none;
	cursor:pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position:relative;
    display:inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
	color:#fff;
    min-width: 160px;
	position:fixed;
	top:60px;
	right:0;
	width:160px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align:right;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #333}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #333;
}
#vid-embed {
	height:100vh;
	width:100%;
}
div.top-gig {
	background-color:#111;
	padding:25px;
	margin-bottom:25px;
}
div.gig {
	padding:25px;
	margin-bottom:25px;
}