@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=VT323');
@font-face {
	font-family: "Highland Gothic";
	src: url("fonts/HighlandGothicFLF-Bold.ttf");
}

*,
*::after,
*::before {
	box-sizing: border-box;
}
/* reset browser styles */
html, body, div, span, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */
#wrapper{
	width: 80%;
	min-height: 100%;
	padding-bottom: 80px;
	margin-bottom: 20px;
}
header {
	color: #fff;
	float: right;
	font-family: 'Highland Gothic', 'Monaco', monospace;
	font-size: 2.5em;
	padding-right: 10%;
}
header h1 {
	font-style: italic;
}

body {
	width: 80%;
	font-family: 'VT323', 'Monaco', monospace;
	margin: 0 auto;
	color: #a0a2ae;
	background: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
nav {
	width: 100%;
	float: right;
	margin-bottom: 70px;
	padding-left: 60%;
}
nav li, nav a {
	text-decoration: none;
	list-style: none;
	display: inline-block;
	color: white;
	background-color: black;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
main {
	width: 80%;
	margin: 20px 0 40px 150px;
	padding: 70px 0 150px 350px;
}
footer {
	display: inline-block;
	font-family: VT323, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-weight: bold;
	height: 0px;
	width: 100%;
	color: #000;
	text-align: center;
	bottom: 0;
}
.copy {
	text-align: center;
	padding: 100px 80px 10px 0px;
}
.text {
	width: 40%;
	margin-top: 70px;
	margin-left: 40px;
	float: left;
	color: black;
	background-color: rgba(247,244,244,0.5);
	padding: 30px;
}
.textVideo {
	width: 40%;
	float: left;
	color: black;
	padding: 120px 90px 60px 70px;
	position: fixed;
}
/* Images Gallery Styles */
 
.graphics {
	width: 100%;
	margin: 0 10px 0 200px;
	padding-top: 10px;
	padding-bottom: 0;
}

div.gallery img {
    width: 80%;
	max-width: 100%;
}
div.desc {
    padding: 10px;
    text-align: center;
	margin-right: 65px;
	color: black;
}
.responsive {
    float: left;
    width: 40%;
	margin: 60px 10px 0px 15px;
	padding: 10px;
	align-content: center;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*Audio Style*/
.music {
	margin: 0px 0 80px 80px;
	padding: 30px 0 60px 280px;
}
.music p {
	font-family: "Highland Gothic";
	font-style: italic;
	color: black;
	font-size: 1em;
	font-weight: 500;
	margin-top: 25px;
	margin-left: 40px;
}
audio {
	display: inline-flex;
	padding: 20px;
	margin-top: 25px;
	margin-left: 40px;
	max-width: 100%;
	background-image: -moz-linear-gradient(to top, #000, #bbb);
	background-image: -webkit-linear-gradient(to top, #000, #bbb);
	background-image: -o-linear-gradient(to top, #000, #bbb);
	background-image: -ms-linear-gradient(to top, #000, #bbb);
	background-image: linear-gradient(to top, #000, #bbb);
}


/*Video Styles*/

.video1, .video2 {
	display: inline-flex;
	border: 3px;
	border-style: solid;
	border-color: black;
	border-bottom: 10px;
	border-top: 0;
	border-right: 0;
	padding: 10px;
	margin: 30px;
	background-image: -moz-linear-gradient(to top, #000, #bbb);
	background-image: -webkit-linear-gradient(to top, #000, #bbb);
	background-image: -o-linear-gradient(to top, #000, #bbb);
	background-image: -ms-linear-gradient(to top, #000, #bbb);
	background-image: linear-gradient(to top, #000, #bbb);
	-webkit-box-shadow: 0 10 10px #ccc;
	box-shadow: 0 10px 10px #ccc;
	float: right;
}
.video1 {
	width: 60%;
	height: 400px;
}
.video2 {
	width: 60%;
	height: 300px;
}
#videos {
	width: 90%;
	padding: 0px 0 0 140px;
	margin: 0px 0 10px 150px;
}
.textVideo {
	display: none;
}
/* Form Styles */
.contact {
	padding: 90px 20px 10px 30px;
	margin-bottom: 0;
}
#textfield2, #textfield, #textfield3 {
	border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
	width:100%;
}
#textarea {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.contact2 {
	margin-top: 80px;
	font-family:  'VT323', 'Monaco', monospace;
	color: white;
	background-color: rgba(4,4,4,.80);
	padding: 60px;
}
#submit {
	margin-left: 0%;
}

@media only screen and (max-width: 768px) {
	body {
		width: 100%;
	}
	header {
		float: none;
		text-align: center;
	}
    .responsive {
        width: 50%;
    }
	nav {
		width: 100%;
		text-align: center;
		padding: 0 90px 0 0;
		margin: 0;
		margin-bottom: 20px;
	}
	.music {
		width: 80%;
		padding: 0;
		margin: 0;
	}
	audio, .music p {
		margin-left: 200px;
	}
	.contact {
		width: 100%;
		margin: 60px;
		padding: 0;
	}
	.textVideo {
		display: none;
   }
	.video1, .video2 {
		display: inline-block;
		width: 80%;
		margin: 5px 260px 15px 0px;
		clear: both;		
   }
}

@media only screen and (max-width: 500px) {
	.graphics {
		margin: 50px;
	}
    .responsive {
        width: 100%;
    }
	div.gallery img {
		max-width: 100%;
	}
	div.desc {
		display: none;
	}
	header {
		text-align: center;
	}
	nav {
		text-align: center;
		padding: 0 60px 0 0;
		width: 100%;
		margin: 0;	
		margin-bottom: 20px;
	}
	audio {
		padding: 0;
		margin: 10px 0 0 100px;
	}
	.music p {
		text-align: left;
		margin: 20px 0 0 110px;
	}
	footer {
		padding: 0 0 10px 25px;
	}
	audio {
		background-image: none;
	}
	.contact {
		width: 100%;
		margin: 15px;
		padding: 10px 2px 10px 25px;
	}
	#videos {
		padding: 0;
		margin-left: 220px;
		margin-top: 10px;
	}
	.video1, .video2 {
		display: inline-block;
		width: 100%;
		margin: 10px 200px 0 0;
		padding: 10%;
		
	}
	.textVideo {
		display: none;
	}
}


