@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,200,300,400);


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: white;
	/*background:url(../images/black_denim.png);*/
	color:#222;
	-webkit-overflow-scrolling: touch;
}

a, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #eee;
}

p {
	line-height: 1.6em;
}

h1 {
	font-size: 2.4em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #545e1c;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #222222;
	font-family: 'Raleway', sans-serif;

}


.shell {
	max-width: 960px;
	width: 90%;
	padding: 0 5%;
	margin: 0 auto;
}

nav {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 400px;
	width: 100%;
	min-height: 120px;
	max-height: 800px;
	z-index: 1000;
	-webkit-overflow-scrolling: touch;


	transition: 0.3s height ease-out;
	-webkit-transition: 0.3s height ease-out;
}



nav .logo {
	float: left;
}

nav .logo span {
	line-height: 120px;
	font-size: 2.4em;
	color: white;
	font-weight: 200;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
}



nav ul {
	float: right;
	display: block;
}

nav ul li {
	/*border-top: 2px transparent solid;*/
	/*border-bottom: 4px transparent solid;*/
	background: transparent;
	float: left;
	
	cursor: pointer;
}
nav ul li:hover {
	background: rgba(255,255,255,0.9);
	background: white;
}

nav ul li a {
	line-height: 120px;
	padding: 0 10px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: white;
	display: block;
}

nav ul li:hover a{
	color: #222;
}
/* Sticky Nav */

nav.sticky {
	position: fixed;
	top: 0px;
	min-height: 80px;
}
nav.sticky .logo span {
	font-size: 2em;
	line-height: 80px;
}
nav.sticky ul li a{
	line-height: 80px;
}

nav .logo span,
nav ul li,
nav ul li a{
	transition: 0.3s all ease-out;
	-webkit-transition: 0.3s all ease-out;
}

nav .mobile-menu{
	float: right;
	line-height: 120px;
	color: white;
	display: none;
	padding: 0 10px;
	cursor: pointer;
}

nav .mobile-menu i {
	font-size: 1.8em;
	vertical-align: middle;
}

nav .mobile-menu span {
	font-size: 0.8em;
	padding-right: 10px;
}

nav.sticky .mobile-menu {
	line-height: 80px;
}



@media (max-width: 1030px){
	nav .logo span,
	nav.sticky .logo span {
		font-size: 1.8em;
	}
}

@media (max-width: 910px){
	nav {
		min-height: 80px;
		top: 0px;
	}
	nav ul {
		display: none;
		float: right;
		clear: both;
	}

	nav ul li {
		float: right;
		clear: both;
	}

	nav ul li a {
		line-height: 80px;
	}


	nav .mobile-menu {
		display: block;
	}
}

@media (max-width: 600px){
	nav {
		min-height: 80px;
		top: 0px;
	}
	nav .logo span {
		line-height: 80px;
	}
	nav .mobile-menu {
		line-height: 80px;
	}
}

@media (max-width: 450px){
	nav .logo span,
	nav.sticky .logo span {
		font-size: 1.3em;
	}
	section.home {
		margin-top: 80px;
	}
}

@media (max-width: 400px){
	nav .logo span,
	nav.sticky .logo span {
		font-size: 1.2em;
	}
}



.cols {
	float: left;
	width: 100%;
}

.col-left {
	width: 50%;
	float: left;

}

.col-right {
	width: 50%;
	float: left;
}


section {
	min-height: 300px;
	width: 100%;
	padding: 100px 0;
	display: none;
	float: left;
}
@media (max-width: 600px){
	section {
		padding: 90px 0;
	}
}


section.home {
	background: url('../images/landscape.jpg') no-repeat top;
	background-size: cover;
}

@media (max-width: 910px){
	section.home {
		/*min-height: 300px !important;*/
		/*max-height: 600px;*/
	}
}

@media (max-width: 600px){
	.cols {
		float: left;
		clear: both;
	}
	.col-left {
		width: 100%;
		float: left;
		clear: both;
	}
	.col-right {
		width: 100%;
		float: left;
		clear: both;
	}

}

section.about {

}

section.about .col-left img.portrait {
	width: 90%;
}

section.about .resume {
	padding: 30px 0;
}

section.about .resume .col-left img {
	margin:0 auto;
	display: block;
	padding-right: 10%;
	width: 100px;
}

section.about .resume .col-left h2 {
	text-align: center;
	padding-right: 10%;

}

section.about .col-right {
	position: relative;
	height: 100%;
	min-height: 400px;
}

section.about .resume .col-right {
	padding-top: 10px;
	min-height: 120px;
}

section.about .resume .col-right .vertical {
	vertical-align: middle;
	display: table-cell;
}

section.about .resume .col-right p{
	margin-bottom: 15px;
	text-align: left;
}

section.about .resume .col-right span{
text-transform: uppercase;
display: block;
clear: both;
font-size: 1.1em;
color: #999;
}


section.about .col-right h1 {
	text-align: center;
	width: 100%;
}
section.about .col-right h2 {
	text-align: center;
	width: 100%;
}


section.about .col-right .name-title {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100px;
}


@media (max-width: 754px){
	section.about .col-right {
		min-height: 300px;
	}
}

@media (max-width: 600px){
	section.about .resume .col-left img {
		padding: 0;
	}

	section.about .col-left img.portrait {
		padding: 0;
		max-width: 300px;
		margin:0 auto;
		display: block;
	}
	section.about .col-right {
		margin-top: 20px;
		min-height: 100px;
	}

	section.about .resume .col-left h2 {
		padding: 0;
		padding-bottom: 5px;
		border-bottom: #eee solid 1px;
	}

	section.about .resume .col-right p{
		text-align: left;
		font-size: 1.4em;
	}
	section.about .resume.mypath .col-right p{
		text-align: left;
	}
	
}


/* contact */


section.contact {
	background: #5a5a4a;
}

section.contact video{
	height: auto;
	margin: 0 auto;
	display: block;
	width: 80%;
	max-width: 300px;
}

section.contact .col-left{
	max-height: 500px;
	overflow: hidden;

}


section.contact img{
	display: block;
	border-radius: 400px;
	max-width: 400px;
	height: auto;
	width: 80%;
	margin: 0 auto;
}

section.contact img.mobile{
	display: none;
}


section.contact .col-right h1{
	color: white;
	text-align: left;

}
section.contact .col-right h2{
	text-align: left;
	margin: 20px 0;
	color: #222;
	font-size: 1.2em;
	float: left;
	border: 1px solid white;
	background: white;
	transition: 0.2s all ease-out;
	-webkit-transition: 0.2s all ease-out;
}

section.contact .col-right h2 a{
	color: #222;
	padding: 10px;
	display: inline-block;
}


section.contact .col-right h2:hover{
	background: transparent;
	color: white;

}
section.contact .col-right h2:hover a{
	color: white;
}

section.contact .col-right p{
	color: white;
	clear: both;
	padding: 15px 0;
}


section.contact .col-right ul{
	list-style-type: disc;
	color: white;
	float: left;
	padding-left: 20px;
}

section.contact .col-right li{
	line-height: 1.6em;
	font-size: 1.2em;
}


@media (max-width: 600px){
	section.contact {
	}
	section.contact img {
		margin-bottom: 30px;
	}
	section.contact .col-right h2 {
		font-size: 1.1em;
	}

	section.contact video{
		display: none;
	}
	section.contact img.mobile{
		display: block;
	}

}




/* Coaching */

section.coaching .story {
	float: left;
	padding-bottom: 30px;
}

section.coaching .story h1 {
	text-transform: uppercase;
	margin: 20px 0;
	text-align: left;
}
section.coaching .story p {
	font-size: 1.3em;
	margin-bottom: 20px;
}
section.coaching .story img {
	float: right;
	width: 90%;
}

section.coaching .story.left h1 {
	margin-top: 100px;
}
section.coaching .story.left p {
	font-size: 1.3em;
}
section.coaching .story.left img {
	float: left;
	padding-right: 50px;
}

section.coaching .story .col-left.mobile{
	display: none;
}


@media (max-width: 800px){
	section.coaching .story h1,
	section.coaching .story.left h1 {
		font-size: 1.8em;
	}
	section.coaching .story p,
	section.coaching .story.left p {
		font-size: 1.2em;
	}
	section.coaching .story img,
	section.coaching .story.left img {
		/*width: 40%;*/
	}
}

@media (max-width: 600px){

	section.coaching .story .col-left.mobile{
		float: left;
		display: block;
	}
	section.coaching .story .col-right{
		display: none;
	}
	section.coaching .story.left .col-right{
		display: block;
	}

	section.coaching .story h1,
	section.coaching .story.left h1 {
		clear: both;
		text-align: center;
		font-size: 2em;
	}
	section.coaching .story p,
	section.coaching .story.left p {
		float: left;
		clear: both;
		font-size: 1.4em;
		line-height: 2em;

	}
	section.coaching .story img,
	section.coaching .story.left img {
		float: left;
		clear: both;
		width: 80%;
		margin: 0;
		padding: 0;
		padding: 2% 10%;
		display: block;
	}
	

}

/* Ocean */

section.ocean {
	background: url('../images/ocean.jpg') no-repeat top;
	background-size: cover;
	max-height: 600px;
	min-height: 400px;
	padding-top: 50px;
}

section.ocean h1 {
	color: #5a5a4a;
	font-weight: 300;
	font-size: 1.8em;

	text-transform: uppercase;
}

@media (max-width: 600px){
	section.ocean h1 {
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 400;
	}
}




/* Coaching Dark */

section.willcoaching {
	background: #5a5a4a;
}

section.willcoaching h1{
	color: white;
	text-transform: uppercase;
	margin-bottom: 90px;
}

section.willcoaching h2{
	margin-top: 40px;
	font-size: 1.5em;
	font-weight: 400;
}


section.willcoaching .col-left{

}



section.willcoaching .col-left .quote{
	color: white;
	width: 85%;
	font-size: 2em;
	line-height: 2em;
	font-weight: 100;
}

section.willcoaching .col-left .quote img{
	margin-top: -10px;
	padding-right: 10px;
	float: left;
}
section.willcoaching .col-left .quote img:last-child{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	float: none;
	margin-top: 0px;
  	position: absolute;
}


section.willcoaching .col-right{
	color: white;
}

section.willcoaching .col-right p{
	margin-bottom: 20px;
	font-size: 1.2em;
}


@media (max-width: 600px){
	section.willcoaching .col-left .quote{
		width: 100%;
	}
	section.willcoaching .col-left {
		margin-bottom: 40px;
	}	
	section.willcoaching .col-right p{
		font-size: 1.4em;
		line-height: 2em;
	}
}


/* painting */
section.painting {
	/*background: url('../images/painting.jpg') no-repeat top right;*/
	/*background-size: cover;*/
	/*min-height: 680px;*/
	padding: 0;
	min-height: 100px;
}

section.painting img{
	width: 100%;
}


@media (max-width: 600px){

}



/* final  */

section.final {

}

section.final h1 {
	color: #5a5a4a;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.8em;
}

section.final img{
	margin: 20px auto;
	display: block;
	max-width: 300px;
}

@media (max-width: 600px){
	section.final h1 {
		font-size: 1.4em;
		line-height: 2em;
	}
}

/* footer */

footer {
	background: #5a5a4a;
	min-height: 80px;
	width: 100%;
	padding: 50px 0;
	float: left;
	color: #eee;
	display: none;
}

footer a {
	color: white;
	float: right;
}

footer a:hover {
	color: #999;
}

footer span {
	float: left;
}

footer span a {
	float: none;
}

@media (max-width: 600px){
	footer span {
		margin-bottom: 20px;
	}
	footer a {
		float: left;
		margin-bottom: 20px;
	}
	.construxit {
		float: left;
		clear: both;
	}
}

.clearfix {
	clear: both;
}

.construxit {
	color: #999;
	font-size: 0.8em;
}
