Show.tell@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* New styles*/

@font-face {
    font-family: caviarDreams;
    src: url(CaviarDreams.ttf);
}

body{
	background: url(../img/RedBackground.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container {
	position: relative;
    text-align: center;
	display: block;
	width:100%;
	height: auto;
	vertical-align: top;
}
.container img {
	width: 100%;
	height: auto;	
	vertical-align: top;
}

.topnav {
overflow: hidden;
position: absolute;
width: 100%;
text-align: center;
bottom: 10px;
vertical-align: top;
}

.topnav a {
color: #ffffff;
text-align: center;
padding: 0 2%;
text-decoration: none;
font-family : caviarDreams;
font-size : 20px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}


.topnav a:hover, .dropdown:hover .dropbtn {
  color:#349C42;}



/*End of Styles from W# Schools Site*/


.BandPhoto img{
	
	width: 100%;
	height: auto;
	vertical-align: top;
	
}

.SoundNavContainer{
	display: block;
	width:100%;
    text-align: center;
	
}

.SoundNav {
	
	width: 100%;
	text-align: center;
	padding-top:1%
}

/* Style the links inside the navigation bar */
.SoundNav a {
	display: inline;
    color: #ffffff;
	padding: 4%;
    text-decoration: none;
    font-family : caviarDreams;
 	font-size : 30px;
	text-align:center;
}
/* Change the color of links on hover */
.Soundnav a:hover {
    background-color: transparent;
    color: #B89B38;
}

.active {
    background-color: transparent;
	color: #4CAF50;}

.lowerArea{
}
	
.row {
    display: flex;
	flex-direction:row;


}

.column1 {
    flex: 50%;
padding-left: 3%;
padding-right: 3%;
padding-bottom: 3%;
padding-top: 0;
}

.column1 a{
	color:#ffffff;
	text-decoration:underline;
}

.column2 {
    flex: 50%;
padding-left: 3%;
padding-right: 3%;
padding-bottom: 3%;
padding-top: 0;
}
.column2 a{
	color:#ffffff;
	text-decoration:underline;
}
h3{
  font-family : caviarDreams;
  font-size : 24px;
  color : #FFFFFF;
	padding-top:10%;
	padding-bottom:2%;
	text-align: left;
}

p{
	font-family : caviarDreams;
  font-size : 18px;
  color : #FFFFFF;
	text-align: left;
	
	
}

.release{
	text-align: center;
}

.release p{
	text-align:center;
}

.release img{
	border: #111111 6px solid;
	
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video1{
	padding:0;
}
.video2{
	padding: 2% 0;}


.bookingEvents{
	text-align: center;
}

#meetTheBand img{
	float:right;
}
.bandMemberClear{
	clear:both;
	padding-top: 2%;
}


@media screen and (max-width: 600px) {
	.topnav{bottom:0;}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
	.release img{
	border: #ffffff 2px solid;
		width:350px;	
}
	.row{flex-direction: column;}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
  }
}