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

html {
	box-sizing:content-box;
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100vw;
}

img {
	max-width: 100%;
}

a {
	outline:0;
	text-decoration:none;
	}

	:focus {
		outline:0;
		-moz-outline-style:none;
	}
	::-moz-focus-inner {
		border:0;
	}

a img {
	border:0;
}

@media only screen and (min-width: 1025px) {
	
	p {
		color: #f2f2f2;
		font-size: 1.2vw;
		letter-spacing: 2px;
		text-align: left;
		padding-right: 2vw;
		font-weight: 700;
		line-height: 1.4;
		text-indent: 4vw;
	}
	
	h1 {
		font-size: 3.5vw;
		font-weight: 400;
		letter-spacing: 7px;
		color: #f2f2f2;
		margin: 0;
		padding-bottom: 2vh;
		border: 0;
		text-align: right;
		white-space: nowrap;
	}
	
	h2 {
		font-size: 1.2vw;
		font-weight:400;
		letter-spacing: 5px;
		color: #f2f2f2;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: right;
		white-space: nowrap;
	}
	
	h3 {
		font-family: 'Merriweather', serif;
		font-size: 2vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ff8d3d;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}

	h4 {
		font-family: 'Lato', sans-serif;
		font-size: 1.3vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ff8d3d;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}
	
	h5 {
		font-family: 'Merriweather', serif;
		font-size: 1.4vw;
		letter-spacing: 3.5px;
		color: #f2f2f2;
		margin: 0;
		padding-top: 2vh;
		border: 0;
		text-align: center;
	}
	
	h6 {
		font-size: 2vw;
		font-weight: 700;
		letter-spacing: 2px;
		color: #f2f2f2;
		margin: 0;
		padding-top: 16px;
		border: 0;
		text-align: center;
	}
	
	ul {
		font-family: 'Lato', sans-serif;
		letter-spacing: 2px;
		list-style: none;
		color: #F2F2F2;
		font-size: 1.3vw;
		font-weight: 400;
		margin: 0px;
		padding: 0px;
	}	
	
	li {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
	.intro {
		background-attachment: fixed;
   		background-position: center;
   		background-repeat: no-repeat;
   		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-image:url(media/bg_p1.jpg);
		height: 100vh;
		width: 100vw;
		min-height: 100%;
		min-width: 100%;
	}
	
	.name {
		margin: auto;
		padding-top:63vh;
	}
	
	.height_full {
		height: 100vh;
	}
	
	.intro_folio {
   		background-position: center;
   		background-repeat: no-repeat;
   		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-image:url(media/bg_p1-m.jpg);
		height: 90px;
		width: 100vw;
		min-height: 100%;
		min-width: 100%;
	}
		
	.profile {
		position: relative;
		width: 100vw;
		margin: 0;
		padding: 0;
	   	background-position: center;
	   	background-repeat: no-repeat;
	   	background-size: cover;
		background-image:url(media/bg_p2.jpg);	
		border-top: solid;
		border-color: #f2f2f2;
		overflow: auto;
	}
	
	.prfl_txt_bg {
		background-color: rgba(255,141,61,.60);
		margin: 0px;
	}
	
	.rightrow {
		float: right;
		width: 50%;
	}
	
	.leftrow {
		float: left;
		width: 50%;
	}
	
	.foliotext {
		position: relative;
		opacity: 0;
		-webkit-transition:.5s ease;
		transition:.5s ease;
		background-color: rgba(0,0,0,0.60);
		height: 40vh;
		padding-top: 15vh;
	}

	.foliotext:hover {
		opacity: 1;
	}

	.m_pic {
		visibility: hidden;
		display: none;
	}
	
	.video_txt {
		max-width: 75vw;
		margin: auto;
		padding-top: 2vh;
	}

	.video_list {
		padding: 2vh;
		line-height: 3.5vh;
	}
}

@media only screen and (min-width: 567px)
	and (max-width: 1024px) {
		
	p {
		color: #f2f2f2;
		font-size: 1.6vw;
		letter-spacing: 2px;
		text-align: left;
		padding-right: 4vw;
		font-weight: 400;
		line-height: 1.2;
		text-indent: 4vw;
	}
	
	h1 {
		font-size: 4.5vw;
		font-weight: 400;
		letter-spacing: 5px;
		color: #f2f2f2;
		margin: 0;
		padding-bottom: 2vh;
		border: 0;
		text-align: right;
		white-space: nowrap;
	}
	
	h2 {
		font-size: 1.6vw;
		font-weight:400;
		letter-spacing: 3px;
		color: #f2f2f2;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: right;
		white-space: nowrap;
	}
	
	h3 {
		font-family: 'Merriweather', serif;
		font-size: 2.3vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ff8d3d;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}

	h4 {
		font-family: 'Lato', sans-serif;
		font-size: 1.6vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ff8d3d;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}
	
	h5 {
		font-family: 'Merriweather', serif;
		font-size: 2.2vw;
		letter-spacing: 2px;
		color: #f2f2f2;
		margin: 0;
		padding-top: 1vh;
		border: 0;
		text-align: center;
	}
	
	h6 {
		font-size: 3vw;
		font-weight: 700;
		letter-spacing: 2px;
		color: #f2f2f2;
		margin: 0;
		padding-top: 16px;
		border: 0;
		text-align: center;
	}
	
	ul {
		font-family: 'Lato', sans-serif;
		letter-spacing: 2px;
		list-style: none;
		color: #F2F2F2;
		font-size: 1.8vw;
		font-weight: 400;
		margin: 0px;
		padding: 0px;
	}	
	
	li {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
	.intro {
   		background-position: center;
   		background-repeat: no-repeat;
   		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-image:url(media/bg_p1.jpg);
		height: 100vh;
		width: 100vw;
		min-height: 100%;
		min-width: 100%;
	}
	
	.name {
		margin: auto;
		padding-top:63vh;
	}
	
	.height_full {
		height: 100vh;
	}
	
	.intro_folio {
   		background-position: center;
   		background-repeat: no-repeat;
   		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-image:url(media/bg_p1-m.jpg);
		height: 90px;
		width: 100vw;
		min-height: 100%;
		min-width: 100%;
	}
		
	.profile {
		position: relative;
		width: 100vw;
		margin: 0;
		padding: 0;
	   	background-position:center;
	   	background-repeat: no-repeat;
	   	background-size: cover;
		background-image:url(media/bg_p2.jpg);	
		border-top: solid;
		border-color: #f2f2f2;
		overflow: auto;
	}
	
	.prfl_txt_bg {
		background-color: rgba(255,141,61,.60);
		margin: 0px;
	}
	
	.rightrow {
		float: right;
		width: 50%;
	}
	
	.leftrow {
		float: left;
		width: 50%;
	}
	
	.foliotext {
		position: relative;
		background-color: rgba(0,0,0,0.60);
		padding-top: 3vw;
		padding-bottom: 3vw;
	}

	.m_pic {
		visibility: hidden;
		display: none;
	}	
		
	.video_txt {
		max-width: 90vw;
		margin: auto;
		padding-top: 2vh;
	}

	.video_list {
		padding: 2vh;
		line-height: 3.5vh;
		font-size: 2vw;
	}	
}
	
	

@media only screen and (max-width: 567px) {
	
	p {
		color: #f2f2f2;
		font-size: 4vw;
		letter-spacing: 1px;
		text-align: left;
		padding: 2vw;
		font-weight: 400;
		line-height: 1.3;
		text-indent: 8vw;
	}
	
	h1 {
		font-size: 10vw;
		font-weight: 400;
		letter-spacing: 5px;
		color: #f2f2f2;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		white-space: nowrap;
	}
	
	h2 {
		font-size: 4vw;
		font-weight:400;
		letter-spacing: 3px;
		color: #f2f2f2;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		white-space: nowrap;	
	}

	h3 {
		font-family: 'Merriweather', serif;
		font-size: 5vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ff8d3d;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}

	h4 {
		font-family: 'Lato', sans-serif;
		font-size: 4vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ff8d3d;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}

	h5 {
		font-family: 'Merriweather', serif;
		font-size: 6vw;
		letter-spacing: 2px;
		color: #f2f2f2;
		margin: 0;
		padding-bottom: 2vw;
		border: 0;
		text-align: center;
	}

	h6 {
		font-size: 5vw;
		font-weight: 400;
		letter-spacing: 2px;
		color: #f2f2f2;
		margin: 0;
		padding-top: 16px;
		border: 0;
		text-align: center;
	}
	
	ul {
		font-family: 'Lato', sans-serif;
		letter-spacing: 2px;
		list-style: none;
		color: #F2F2F2;
		font-size: 3.5vw;
		font-weight: 700;
		margin: 0px;
		padding: 0px;
	}

	li {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
		
	.intro {
	   	background-position: center;
	   	background-repeat: no-repeat;
	   	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-image:url(media/bg_p1-m.jpg);
		height: 100vh;
		width: 100.01vw;
		min-height: 100%;
		min-width: 100%;
	}
	
	.intro_folio {
	   	background-position: center;
	   	background-repeat: no-repeat;
	   	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-image:url(media/bg_p1-m.jpg);
		height: 90px;
		width: 100vw;
		min-height: 100%;
		min-width: 100%;
	}
		
	.name {
		margin: auto;
		padding-top:63vh;
		padding-left: 4vw;
	}
	
	.profile {
		position: relative;
		width: 100vw;
		margin: 0;
		padding: 0;
	   	background-position: center;
	   	background-repeat: no-repeat;
	   	background-size: cover;
		background-image:url(media/bg_p2-m.jpg);
		border-top: solid;
		border-color: #f2f2f2;
		overflow: auto;
	}
	
	.foliotext {
		position: relative;
		background-color: rgba(0,0,0,0.60);
		padding-top: 5vw;
		padding-bottom: 5vw;
	}

	.m_pic {
		visibility:visible;
		width: 100vw;
		margin: 0px;
		padding: 0px;
		border-top: solid #f2f2f2;
	}
	
		.video_txt {
		max-width: 95vw;
		margin: auto;
		padding-top: 2vh;
	}

	.video_list {
		padding: 2vh;
	}
	
}

.container {
	width: 100%;
	margin: 0, auto;
}
	
.logo {
	top: 3rem;
	position: fixed;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}

.name_folio {
	position: absolute;
	top: 15%;
  	left: 50%;
	transform: translate(-50%,-50%);
}
	
.portfolio {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: solid;
	border-color: #f2f2f2;
	background-color: #000000;
	overflow: auto;
}

.video {
	width: 100%;
	height: 40vh;
	overflow: hidden;
}
	
.onea {
	background-image: url(media/gfx_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.oneb {
	background-image: url(media/np_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.twoa {
	background-image: url(media/gg_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.twob {
	background-image: url(media/jc_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.threea {
	background-image: url(media/dscc_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.threeb {
	background-image: url(media/mt_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.foura {
	background-image: url(media/cvh_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}
	
.fourb {
	background-image: url(media/wed_thm.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
	background-repeat: no-repeat;
}

.prfl_txt {
	margin:5vw;
}

.li_img {
	display: block;
	margin: 0 auto;
}

.footer {
	margin: auto;
	position:relative;
	background-color: rgba(255,141,61,1);
	text-align: center;
	padding: 0px;
	color: #f2f2f2;
	border-top: solid;
	border-color: #f2f2f2;
}

.foot_txt {
	padding-top: 4vh;
	padding-bottom: 4vh;
}

.logo_img {
	padding: 3px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.container_video {
	width: 90%;
	max-width: 960px;
	margin: auto;
	padding-bottom: 3vh;
}

.video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_section {
	background-color: #1F1F1F;
	border-top: solid;
	border-color: #f2f2f2;
	min-width: 100vw;
}

.min_height {
	min-height: 100vh;
}

.ft_bx {
	text-align: center;
	padding-bottom: 5px;
}

.prfl_img {
	padding-top: 9vw;
	padding-left: 14vw;
	width: 20vw;
}