@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}


body {
	max-width: 1360px;
	background: #191919;
	color: #ebebeb;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



header {
	background-color: #191919;
	padding: 22px 32px;

}



.style_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style_nav ul {
	list-style: none;
}

.style_nav ul li a {
	text-decoration: none;
	color: #ebebeb;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px;
}

.style_nav ul li a:hover {
	color: aqua;
}






main {
	padding-bottom: 2em;
}


.hero {
	width: 100%;
	background-image: url(Images/hero_color-sd.png);
	background-size: cover;
	padding: 120px 20px;
	text-align: center;
}

h3 {
	font-size: 2em;
	font-weight: 200;
	padding-right: 0.1em;
	text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
h1 {
	font-size: 2.6em;
	font-weight: 200;
	text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

h4 {
	font-weight: 600;
	font-style: italic;
	padding: 2em 0 0.5em;
}

h5 {
	font-weight: 400;
	font-size: 1.4em;
}

p {
	padding: 2em 0;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 150%;
}

.indent {
	margin: -4em 0 0 0;
}


a {
	text-decoration: none;
	color:aqua;
	font-weight: 600;
}

a:hover {
	color: #ebebeb;
}

.portfolio {
	margin: 4em auto;
}

.portfolio p {
	width: 90%;
	display: inline-block;
}





footer {
	background-color: #ebebeb;
	text-align: center;
	height: 4em;	

}

.footcontact {
	padding: 1.5em;

}

.button {
	text-decoration: none;
	border: 2px #2f323a solid;
	padding: 0.5em 1.2em;
	border-radius: 1.9em;
	color: #2F323A;
	text-transform: uppercase;
	font-weight: 600;

}

.button:hover {
	color: #2F323A;
	border-color: #2F323A;
}

.videos {
	width:100%;
	max-width: 480px;
	margin: 0 auto;
}

.biopic img {
	width: 80%;
	padding-top: 2em;
}

.buttonw {
	text-decoration: none;
	border: 2px #ebebeb solid;
	padding: 0.8em 1.6em;
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: 600;

}

.buttonw:hover {
	color: aqua;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}


/* CONTACT FORM */




.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="name"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  padding: 25px;
  margin: 3em 0 6em;
}



fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="name"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact input[type="submit"] {
  cursor: pointer;
  width: 80px;
  border: none;
  color: #000;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 16px;
}

#contact input[type="submit"]:hover {
  background: aqua;
}

#contact input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}







/*Tablet*/

@media (min-width: 768px){
	
	.style_logo {
		float:left;
	}
	
	.style_nav ul li {
		display: inline-block;
	}
	
	.style_nav ul {
		float: right;
	}
	.hero {
		background-image: url(Images/hero_color-hd.png);
	}
	h1 {
		display: inline;
	}
	h3 {
		display: inline;
	}
	
	.indent {
	margin: -4em 0 0 40px;
	}

	.portfolio {
		text-align: center;
	}
	
	.portfolio p {
		width: 650px;
		display: inline-block;
	}
	
	.col {
		display: inline-block;
		padding: 4px;


	}	

	
	.biopic {
		width: 400px;
		float: left;
		padding: 6em 0;
	}
	
	
	.biopic img {
		width: 90%;
	}
	

	
	.bio {
		margin-left: 440px;
		text-align: left;
	}	

	
	.videos {
	width: 100%;
	max-width: 854px;
	}
	

	

}


/*Desktop*/

@media (min-width: 1024px){
	
	
	.biopic {
		width: 540px;
		float: left;
		padding: 60px;
	}
	
	
	.biopic img {
		width: 480px;
	}
	
	.bio {
		margin-left: 600px;
		text-align: left;
		width: 530px;
	}	
	

}



