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;
}
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;
}

@media screen and (min-width:1850px) {

	#textcontainer{
		font-size:60px;
		top: 150px;
	}

	#textcontainer2{
		position: absolute;
		top:7vw;
		width:50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align:center;
		background-color:rgba(0, 0, 0, 0.6);
		padding:20px 0px;
		margin-top:250px;
	}

	#medialinks{
		font-size:35px;
		display:flex;
		align-items:center;
		justify-content:center;
		justify-content:space-between;
		padding:0px 50px;
	}

	#headernav a{
		font-size:30px;
	}
}

@media screen and (min-width:1430px) and (max-width:1849px) {

	#textcontainer{
		font-size:45px;
		top: 130px;
	}

	#textcontainer2{
		position: absolute;
		top:7vw;
		width:50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align:center;
		background-color:rgba(0, 0, 0, 0.6);
		padding:20px 0px;
		margin-top:150px;
	}

	#medialinks{
		font-size:35px;
		display:flex;
		align-items:center;
		justify-content:center;
		justify-content:space-between;
		padding:0px 50px;
	}

	#headernav a{
		font-size:30px;
	}
}

@media screen and (min-width:1200px) and (max-width:1429px) {

	#textcontainer{
		font-size:45px;
		top: 100px;
	}

	#textcontainer2{
		position: absolute;
		top:7vw;
		width:50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align:center;
		background-color:rgba(0, 0, 0, 0.6);
		padding:20px 0px;
		margin-top:120px;
	}

	#medialinks{
		font-size:35px;
		display:flex;
		align-items:center;
		justify-content:center;
		justify-content:space-between;
		padding:0px 50px;
	}

	#headernav a{
		font-size:30px;
	}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	
	#textcontainer{
		font-size:30px;
		top:75px;
	}

	#textcontainer2{
		position: absolute;
		top:7vw;
		width:50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align:center;
		background-color:rgba(0, 0, 0, 0.6);
		padding:20px 0px;
		margin-top:130px;
	}

	#medialinks{
		font-size:20px;
		display:flex;
		align-items:center;
		justify-content:center;
		justify-content:space-between;
		padding:0px 50px;
	}

	#headernav a{
		font-size:25px;
	}
}

@media screen and (min-width:1024px) {

	header{
		height:170px;
		background-size:150px;
		background-position-x:20px;
		background-position-y:20px;
	}

	header h1{
		font-size:75px;
	}

	#bandmobile{
		display:none;
	}

	#sidebyside{
		display:none !important;
	}

	#textcontainer{
		width:40%;
	}

	#homeabout{
		line-height:45px;
		font-size:30px;
		padding:0px 100px;
		margin-bottom:30px;
	}

	#homeh3{
		font-size:60px;
	}

	#img1{
		width:60%;
		padding-top:30px;
	}

	footer{
		font-size:20px;
	}

	footer p{
		padding-top:15px;
	}

	#homecontact{
		height:50px;
		width:250px;
		font-size:20px;
	}

	#homecontact p{
		padding-top:15px;
	}

	#homeaboutmobile{
		display:none;
	}
}

@media screen and (min-width:360px) and (max-width:410px) {

	header h1{
		font-size:40px;
	}

	#headernav2 i{
		font-size:40px;
	}
}

@media screen and (max-width:359px) {
	header h1{
		font-size:30px;
	}

	#headernav2 i{
		margin-top:7px;
		font-size:40px;
	}

	#h1desktop{
		display:none;
	}
}

@media screen and (max-width:410px) {

	body{
		background-color:black;
	}
	
	header{
		height:80px;
		background-size:60px;
		background-position-x:5px;
		background-position-y:15px;
	}

	#headernav{
		display:none;
	}

	#band{
		display:none;
	}

	#hide{
		display:none;
	}

	#textcontainer{
		font-size:35px;
		top:75px;
		width:80%;
	}

	#textcontainer2{
		position: absolute;
		top:45vw;
		width:70%;
		left: 0;
		right: 0;
		margin: auto;
		text-align:center;
		background-color:rgba(0, 0, 0, 0.6);
		padding:20px 0px;
		margin-top:130px;
	}

	#medialinks{
		font-size:20px;
		display:flex;
		align-items:center;
		justify-content:center;
		justify-content:space-between;
		padding:0px 20px;
	}

	#homeaboutmobile{
		line-height:27px;
		font-size:18px;
		margin-bottom:15px;
	}

	#homeabout{
		display:none;
	}

	#homeh3{
		font-size:47px;
	}

	#img1{
		width:90%;
		padding-top:15px;
	}

	footer{
		font-size:11px;
	}

	footer p{
		padding-top:20px;
	}

	#homecontact{
		height:40px;
		width:120px;
		font-size:15px;
	}
	
	#homecontact p{
		padding-top:12px;
	}
}

/* Screen widths below this comment are specifically for contact page */

@media screen and (min-width:1920px) {

	#test{
		height:1300px;
	}
}

@media screen and (min-width:1720px) and (max-width:1919px) {
	
	#test{
		height:1350px;
	}
}

@media screen and (min-width:1520px) and (max-width:1719px) {

	#test{
		height:1400px;
	}

	#cdesc{
		padding:0px 250px !important;
	}

	#textcontainer3php{
		height:10px !important;
	}
}

@media screen and (min-width:1320px) and (max-width:1519px) {

	#test{
		height:1450px;
	}

	#cdesc{
		padding: 0px 200px !important;
	}

	#textcontainer3php{
		height:0px !important;
	}
}

@media screen and (min-width:1130px) and (max-width:1319px) {

	#test{
		height:1500px;
	}

	#cdesc{
		padding: 0px 150px !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1129px) {
	
	#test{
		height:1480px;
	}

	#cdesc{
		padding: 0px 100px !important;
	}

	#textcontainer3,#textcontainer3php{
		top:2vw !important;
	}

	#testphp{
		height:500px !important;
	}
}

@media screen and (min-width:320px) and (max-width:410px) {

	#cdesc{
		padding: 0px 20px !important;
		font-size:18px !important;
	}

	#test{
		height:1400px;
	}
}

@media screen and (min-width:100px) and (max-width:319px) {
	
	#cdesc{
		padding:0 !important;
		font-size:15px !important;
	}

	#test{
		height:1450px;
	}
}

@media screen and (max-width:410px) {

	#textcontainer3,#textcontainer3php{
		width:100% !important;
	}

	#cpageh3{
		font-size:40px !important;
	}

	#contactform p label{
		font-size:20px !important;
	}
	
	#contactform p input,textarea{
		font-size:15px !important;
	}
	
	#contactform p textarea{
		width:70% !important;
	}
	
	#contactform p input{
		width:60% !important;
	}
	
	.contact{
		font-size:15px !important;
	}
	
	.contact span{
		font-size:15px !important;
	}

	#cpageh4{
		font-size:30px !important;
	}

	#map{
		width:80% !important;
		height:300px !important;
	}
}

/* Screen widths below this comment are specifically for about page */

@media screen and (min-width:1024px) and (max-width:1300px) {

	.trumpet{
		width:90% !important;
	}
}

@media screen and (max-width:410px) {

	.trumpet{
		display:block !important;
		width:90% !important;
	}

	.trumpet img{
		width:100%;
		margin-bottom:20px;
	}

	.trumpet h4,p{
		text-align:center;
		margin:auto;
	}

	.trumpet p{
		font-size:15px !important;
		margin-top:20px;
	}

	.trumpet div{
		margin:0 !important;
	}

}

/* Screen widths below this comment are specifically for songs page */

@media screen and (min-width:1500px) {

	#desktopflex{
		display:flex;
		justify-content:center;
		line-height:30px;
	}
	
	#desktopflex div{
		padding:0px 20px;
	}

	#hidedesktop{
		display:none !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1499px) {
	
	.smallerdesktopflex{
		display:flex;
		justify-content:center;
	}

	.songsflex{
		margin-bottom:50px;
		padding:0px 20px;
	}

	#desktopflex{
		display:none !important;
	}
}

@media screen and (max-width:410px) {

	#desktopflex{
		display:block;
		margin:auto;
		line-height:30px;
	}
	
	#desktopflex div{
		padding:0px 20px;
	}

	.songsflex{
		margin-bottom:30px;
	}

	.songsflex ul{
		font-size:15px !important;
	}

	.songsflex h4{
		font-size:40px !important;
	}

	#desktopflex{
		display:none !important;
	}
}

html,body{
	overflow-x:hidden;
}

body{
    font-family: 'Staatliches', sans-serif;
	background-color:black;
}

header{
    width:100%;
    background-color:black;
	background-image:url(images/logo2.png);
	background-repeat:no-repeat;
	text-align:center;
	border-bottom:solid white 1px;
}

header h1{
	margin:auto;
	padding-top:20px;
	color:white;
}

header nav{
	display:flex;
	align-items:center;
	justify-content:center;
	justify-content:space-evenly;
	padding-top:13px;
	width:30%;
	margin:auto;
}

#headerhr{
	width:20%;
	height:3px;
	background-color:white;
	border:0;
	visibility:hidden;
}

#headernav a{
	text-decoration:none;
	color:white;
	display:inline-block;
	position:relative;
	padding-bottom:4px;
	font-weight:500;
}

#headernav a:after{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

#headernav a:hover:after{
	transform: scaleX(1);
	transform-origin: bottom left;
}

#headernav a:hover{
	color:rgb(211, 211, 211);
	transition:0.25s;
}

#band{
	width:100%;
	border-bottom:solid white 1px;
}

#bandmobile{
	width:100%;
	border-bottom:solid white 1px;
}

#meet{
	color:rgb(255, 255, 255);
}

#textoverpic{
	position: relative;
}

#textcontainer{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.6);
	padding:20px 0px;
}

#long{
	height:1000px;
}

#medialinks a{
	text-decoration:none;
	color:white;
}

#medialinks a:hover{
	transition:0.3s;
	color:rgb(187, 187, 187);
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}

.sidenav a {
	padding: 8px 8px 15px 32px;
	text-decoration: none;
	font-size: 30px;
	color: #818181;
	display: block;
	transition: 0.3s;
	text-align:left;
}

.sidenav a:hover {
	color: #f1f1f1;
}
  
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 56px;
	margin-left: 50px;
}

.sidenav h1{
	color:white;
	font-size:50px;
	margin-bottom:20px;
	margin-left:auto;
}

#headernav2{
	margin-left: auto;
	align-items: center;
	display:flex;
	flex-wrap:wrap;
}

#headernav2 i{
	text-decoration:none;
	color:white;
	margin-right:30px;
}

#sidebyside{
	display:flex;
	padding-left:70px;
}

#sidebyside i{
	padding:0px 0px 0px 45px;
}

#homeh3{
	color:white;
	text-align:center;
	margin:40px 0px;
}

#homeabout{
	color:white;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}

#homeaboutmobile{
	color:white;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}

#homefig{
	width:90%;
	margin:auto;
	text-align:center;
}

#img1{
	margin:auto;
}

#homecontact{
	font-family: 'Quicksand', sans-serif;
	font-weight:600;
	background-color:whitesmoke;
	text-decoration:none;
	display:block;
	margin:auto;
	color:black;
	border:solid gray 3px;
	border-radius:5px;
}

#homecontact:hover{
	transition:0.5s;
	background-color:#282828;
	color:white;

}

footer{
	margin-top:30px;
	border-top:solid white 2px;
	text-align:center;
	color:whitesmoke;
	background-color:rgb(26, 26, 26);
	height:50px;
	font-family: 'Quicksand', sans-serif;
}

footer p{
	text-decoration:none;
	color:white;
}

/* Contact page CSS starts here */

#textcontainer3{
	background-color:whitesmoke;
	position: absolute;
	top:7vw;
	width:75%;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
	padding:20px 0px 500px 0px;
	margin-top:300px;
	font-family: 'Quicksand', sans-serif;
	height:1000px;
}

#textcontainer3php{
	background-color:whitesmoke;
	position: absolute;
	top:7vw;
	width:75%;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
	padding:20px 0px 500px 0px;
	margin-top:300px;
	font-family: 'Quicksand', sans-serif;
	height:50px;
}

#cdesc{
	padding:0px 340px;
	margin-top:25px;
	font-size:25px;
	color:rgb(63, 63, 63);
}

#textcontainer3 span{
	color:red;
	font-size:30px;
}

#chr{
	margin-top:50px;
	width:60%;
}

#chr2{
	width:70%;
	margin:auto;
}

#cpageh3{
	margin-top:30px;
	font-size:60px;
	font-weight:400;
}

#cpageh4{
	font-size:50px;
	margin:30px 0px;
}

#contactform{
	margin-top:40px;
}

#contactform p label{
	font-size:30px;
}

#contactform p input,textarea{
	margin:10px 0px 15px 0px;
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
}

#contactform p textarea{
	height:100px;
	width:40%;
}

#contactform p input{
	height:35px;
	width:35%;
}

.contact{
	margin-top:30px;
	font-size:20px;
}

.contact span{
	color:red;
	font-size:20px;
	font-weight:bold;
}

#address{
	display:none;
}

#emailsubmit{
	height:45px !important;
	width:20% !important;
	margin-top:20px !important;
	background-color:gray;
	color:white;
	border:solid black 2px;
	border-radius:3px;
	font-weight:400;
}

#emailsubmit:hover{
	background-color:white;
	transition:0.5s;
	color:black;
}

#centerthis{
	text-align:center;
}

#map{
	width:60%;
	height:400px;
	margin-top:30px;
}

#cmobile{
	background-color:white;
}

#phpback{
	background-color:rgb(51, 51, 51);
	color:white;
	padding:20px 70px;
	border-radius:5px;
	border:solid black 3px;
	font-size:20px;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
}


#phpback:hover{
	transition:0.5s;
	color:black;
	background-color:white;
}

#testphp{
	height:400px;
}

/* About page CSS starts here */

#abouthr{
	width:70%;
}

.trumpet{
	color:white;
	font-family: 'Quicksand', sans-serif;
	display:flex;
	width:70%;
	margin:auto;
	margin-top:50px;
}

.trumpet div{
	margin-left:50px;
}

.trumpet h4{
	font-size:40px;
	margin-bottom:20px;
	font-weight:500;
}

.trumpet p{
	font-size:20px;
	line-height:30px;
}

.songsflex{
	display:flex;
	color:white;
	flex-direction:column;
	font-family: 'Quicksand', sans-serif;
	text-align:center;
}

.songsflex h4{
	font-size:55px;
	margin-bottom:20px;
	font-weight:500;
}

.ytvid{
	width:30%;
}

#vidfig{
	text-align:center;
	margin-bottom:50px;
}