@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
 	margin:0;
  }
  body {
	margin:0 auto;
	background-image:url(../imgs/lines.png);
}
#wrapper {
	width:95%;
	min-width:340px;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
	border-color:#ffffff;
	border-style:solid;
	border-width:0 1px 1px 1px;
	position:inherit;
}
header {
	margin:0 auto;
	position:absolute;
	padding: 10px;
	z-index:6;
}
.logo {
	width:100%;
	max-width: 313px;
	height: auto;	
	padding: 5px;
}
nav {
	position:relative;
	right:0;
	line-height:20px;
	text-align:right;
	padding: 33px 10px 20px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #292728;
	z-index:5;
}
.menu a.active{
	 color:#849daa;
}
 .menu {
	 display:inline;
}
 .menu a {
	text-decoration: none;
	font-size:13px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #f1f1f1;	 
	padding:0 10px 0 20px;
}
.menu a:hover {
	cursor:pointer;
	color: #a3a3a3;	
}	
.contact {
	color: #54d17a;
}
.hambtn, .closebtn {
	display:none;
}
section {
	height:100%;
	position:relative;
	z-index:3;
}
aside {
	margin:0 auto;
	top: 10px;
	left:0px;
	width:4%;
	font-size: 18px;
	position:absolute;
	z-index:4;
}
.icon-bar {
	float:left;
	clear:left;
}
.icon-bar a {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 3px;
    transition: all 0.3s ease;
    /*color: white;*/
}
.icon-bar a:hover {
    background-color: #fff;
}
.facebook, .youtube, .spotify, .amazon, .applem .deezer, .blog {
	background-color: #000;
}
/*.bandcamp*/
/*.iheart {
 width: 100%;
 height: 100%;
}*/
.bands {
	position: relative;
	display: block;
}
.bandslinks {
    color: #ffffff;
}
.blinks {
	display:none;
	position:absolute;
	left:0;
	min-width:130px;
	background-color:#4f4f4f;
}
.blinks a {
    font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
	letter-spacing: 1px;	
	padding:5px;
}
.blinks a:hover {
	background-color: #5D8398;
}
.bands:hover .blinks {
	display:block;
}
.bands:hover, .bandslinks:hover {
    background-color: #5D8398;
}
/*.facebook {
	background: #000;
	color: white;
}
.youtube {
	background: #FF0000;
	color: white;
}
.spotify {
background: #1DB954;
	background:#3CB371;
	color: white;
}
.amazon {
	background:#FF9900;
	color: white;
}
.applem {
	background:#f05067;
	color: white;
}
.iheart {
	background:#fff;
	color: #c6002b;
}
.blog {
	background:#476787;
	color: white;
}
.bandcamp {
	background: #629AA9;
	color: #ffffff;
}
.bandslinks {
  background: #46636c;
  color: #ffffff;	
}*/
.stage {
	margin-left:auto;
	margin-right:auto;
	padding: 10px 20px 15px 20px;
	width:95%;
	height:85%;/* Used in this example to enable scrolling*/
	z-index:3;
}
footer {
	position:relative;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding:10px;
	text-align: center;
	font-size: 9px;
	word-spacing: 2px;
	z-index: 1;
}

	
/*..Mobile to Tablet landscape*/
@media screen and (min-width:315px) and (max-width:768px){
.logo {
	width:60%;
}
nav {
	padding: 10px 10px 50px 10px;
}
 #sidenav {
	 margin-bottom:20px;
}
.hambtn {
	cursor:pointer;
	padding:15px;
	float:right;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
}
.menu {
	height: 100%;
	top: 0;
	width: 0;
	right: 0;
	padding-top: 15px;
	background-color: #292728;
	opacity: 0.9; filter: Alpha(opacity=90);
	transition: 0.5s;
	position: fixed;
	z-index: 1;
 }
.menu a, .closebtn{
	top: 0;
	padding: 8px 60px 10px 10px;
	text-align:right;
	text-decoration: none;
	font-size: 11px; /* X close */
	color: #f1f1f1;
	display: block;
	transition: 0.3s;
	position:relative;
}
aside {
	top: 3px;
	font-size: 12px;
}
.icon-bar a {
padding: 4px;
}
/*.iheart {
 width: 50%;
 height: 50%;
}*/
.blinks a {
    font-size: 9px;
}
 
}
	/*..Mobile to Tablet portrait*/
@media screen and (min-width:320px) and (max-width:768px) and (orientation:portrait){ 


}