body {
	background-image:url("../images/bg2.jpg");
	color:white;
	max-width:100%;
	height:400vh;
	margin:0;
} 

h1 {
	text-align:center;
	font-size:30px;
	margin:20px;
}
h2 {	font-size:35px;
}
.mainheader {
	max-width:100%;
	width:100%;
	height:30vh;
}

.container {
	height:auto;
	text-align:center;
}

.vcontainer {
 	position: relative;
 	padding-bottom: 56.25%;
	height:100%;
	max-width: 100%;
	text-align:center;
}
#vid1, #vid2, .vids {
	position: absolute;
	width:84%;
	left:8%;
	height:84%;
}
.logo {
	max-width:100%;
	height:100%;
	object-fit:contain;
}

.logo2 {
    	max-width:100%;
	height:40vh;
	object-fit:contain;
}


.a-logo {
	background-color:black;
	text-align:center;
}	

header {
	text-align:center;
}


#profile {
	max-width:100%;
	height:90vh;
}
.profile {
	max-width:100%;
	height:80vh;
	object-fit:contain;
}

#b1 {
	text-align:center;
}
#b2 {
	margin: 0 auto;
	text-align:center;
	width:70%;
}


.link, .link:link, .link:visited {
	color:white;
	text-transform:uppercase;
        text-shadow: 2px 2px 5px red;
	background-color:black;
	border:5px groove white;
	border-radius:1px;
	outline:thick white;
	text-decoration:none;
	padding:6px;
	margin:20px 20px 20px 5px;
	display:inline-block;
}

.link:hover, .link:active {
	color:white;
	background-color:black;
	border:5px groove white;
	border-radius:1px;
	outline:thick white;
	text-decoration:none;
	padding:8px;
	margin:20px 20px 20px 5px;
}



#bio {
	text-align:center;
	font-size:35px;
	font-weight:bold;
}

.article {
	text-align:center;
	font-size:30px;
}

.vidtitle {
	text-align:center;
	font-size:50px;
}

.vidc {
	position:absolute;
	font-size:20px;
	right:2%;
	top:50%;
}

#fontchange {
	position:absolute;
	left:2;
}

.fcontainer {
	width:98vw;
	height:30vh;
	
	display:inline-block;
}

.icon {
	width:1em;
	height:1em;
	display:inline-block;
	margin:20px;
}

.fsection {
	width:50%;
	height:100%;
	float:left;
	
}
.fcol1 {
	float:left;
	width:50%;
	height:100%;
	display:block;
	box-sizing:border-box;
}
.fcol2 {
	float:left;
	width:50%;
	height:100%;
	display:block;
}

.label1, .booking1 {
	padding:0;
	display:block;
	box-sizing:border-box;
	border:none;
	margin:0;
	text-transform:uppercase;
}
.label2, .label3 {
	padding:0;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
.label4, .booking3 {
	padding:0
}

.return {
	right:0;
	position:fixed;
	text-transform:uppercase;
	color:red;
	font-weight:900;
	font-size:25px;
	text-decoration:none;
	padding:16px;
	border: 2px groove #F76806;
	border-radius:5px;
	box-shadow: 5px 5px 10px #F76806;
}

.return:link, .return:visited {
	text-decoration:none;
}
.return:hover, .return:active {
	font-size:30px;
}


#biography {
	position:relative;
	height:1300px;
}
#bio2 {
	position:absolute;
	text-align:justify;
	top:40%;
	left:25%;
	right:25%;
	bottom:15%;
}


#bio3 {
	position:absolute;
	bottom:0%;
	height:10vh;
}

#biopage2 {
	text-align:left;
	font-size:24px;
}


#showsmain, #live, #music {
	position:relative;
	height:1100px;
}
#showsf {
	position:absolute;
	bottom:0;
}

.shows {
	color:white;
	display:-webkit-flex;
	flex-direction:column;
	list-style-type:none;
	margin:5em;
	padding:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
    font-family: "Open Sans", Arial, sans-serif;
    font-style:italic;
    text-shadow: 1px 1px red;
}
.shows li {
	border-bottom:1px solid gray;
	display:-webkit-flex;
}


#biopage {
	height:200vh;
}

/* Box */

	.box {
		border: solid 2px;
		margin-bottom: 2rem;
		padding: 1.5rem;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: #eeeeee;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border: 0;
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 0.8rem;
		font-weight: 900;
		letter-spacing: 0.075em;
		height: 3rem;
		line-height: 3rem;
		padding: 0 2rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].icon.solo,
		input[type="reset"].icon.solo,
		input[type="button"].icon.solo,
		button.icon.solo,
		.button.icon.solo {
			position: relative;
			width: 4rem;
			height: 4rem;
			line-height: 4rem;
			border-radius: 4rem;
			text-indent: 4rem;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			input[type="submit"].icon.solo:before,
			input[type="reset"].icon.solo:before,
			input[type="button"].icon.solo:before,
			button.icon.solo:before,
			.button.icon.solo:before {
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				width: inherit;
				height: inherit;
				line-height: inherit;
				font-size: 1.25rem;
				margin-right: 0;
				text-align: center;
				text-indent: 0;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.7rem;
			height: 2.5rem;
			line-height: 2.5rem;
			padding: 0 1.5rem;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.9rem;
			height: 3.5rem;
			line-height: 3.5rem;
			padding: 0 2.75rem;
		}

		@media screen and (max-width: 980px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				font-size: 0.9rem;
				height: 3.25rem;
				line-height: 3.25rem;
			}

				input[type="submit"].large,
				input[type="reset"].large,
				input[type="button"].large,
				button.large,
				.button.large {
					font-size: 1rem;
					height: 3.75rem;
					line-height: 3.75rem;
				}

		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #212931;
		color: white !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 2px #18bfef;
			color: #18bfef !important;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #212931;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #18bfef;
			}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			/*! -ms-flex-wrap: wrap; */
			/*! flex-wrap: wrap; */
			/*! width: calc(100% + 3rem); */
			/*! margin: -1.5rem 0 2rem -1.5rem; */
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}

		}

	label {
		display: block;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-weight: 900;
		line-height: 1.5;
		letter-spacing: 0.075em;
		font-size: 0.8rem;
		text-transform: uppercase;
		margin: 0 0 0.75rem 0;
	}

		@media screen and (max-width: 980px) {

			label {
				font-size: 0.9rem;
			}

		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: transparent;
		border-radius: 0;
		border: solid 2px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 3rem;
		padding-right: 3rem;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			letter-spacing: 0;
			font-family: "Merriweather", Georgia, serif;
			text-transform: none;
			font-weight: 300;
			padding-left: 2.8rem;
			padding-right: 1rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 0;
				border: solid 2px;
				content: '';
				display: inline-block;
				font-size: 0.8rem;
				height: 1.8rem;
				left: 0;
				line-height: 1.65rem;
				position: absolute;
				text-align: center;
				top: -0.125rem;
				width: 1.8rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 0;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #212931;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		border-color: #eeeeee;
		line-height:2.375rem;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #18bfef;
		}

	select {
		background-image: url("../images/bg2.jpg")
	}

		select option {
			background-color: #ffffff;
			color: #212931;
		}

	.select-wrapper:before {
		color: #eeeeee;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #212931;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			border-color: #eeeeee;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #212931;
		border-color: #212931;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #18bfef;
	}

	::-webkit-input-placeholder {
		color: #909498 !important;
	}

	:-moz-placeholder {
		color: #909498 !important;
	}

	::-moz-placeholder {
		color: #909498 !important;
	}

	:-ms-input-placeholder {
		color: #909498 !important;
	}

	.formerize-placeholder {
		color: #909498 !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 2rem 2rem 0;
			top: 0.75rem;
		}

		.image.right {
			float: right;
			margin: 0 0 2rem 2rem;
			top: 0.75rem;
		}

		.image.fit {
			display: block;
			margin: 2.5rem 0;
			width: 100%;
		}

			.image.fit:first-child {
				margin-top: 0;
			}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 4rem 0;
			width: 100%;
		}

			.image.main:first-child {
				margin-top: 0;
			}

			.image.main img {
				width: 100%;
			}

		@media screen and (max-width: 736px) {

			.image.fit {
				margin: 2rem 0;
			}

			.image.main {
				margin: 2rem 0;
			}

		}

	a.image {
		overflow: hidden;
	}

		a.image img {
			-moz-transition: -moz-transform 0.2s ease-out;
			-webkit-transition: -webkit-transform 0.2s ease-out;
			-ms-transition: -ms-transform 0.2s ease-out;
			transition: transform 0.2s ease-out;
		}

		a.image:hover img {
			-moz-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		margin-top:2rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.5rem 0 0;
			vertical-align: middle;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				width: 2.25rem;
				height: 2.25rem;
				line-height: 2.25rem;
				display: inline-block;
				text-align: center;
				border-radius: 100%;
				font-size: 1.25rem;
			}

		ul.icons.alt li .icon:before {
			-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
			font-size: 1rem;
		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.5rem;
		}

		ul.divided {
			list-style: none;
			padding-left: 0;
		}

			ul.divided li {
				border-top: solid 1px;
				padding: 0.5rem 0;
			}

				ul.divided li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

	ul.divided li {
		border-top-color: #eeeeee;
	}

	ul.icons li a.icon:hover:before {
		color: #18bfef;
	}

	ul.icons.alt li .icon:before {
		box-shadow: inset 0 0 0 2px #eeeeee;
	}

	ul.icons.alt li a.icon:hover:before {
		box-shadow: inset 0 0 0 2px #18bfef;
	}

/* mail2 */

	#mail2 {
		color: #717981;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		background-image: url("../images/bg2.jpg");
		color: #909498;
		cursor: default;
		position: relative;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
	}

		#mail2 input, #mail2 select, #mail2 textarea {
			color: white;
		}

		#mail2 a {
			color: white;
			border-bottom-color: rgba(113, 121, 129, 0.5);
		}

			#mail2 a:hover {
				border-bottom-color: transparent;
				color: #18bfef !important;
			}

		#mail2 strong, #mail2 b {
			color: #717981;
		}

		#mail2 h1, #mail2 h2, #mail2 h3, #mail2 h4, #mail2 h5, #mail2 h6 {
			color: #717981;
		}

		#mail2 blockquote {
			border-left-color: #e2e2e2;
		}

		#mail2 code {
			background: rgba(220, 220, 220, 0.5);
			border-color: #e2e2e2;
		}

		#mail2 hr {
			border-bottom-color: #e2e2e2;
		}

		#mail2 .box {
			border-color: #e2e2e2;
		}

		#mail2 input[type="submit"],
		#mail2 input[type="reset"],
		#mail2 input[type="button"],
		#mail2 button,
		#mail2 .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #717981;
			color: white;
		}

			#mail2 input[type="submit"]:hover,
			#mail2 input[type="reset"]:hover,
			#mail2 input[type="button"]:hover,
			#mail2 button:hover,
			#mail2 .button:hover {
				box-shadow: inset 0 0 0 2px #18bfef;
				color: #18bfef !important;
			}

			#mail2 input[type="submit"].primary,
			#mail2 input[type="reset"].primary,
			#mail2 input[type="button"].primary,
			#mail2 button.primary,
			#mail2 .button.primary {
				background-color: #717981;
				box-shadow: none;
				color: #f5f5f5 !important;
			}

				#mail2 input[type="submit"].primary:hover,
				#mail2 input[type="reset"].primary:hover,
				#mail2 input[type="button"].primary:hover,
				#mail2 button.primary:hover,
				#mail2 .button.primary:hover {
					background-color: #18bfef;
				}

		#mail2 label {
			color: white;
		}

		#mail2 input[type="text"],
		#mail2 input[type="password"],
		#mail2 input[type="email"],
		#mail2 select,
		#mail2 textarea {
			border-color: #e2e2e2;
		}

			#mail2 input[type="text"]:focus,
			#mail2 input[type="password"]:focus,
			#mail2 input[type="email"]:focus,
			#mail2 select:focus,
			#mail2 textarea:focus {
				border-color: #18bfef;
			}

		#mail2 select {
			background-image: url("../images/bg2.jpg");
		}

			#mail2 select option {
				background-color: #f5f5f5;
				color: #717981;
			}

		#mail2 .select-wrapper:before {
			color: #e2e2e2;
		}

		#mail2 input[type="checkbox"] + label,
		#mail2 input[type="radio"] + label {
			color: #717981;
		}

			#mail2 input[type="checkbox"] + label:before,
			#mail2 input[type="radio"] + label:before {
				border-color: #e2e2e2;
			}

		#mail2 input[type="checkbox"]:checked + label:before,
		#mail2 input[type="radio"]:checked + label:before {
			background-color: #717981;
			border-color: #717981;
			color: #f5f5f5;
		}

		#mail2 input[type="checkbox"]:focus + label:before,
		#mail2 input[type="radio"]:focus + label:before {
			border-color: #18bfef;
		}

		#mail2 ::-webkit-input-placeholder {
			color: #b3b7bb !important;
		}

		#mail2 :-moz-placeholder {
			color: #b3b7bb !important;
		}

		#mail2 ::-moz-placeholder {
			color: #b3b7bb !important;
		}

		#mail2 :-ms-input-placeholder {
			color: #b3b7bb !important;
		}

		#mail2 .formerize-placeholder {
			color: #b3b7bb !important;
		}

		#mail2 ul.divided li {
			border-top-color: #e2e2e2;
		}

		#mail2 ul.icons li a.icon:hover:before {
			color: #18bfef;
		}

		#mail2 ul.icons.alt li .icon:before {
			box-shadow: inset 0 0 0 2px #e2e2e2;
		}

		#mail2 ul.icons.alt li a.icon:hover:before {
			box-shadow: inset 0 0 0 2px #18bfef;
		}

		#mail2 header.major .date:before, #mail2 header.major .date:after {
			border-top-color: #e2e2e2;
		}

		#mail2 table tbody tr {
			border-color: #e2e2e2;
		}

			#mail2 table tbody tr:nth-child(2n + 1) {
				background-color: rgba(220, 220, 220, 0.5);
			}

		#mail2 table th {
			color: #717981;
		}

		#mail2 table thead {
			border-bottom-color: #e2e2e2;
		}

		#mail2 table tfoot {
			border-top-color: #e2e2e2;
		}

		#mail2 table.alt tbody tr td {
			border-color: #e2e2e2;
		}

		#mail2 .pagination a, #mail2 .pagination span {
			border-color: #e2e2e2;
		}

		#mail2 .pagination a {
			color: #717981 !important;
		}

			#mail2 .pagination a:hover {
				color: #18bfef !important;
				border-color: #18bfef;
				z-index: 1;
			}

				#mail2 .pagination a:hover + a,
				#mail2 .pagination a:hover + span {
					border-left-color: #18bfef;
				}

			#mail2 .pagination a.active {
				background-color: #e2e2e2;
			}

		#mail2 .pagination span {
			color: #e2e2e2;
		}

		#mail2 > section {
			-moz-flex-basis: 50%;
			-webkit-flex-basis: 50%;
			-ms-flex-basis: 50%;
			flex-basis: 50%;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			padding: 4rem 4rem 2rem 4rem ;
			border-left: solid 2px #e2e2e2;
		}

			#mail2 > section:first-child {
				border-left: 0;
			}

			#mail2 > section.split {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 0;
			}

				#mail2 > section.split > section {
					padding: 3rem 4rem 1rem 4rem ;
					border-top: solid 2px #e2e2e2;
				}

					#mail2 > section.split > section:first-child {
						padding: 5rem 4rem 1rem 4rem ;
						border-top: 0;
					}

					#mail2 > section.split > section:last-child {
						padding: 3rem 4rem 3rem 4rem ;
					}

				#mail2 > section.split.contact > section {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
					padding: 3.15rem 4rem;
				}

					#mail2 > section.split.contact > section > * {
						margin-bottom: 0;
					}

					#mail2 > section.split.contact > section > :first-child {
						-moz-flex-shrink: 0;
						-webkit-flex-shrink: 0;
						-ms-flex-shrink: 0;
						flex-shrink: 0;
						-moz-flex-grow: 0;
						-webkit-flex-grow: 0;
						-ms-flex-grow: 0;
						flex-grow: 0;
						width: 6rem;
					}

					#mail2 > section.split.contact > section > :last-child {
						-moz-flex-shrink: 1;
						-webkit-flex-shrink: 1;
						-ms-flex-shrink: 1;
						flex-shrink: 1;
						-moz-flex-grow: 1;
						-webkit-flex-grow: 1;
						-ms-flex-grow: 1;
						flex-grow: 1;
					}

					#mail2 > section.split.contact > section:first-child {
						padding: 4rem 4rem 3rem 4rem;
					}

					#mail2 > section.split.contact > section:last-child {
						padding: 3rem 4rem 4rem 4rem;
					}

					#mail2 > section.split.contact > section.alt {
						-moz-align-items: -moz-flex-start;
						-webkit-align-items: -webkit-flex-start;
						-ms-align-items: -ms-flex-start;
						align-items: flex-start;
					}

						#mail2 > section.split.contact > section.alt > :last-child {
							margin-top: -0.325rem;
						}

		#mail2 form label,
		#mail2 h3,
		#mail2 p {
			font-size: 0.8rem;
		}

		@media screen and (max-width: 980px) {

			#mail2 {
				display: block;
			}

				#mail2 > section {
					border-top: solid 2px #e2e2e2;
				}

					#mail2 > section:first-child {
						border-top: 0;
					}

					#mail2 > section.split > section {
						padding: 4rem 4rem 2rem 4rem ;
					}

						#mail2 > section.split > section:first-child {
							padding: 4rem 4rem 2rem 4rem ;
						}

						#mail2 > section.split > section:last-child {
							padding: 4rem 4rem 2rem 4rem ;
						}

					#mail2 > section.split.contact > section {
						padding: 4rem;
					}

						#mail2 > section.split.contact > section:first-child {
							padding: 4rem;
						}

						#mail2 > section.split.contact > section:last-child {
							padding: 4rem;
						}

				#mail2 form label,
				#mail2 h3,
				#mail2 p {
					font-size: 0.9rem;
				}

		}

		@media screen and (max-width: 736px) {

			#mail2 > section {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				#mail2 > section.split > section {
					padding: 2rem 2rem 0.1rem 2rem ;
				}

					#mail2 > section.split > section:first-child {
						padding: 2rem 2rem 0.1rem 2rem ;
					}

					#mail2 > section.split > section:last-child {
						padding: 2rem 2rem 0.1rem 2rem ;
					}

				#mail2 > section.split.contact > section {
					padding: 2rem;
				}

					#mail2 > section.split.contact > section:first-child {
						padding: 2rem;
					}

					#mail2 > section.split.contact > section:last-child {
						padding: 2rem;
					}

		}

		@media screen and (max-width: 480px) {

			#mail2 {
				width: 100%;
			}

		}
		


@media only screen and (max-width: 992px) {
  body {width:98vw;}
  .mybio {
	font-size:25px;}
  .vidtitle {font-size:50px; max-width:100%;}
}

@media only screen and (max-width: 600px) {
  body {height:300vh;}
  #b1 {text-align:justify;}
   .vidtitle {font-size:18px;}
   .shows li {text-align:left; font-size:10px;}
  .fcol1 {width:0%;}
  .fcol2 {width:100%;}
  #b2 {font-size:16px; text-align:left;}
  #bio2 {top:15%; left:5%; right:5%;}
  #biopage {height:120vh;}
  #biopage2 {height:100vh; text-align:justify; font-size:20px;}
  .return {bottom:8%; position:absolute; right:18%;}
  .fcontainer{bottom:0%;}
  .fbio {left:50%; position:absolute; text-align:justify;}
  .shows {margin:0; text-align:center;}
  .vcontainer {height:200%;}
  .return {
      height:0;
      width:0;
      display:none;
  }
}

@media only screen and (max-width: 600px) {
  .shows {
    flex-direction: column; /* Stack list items vertically */
    align-items: center; /* Center align stacked items */
    float:none;
    font-size:25px;
  }

  .shows li {
    width: 90%; /* Make list items take up most of the screen width */
    margin-bottom: 15px; /* Add more vertical spacing */
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    flex-direction:column;
    vertical-align:central;
    justify-content:center;
    align-content:center;
  }
  .showspre {
      font-size:22px;
      white-space:pre-line;
      text-align:center;
      margin-right:auto;
      margin-left:auto;
      width:100%;
  }
  .liveshows {
      margin-left:0;
      text-align:center;
      float:none;
      width: 80vw;
      align-self:center;
      font-size:22px;
      box-sizing:content-box;
      vertical-align:middle;
  }
#showsmainf {
    position:absolute;
    top:115%;
}
}
@media only screen and (max-width: 400px) {
  body {height:300vh;}
  .mybio {text-align:left;
	font-size:18px;}
  .shows li {text-align:left; font-size:10px}
  .fcol1 {width:0%;}
  .fcol2 {width:100%;}
  #bio2 {top:15%; left:5%; right:5%;}
  #biopage {height:120vh;}
  #biopage2 {height:100vh; text-align:justify; font-size:15px;}
  .return {bottom:8%; position:absolute; right:18%;}
  .fcol1 {text-align:center;}

  .vidtitle {font-size:18px;}
}	 	