@charset "utf-8";
/* 
Author: William Collins
website: www.williamcollins.net
email: william@williamcollins.net
 */
/*@-webkit-keyframes rollover {
	from  {opacity: 0.5;}
	to  {opacity: 1;}
}

@keyframes rollover {
    from  {opacity: 0.5;}
	to  {opacity: 1;}
}*/

*{
	font-family: 'Roboto', sans-serif;
	}
			
body {
	background: #03afef;
	margin: 0;
	padding: 0;	
}

.item { width: 7vw; }


a#rtt {
	padding: 15px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
	position: fixed;
	bottom: 5%;
	right: 5%;	
/*	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;*/
   display:none;
   text-align: center;
   margin: 0;
   font-weight: bold;
   text-transform: uppercase;
   opacity: 0.5;
   cursor: pointer;
  
}

a#rtt:hover {
	opacity: 1;	
}

.showReturnTop {
	display:inline;
}
			
.container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}

header, section {
	height: 100vh;
	-webkit-height: auto;
	-moz-height: auto;
	-ms-height: auto;
	-o-height: auto;
	-webkit-max-content: 800px;
 
}

header {
	background: #181919 url(../images/me.jpg) 85% 100% no-repeat fixed;
	background-size: contain;
	z-index:100;
	position:relative;
}

.lastname {
	font-weight:bolder;
	margin-left: -17px;
	}

header h1, header p {
	font-weight: 100;
	color: #fff;
	opacity: 0;
}

.details {
	position: absolute;
	top: 25%;
	left: 20%;
	
}

header h1 {
	font-size: 5em;
	padding: 20px;
	letter-spacing: -3px;
	background: #222;
	border-bottom: 10px solid #ef7e03;
	text-shadow: 1px 1px 3px #000;
	width: 454px;
	border-radius: 10px;
}

header p {
	font-size: 1.5em;
	line-height: 1.5em;
}

header a {
	color: #ef7e03;
	text-decoration:none;
}

nav {
	height: 50px;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #000;
	font-weight: 300;
	width: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 150;
}

nav ul {
	list-style:none;
	display: block;	
	margin:0;
	padding: 0;						
}


nav ul li {
	float: left;
	line-height: 50px;
	
}

nav a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	padding: 13px; 
	cursor: pointer;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-shadow: 1px 1px 0px #000;
}

nav a.active {
	background: #ef7e03;	
}

nav a:hover {
	background: #d16e02;
}

nav a i.fa-fw {
	text-align: left;
	width: 1.5em;
	font-size: 0.7em;
}

a.active i {
	color: #000;
	text-shadow:none;
}

nav a:hover i {
	color: #fff;
	text-shadow:none;	
}


section {
	padding: 4em 0;
	font-weight: 300;
	font-size: 2vh;
	/*margin: -10px;*/
}

section p {
	line-height: 2em;
	font-weight: 500;
	
}

section h2,h3,h4,h5 {
	font-weight: 300;
	margin-top: 2em;
}

section h2 {
	font-size: 6em;
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-style:italic;
	text-shadow: 3px 3px 0px #333;
}

section h3 {
	font-size: 1.9em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

section#web .container {
	
}

section#web {
	color: #003245; 
	background: url(../images/grass.gif) bottom repeat-x fixed, url(../images/cloud_PNG4.jpg) top no-repeat fixed;
	font-weight:300;
	height: auto;

}

section#web p, section#web h3 {
	/*text-shadow: 0px 0px 5px #fff;*/
}


section#web h2{
	color: #fff;
	font-weight: 300;
	margin:0;
}


section#video {
	background: #fff;
	color: #000; 
	height: auto;
}

section#video h2{
	color: #000;
	font-weight: 300;
	margin:0;
	text-shadow: 3px 3px 0px #888
}

section#photo {
	background: #111;
	color: #fff; 
}

section#photo h2{
	color: #fff;
	font-weight: 300;
	margin:0;
}

#photoContainer {
	margin: auto;
	width: 100%;	
}

#photoContainer a img, section#hobbies a img {
	border: none;
	border-radius: 5px;
}

section#design {
	background: #035f81;
	color: #fff; 
}

section#design h2{
	color: #fff;
	font-weight: 300;
	margin:0;
}

section#hobbies {
	background: #1d794a;
	color: #fff; 
	height: auto;
	padding-bottom: 0;
}

a.play {
	opacity:0.8;
	display:block;
	float: left;
	width: 50%;
}

a.play img {
	width: 100%;
	height: 100%;
}

a.play:hover {
	opacity:1;
}

img.barb {
	padding: 0;
	margin:0;
	width: 50%;
	height: auto;
	float: right;
}

section#hobbies h2{
	color: #fff;
	font-weight: 300;
	margin:0;
}

section#contact {
	background: #3cb878;
	color: #fff; 
	
}

section#contact h2{
	color: #fff;
	font-weight: 300;
	margin:0;
}

section#contact form input {
	width: 100%;
	height: 1em;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 2em;
}

a.button {
	padding: 10px 30px;
	background: #FF9600;
	border-radius: 7px;
	font-size: 1em;
	font-weight: 300;
	text-shadow: 1px 1px 1px #8E5400;
	color: #fff;
	text-decoration:none;
	margin: 10px;
}

a.button:hover {
	background: #E78800;
}

.center {
	margin: 0px auto;
	text-align: center;
}

@media (min-width: 2101px) {
	header {
	/*background: #181919 url(../images/me.jpg) 65% 75px no-repeat fixed;
	background-size: 75%;*/
	}
	
	/*nav a {
	padding: 10px 10px;
	}*/
}


@media (min-width: 1281px) and (max-width: 2100px) {
	header {
	/*background: #181919 url(../images/me.jpg) 70% bottom no-repeat fixed;
	background-size: 50%;*/
	}
	
	/*nav a {
	padding: 15px;
	
}*/

	.details {
	left: 15%;
	}
}

@media (min-width: 1061px) and (max-width: 1280px) {
	/*nav a {
	padding: 30px 40px;
	font-size: 1.5em;
	}*/
	
	/*header {
	background-position: 85% 30%;
	}
	
	header h1 {
	margin: 50px 0 0 0;
	padding: 20px;
	}*/
	
	.container {
	width: 83%;
	min-width: 800px;
	}
	
	.details {
	left: 10%;
	}
	
	
}

@media (min-width: 800px) and (max-width: 1060px) {
	/*nav a {
	padding: 30px 25px;
	font-size: 1.7em;
	}
	
	header {
	background-position: 100% 75%;
	background-size: 550px;
	min-height: 600px;
	}
	
	header h1 {
	margin: 50px 0 0 0;
	padding: 20px;
	}*/
	
	.container {
	width: 86%;
	min-width: 800px;
	}
	
	.details {
		left: 4%;
	}
	
}

@media (min-width: 480px) and (max-width: 800px) and (orientation: landscape) {
	section, header {
		height: 100vh;
	}
	
	header h1 {
		font-size: 2.5em;
		display: inline;
	}
	
	.lastname {
		margin-left: -7px;
	}
	
	header p {
		font-size: 1.2em;
		margin-top: 40px;	
	}
	
	section p {
		font-size: 1.5em;

	}
	
	section {
		height: auto;
		padding-bottom: 1.5em;
	}
}

@media (min-width: 564px) and (max-width: 799px) {
	/*nav a {
	padding: 30px 15px;
	font-size: 1.5em;
	}
	
	header {
	background-position: 100% 100%;
	background-size: 50%;
	min-height: 600px;
	}
	
	header h1 {
	margin: 50px 0 0 0;
	padding: 20px;
	}
	
	header p {
	font-size: 2em;	
	}*/
	
	.container {
	width: 86%;
	min-width: 400px;
	}
	
	section {
	margin: 0;
	padding: 20px;
	}
	
	section h3 {
	font-size: 1.5em;
	}
	
	.details {
		left: 7%;
	}
}

@media (max-width: 563px) {
	main {
	/*margin-top: 50px;*/
	}
	
	.container {
	/*width: 86%;*/
	/*min-width: 400px;*/
	padding: 0;
	margin: 0;
	}
	
	.lastname {
	margin-left: -7px;
	}
	
	.details {
	position: static;
	}
	
	header {
	padding: 0;	
	margin:0;
	background-size: 70%;
	background-position:bottom right;
	width: 100%
	}
	
	header h1 {
	margin: 50px 0 0 0;
	font-size: 3.5em;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	}
	
	header p {
	padding: 10px;	
	font-size: 1.5em;
	}
	
	section {
	margin: 0;
	padding: 1em;
	font-size: 1em;
	height:auto;  
  	width:auto;
	}
	
	section h2 {
	font-size: 4em;	
	}
	
	section h3 {
	font-size: 1.7em;
	}
	
	nav a.active {
	background: #744008;
	color: #fff	
}
	
	nav ul {
		background: #ef7e03;
		width: 100vw;
		text-align: center;
		display: none;
	}
	
	nav ul li {
	float: none;
	border-top: 1px solid #fda03a;
	border-bottom: 1px solid #d77218;
	}
	
	nav ul li:first-child {
	border-top: none;
	border-bottom: 1px solid #d77218;
	
	}
	
	nav a {
	padding: 5px 0;
	margin: 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #744008;
	text-shadow:none;
	}
	
	nav a i.fa-fw {
		width: 1.3em;
		font-size: 0.9em;	
	}
	
	nav a.active i {
		color: #fff;	
	}
	
	nav a:hover {
		background: #ff9e34;
	}
	
	nav ul {
		padding: 25% 0;
	}
	
	span.navMobile {
		width: 50px;
		height: 50px;
		position: relative;
		top: 0px;
		background: #333;

	}
	
	span.navMobile-bar {
		position: absolute;
		height: 4px;
		width: 50%;
		background: white;
		content: '';
		top: 15px;
  		left: 11px;
	}
	
	span.navMobile-bar:first-child {
		top: 31px;
	}
	
	span.navMobile-bar:last-child {
		top: 23px;
	}
	
	.hide {
		display: none;
	}
	
	.show {
		display: block;
	}
	
	section#contact form input {
		width: 93%;
	}
	
	section a.button {
		display: block;
	}
	
	a#rtt {
		padding: 10px 0;
		width: 100%;
		border-radius: 0px;
		background: #000;
		color: #fff;
		text-decoration: none;
		z-index: 1000;
		position: fixed;
		bottom: 0;
		right: 0;	
		text-align: center;
	}
	
	.item {
		width: 20vw;
	}
	
	#photoContainer {
		margin: 0 auto;
		padding: 0;
		width: 92%;
	}
	
	section#web {
		padding-bottom: 7em;
	}
	
	section#contact {
		padding-bottom: 100px;	
	}
	
	section#hobbies {
		padding-bottom: 1em;
	}
	
	a.play {
		width: 100%;
	}
	
	a.play img {
		width: 100%;
	}
	img.barb {
		display: none;
	}

}

@media (max-width: 360px) {
	header p {
		font-size: 1.2em;	
	}
}
			
