#content {
	height:100%;
	width:100%;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	background-attachment: scroll;
	background-image: url(../images/logo-rev.png);
	background-size: 300px 120px;
	background-repeat: no-repeat;
	background-position: center top;
}
#content a {
	outline:0
}
.btn {
	background-color:white !important
}
h2 {
	letter-spacing: 5px;
  	text-transform: uppercase;
  	font-size: 32px;
  	font-family: "Lato", sans-serif;
  	color: white;
	text-shadow:4px 4px #000000;
	margin-left:15px;
	margin-top:50px;
}

h3 {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px black;
	text-align:center;
	line-height:1.5;
}

p {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
  	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px black;
	margin-left:15px;
	margin-right:15px;
}

#navicon {
	margin-top:5px;
	margin-left:10px;
	width:50px;
	height:50px;

}
#sm_logo {
	display: block;
        margin: auto;
	margin-top:75px;
	width:65%;
}
.socimg {
	width:75px;
	height:75px;
	margin:5px;
}
body {
	background-image: url(../images/bkgd3.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.music, .video, .cnt {
	overflow: hidden;
	display:block;
 	margin-left:15px;
	margin-right:10px;
}

.music iframe {
	height: 100%;
	top: 0;
	left:0;
	position: absolute;
	width: 100%;
	max-width: 499px;
	max-height: 650px;
}

.music .music-content, .video .video-content, .cnt .cnt-content {
  height: 0;
  position: relative;
}
.music-content iframe {
	border:none
}
.music-ratio .music-content {
 	padding-bottom: 130%;
}

.video iframe {
	top: 0;
	left:0;
	position: absolute;
	width: 100%;
	max-width: 700px;
	max-height: 260px;
	border:none
}

.video-ratio .video-content {
 	padding-bottom: 100%;
}

.cnt-ratio .cnt-content {
	padding-bottom:150%;
}

.cnt iframe {
	height:100%;
	top: 0;
	left:0;
	position: absolute;
	width: 100%;
	max-width: 700px;
	border:none
}

#cntr {
	text-align:center;
}

.merch {
	display:inline-block
}

.scaleimg {
	width:100%;
	max-width:360px;
	height:auto;
	padding:10px;
	text-shadow:4px 4px 2px #000000;
}

#social {
	text-align:center;
	background-color:black;	
}

.wrap {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	background-image: url(images/bkgd2.jpg);
	background-repeat: repeat;
	x-scroll: none;
	y-scroll: auto
}

.panel {
	background: 0 0 rgba(0, 0, 0, 0.7);
	padding-top:0px;
	position: fixed;
	height:100%;
    	left: -17em; /*or width of your navigation panel*/
    	width: 17em; /*should match the above value*/
}

h1 {
	font-size: 24px;
	color: #FFF;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px black;
}

li {
	text-decoration: none;
	list-style-type: none;
}
.copyright p {
	font-size:10px
}
/*-------responsive menu styles-------*/

.navbar-default a {
	color: white;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px #000000;
}

.active {
   	background: 0 0 rgba(0, 100, 0, 0.5);
}

.navbar-default {
	background: 0 0 rgba(0, 0, 0, 0.0);
	border: hidden;
	margin-top:0px;
	padding-top:0px;
	line-height:0.5;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	background: 0 0 rgba(200, 200, 200, 0.6); /*Change rollover cell color here*/
}

.navbar-default .navbar-nav > li > a {
   	color: white; /*Change active text color here*/
}

/*-------contact page styles--------*/

span.wsp_required {
  color: #CC0033;
  font-size: 14px;
}

img.cal_ico {
  border:0px;
  cursor:pointer;
  padding-left:3px;
  vertical-align:-0.2em !important;
  vertical-align:baseline;
}

.style1 {
	font-size: 10px; 
	color:white;
}
.txtbox {
	color: #000;
}

@media screen and (max-width: 374px) {
#content {
	height:100%;
	width:100%;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	background-attachment: scroll;
	background-image: url(../images/logo-rev.png);
	background-size: 260px 104px;
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {
	font-size: 28px;
}

h3 {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px black;
	text-align:center;
	line-height:1.5;
}

p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	letter-spacing:2px;
	color: #FFF;
	text-shadow: 1px 1px black;
	margin-left:15px;
	margin-right:15px;
}

#navicon {
	margin-top:5px;
	margin-left:10px;
	width:40px;
	height:40px;

}
.socimg {
	width:55px;
	height:55px;
	margin:3px;
}
}