/** site behaviors **/


html {
	width:100%;
	height:100%;
}

body {
	background: #000000;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
}

.logo {
	float:left;
	max-width: 175px;
	position:absolute;
	left:0%;
	padding: 0;
}

.logo img {
	width:100%;
}

.text {
	line-height:1.5;
	font-size:20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #eeeeee;
	text-shadow: 1px 1px #333333;
	margin-top:15px;
}


a { 
	font-size:x-large;
	text-shadow: black 1px 1px 1px;
	color: #9af1ff;
}

a:visited, a:active, a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #ee6e00;
}

.copybox {
	width:100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 16px;
}

p {
	padding: 15px 15px 0px 15px;
}

ul {
	list-style:none;
	padding-left: 0;
	cursor: pointer;
}

.headerlayout {
	height: 75px;
}

.headertext{
	color: #cc0000;
	font-size:xxx-large;
	font-family: 'Didact Gothic', sans-serif;
	position:absolute;
	top:25%;
	left:2%;
}

.splashone {
	margin:0px;
	font-size: xxx-large;
	font-weight:normal;
	font-family: 'Didact Gothic', sans-serif;
	line-height:1.2;
	letter-spacing:-1;
	text-shadow: 2px 2px 1px black;
	color: #ffffff;
}

.splashtwo {
	margin:0px;
	font-size: xxx-large;
	font-weight:normal;
	font-family: 'Didact Gothic', sans-serif;
	line-height:1.2;
	letter-spacing:-1;
	text-shadow: 2px 2px 1px black;
	color: #ff6600;
}

.splashthree {
	margin:0px;
	font-size: xxx-large;
	font-weight:normal;
	font-family: 'Didact Gothic', sans-serif;
	line-height:1.2;
	letter-spacing:-1;
	text-shadow: 2px 2px 1px black;
	color: #ff6600;
}	

.about {
	margin:0px;
	font-size: x-large;
	font-weight:normal;
	font-family: 'Didact Gothic', sans-serif;
	line-height:1.2;
	letter-spacing:-1;
	text-shadow: 2px 2px 1px black;
	color: #ffffff;
}

/*** old stuff? **/

.catheading {
	background-color: #eeeeee;
	text-align:center;
	padding:10px;
	margin:10px;
	font-size: large;
	font-weight: bold;
}

hr {
    display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	background-color: #EA7521;
	border-color: #EA7521;
	width:70%;
}

p {
	font-size: large;
	font-weight: bold;
	line-height:1.8;
	padding-top:10px;
}

table, tr, td {
	border: 1px solid #AAA;
	text-align: left;
	margin: 0 auto;
	width: auto;
	color: #111111;
	font-size: 10px;
	min-width: 10px;
	border-collapse: collapse;
	border-spacing: 5px;
	padding:5px;
	vertical-align:top;
}

th {
	background-color: rgba(0,0,0,.1);
	color: black;
	padding: 5px 10px;
}

.fields {
	margin:2px;
	position:relative;
	left:1%;
	border: 1px solid #585858;
	border-radius:8px;
	color: #585858;
}

textarea {
	width:98%;
	height:300px;
}

.content {
	color: #d1d1d1;
	font-family: Times New Roman;
	font-size:large;
	line-height:1.8;
}

.socialmedia img {
	max-width:12%;
	padding: 15px 5px 0px 5px;
}

.button {
	padding: 10px 40px;
	background-image: linear-gradient(#ff6600,#8d300d 90%,#502d0e);
	border: 1px solid #363636;
	border-radius: 16px;		
}

video.aboutbg {
	height: 100vh;
}

video.services {
	width: 90%;
}

.testcontainer {
	position:fixed;
	bottom:2%;
	height:100px;
	border-radius:25px;
	box-shadow:-2px 0px #b3b3af, 2px 0px #b3b3af;
	padding:10px 15px 10px 15px;
	margin: 0px 10px 0px 10px;
	visibility:hidden;
}

.testimonials {
	font-family: 'Didact Gothic', sans-serif;
	font-weight:large;
	font-size:medium;
	color:beige;
	text-shadow: 1px 1px 1px black;
	line-height:1.1;
}



/** responsive edits **/


@media only screen and (min-width: 768px) {
	
	.logo {
		width: 175px;
		padding: 15px 0px 15px 15px;
	}
	
	.headerlayout {
		display:flex;
		align-items:center;	
		justify-content: center;	
	}
	
	.button {
		position:relative;
		right: -30%;
	}
	
	.headertext {
		top:30%;
		left:10%;
	}
	
	.about {
		font-size: x-large;
	}

	video.services {
		width: 75%;
	}
	
	.testcontainer {
		width:75%;
	}
	
	.fields {
		margin:2px;
	}

	textarea {
		width:40%;
		height:300px;
	}
	
	.socialmedia img {
		max-width:6%;
		padding: 15px 5px 0px 5px;
		position:relative;
		left:1%;
	}
		
}

@media only screen and (min-width: 1200px) {
	body {
		background-size: 100%;
	} 
	
	.logo {
		width: 175px;
		padding: 15px 0px 15px 15px;
	}
	
	.headerlayout {
		display:flex;
		align-items:center;	
		justify-content: center;
	}
	
	.button {
		position:relative;
		right: -30%;
	}
	
	.headertext {
		top:30%;
		left:10%;
	}
	
	.about {
		font-size: xx-large;
	}

	video.aboutbg {
		width: 100%;
		height: 100%;
	}
	
	video.services {
		width: 50%;
	}
	
	.testcontainer {
		width:50%;
	}	
	
	.fields {
		margin:2px;
	}

	textarea {
		width:40%;
		height:300px;
	}
	
	.socialmedia img {
		max-width:6%;
		padding: 15px 5px 0px 5px;
		position:relative;
		left:1%;
	}
	
}
