/*MASTER STYLESHEET*/

@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexabold-webfont.woff2') format('woff2'),
         url('nexabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexalight-webfont.woff2') format('woff2'),
         url('nexalight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3 {
	color: #f2f2f2;
}

p {
	font-family: 'nexa_lightregular';
	color: #f2f2f2;
	-o-transition:1s;
 	-ms-transition:1s;
 	-moz-transition:1s;
 	-webkit-transition:1s;
  	transition: 1s
}

a {
	font-family: 'nexa_boldregular';
	/*color: #f2f2f2;*/
	-o-transition:1s;
 	-ms-transition:1s;
 	-moz-transition:1s;
 	-webkit-transition:1s;
  	transition: 1s	
  	background-color black;
  	padding-left: 10px;
  	padding-right: 10px;
}

a:hover {
	color: #4d4d4d;
	background-color: white;

}

body {
font-family: 'nexa_boldregular';
background-color: #000000;
overflow: hidden;
height:100vh;
}

.menu{
	/*height:100px;
	width: 100px;
	background: #ff0000;*/
	position:fixed;
	top:40px;
	right:40px;
	z-index:0;
	opacity: 0;
}

.menu:hover{

}

.menu h3{
	padding-top: 5px;
	padding-right: 10px;
	cursor: pointer;
	-o-transition: color 1s;
 	-ms-transition:color 1s;
 	-moz-transition:color 1s;
 	-webkit-transition:color 1s;
  	transition: color 1s;
}

.menu h3:hover {
	color: #4d4d4d;
}

#wrapper {
	position:relative;
	/*padding:40px;*/
	overflow: hidden;
	height: 100%;
}

#main { 
	position:relative;
	border:3px solid #fff;
	z-index: 8;
}

img#squares { 	
	position: absolute; 	
	top: 50%; left: 50%; 
	max-width: 700px;
	max-height: 700px;		
	width: 100%; 	
	height: 100%; 	
	z-index: 0; 	 	
	transform: translate(-50%, -50%); 
}

/*play with more pls*/
#main h1 {
	/*display: block;
	margin: auto;*/
	position: absolute;
	font-size: 42pt;
	text-align: right;
	left: 40%;
	top: 20%;
	z-index: 20;
}

#main p {
	text-align: right;
	position: absolute;
	font-size: 26pt;
	left: 40%;
	top: 35%;
	z-index: 20;
}

#main h3 { 
	display: inline-block; 
	position: absolute;
	z-index: 9;
	cursor: pointer;
	-o-transition: color 1s;
 	-ms-transition:color 1s;
 	-moz-transition:color 1s;
 	-webkit-transition:color 1s;
  	transition: color 1s;	
  	font-size:12pt;
}

#main h3:hover {
	color: #4d4d4d;
}

#bioButton { 
	top: 50%;
	right: -5px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	transform-origin: 50% 50%;
}

#portfolioButton { 
	top: 50%;
	left: -5px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	transform-origin: 50% 50%;
}
 
#contactButton { 
	bottom: 15px;
	left: 50%;
} 

.section:not(#main){
	display:none;
}

#bio {
	position: absolute;
	left: 100%;
	top: 0;
	border: 3px solid #fff;
	padding:60px;
}/*bio*/

#biotext {
	position: absolute;
	padding: 15px;
	top: 30%;
	left:5%;
	width: 60%;
}

#biotext h1 {
	position: static;
	padding:10px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.8);
	font-size: 32pt;
	z-index: 10;
	width: 80px;
}

#biotext p {
	position: static;
	background-color: rgba(0, 0, 0, 0.8);
	padding:10px 10px 10px 10px;
	font-size: 16pt;
	z-index: 10;
}

#biotext a {
	position: static;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 24pt;
	margin-top: 20px;
	z-index: 10;
}

#biotext a:hover {
	color: #4d4d4d;
	background-color: rgba(255, 255, 255, 0.8);
}

#bio img {
	position: absolute;
	left: 10%;
	margin: auto;
	max-width: 1100px;
	max-height: 760px;		
	width: 100%; 	
	height: auto; 	
	z-index: 0; 	 	
}

#portfolio {
	position:absolute;
	top: 0;
	border: 3px solid #fff;
	padding: 30px;
	overflow-y: : scroll;
	overflow-x: hidden;
	height: 100%;
}/*end portfolio*/

#portfolio h1 {
	cursor: pointer;
	-o-transition: color 1s;
 	-ms-transition:color 1s;
 	-moz-transition:color 1s;
 	-webkit-transition:color 1s;
  	transition: color 1s;	
	font-size: 28pt;
	padding-bottom: 10px;
}

#portfolio h1:hover {
	color: #4d4d4d;
}

#portfolio_nav {

}

#portfolio_nav h3{
	/*position: absolute;*/
	display: inline;
	padding-right: 10px;
	padding-left: 10;
	padding-bottom: 5px;
	cursor: pointer;
	-o-transition: color 1s;
 	-ms-transition:color 1s;
 	-moz-transition:color 1s;
 	-webkit-transition:color 1s;
  	transition: color 1s;	
  	font-size: 14pt;
  	text-decoration: underline;
  	-o-transition:background-color 1s;
 	-ms-transition:background-color 1s;
 	-moz-transition:background-color 1s;
 	-webkit-transition:background-color 1s;
  	background-color: black;
}

#portfolio_nav h3:hover {
	color: #4d4d4d;
	background-color: white;
}

.portfolio_item {
	position: absolute;
	display: inline-block;
	margin: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}/*end portfolio_item*/

.portfolio_item_text {
	position: absolute;
	font-size: 14pt;
	padding: 10px;
	width: 45%;
	left: 675px;
}

.portfolio_item_text h3 {
	padding: 10px 20px 20px 20px;
	font-size: 20pt;
	background-color: white;
	color: black;
}

.portfolio_item_text p {
	padding: 20px 20px 20px 20px;
	background-color: white;
	color: black;
	height: auto;
	font-size: 16pt;
}

.portfolio_item_text ul {
	background-color: white;
	color: black;
}

.porfolio_item_text a {
	color: black;
	text-decoration: underline;
	cursor: pointer;
	
}

.porfolio_item_text a:hover {
	color: #4d4d4d;
}

.porfolio_item_text a:link:active, a:visited:active {
	color: red;
}

.portfolio_item:not(#links){
	display:none;
}

.vimeoEmbed {
	position: absolute;
	margin: 0;
}


.audioEmbed {
	position: absolute;
	margin: 0;
}

.portImages {
	padding-top: 10px;
	position: absolute;
	top: 380px;
	width: 100%;
	height: auto;
}

.portImages img {
	padding: 10px 10px 10px 10px;
	display: inline;
	width: 100%;
	height: auto;
	max-width:640px;
	max-height:360px;
}

#links .imgContainer{
	display: inline-block;
	padding: 10px 10px 10px 10px;
}

.imgContainer {
	position: relative;
    width: 300px;
    height: 300px;
}

#imgLabel {
	position: absolute;
	color: black;
	background-color: white;
}

.linkImg {
	opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.middle h3 {
	cursor: pointer;
}

.imgContainer:hover .linkImg {
 	opacity: 0.3;
}

.imgContainer:hover .middle {
	opacity: 1;
}

.gifText{
	background-color: white;
  color: black;
  font-size: 20px;
  padding: 16px 32px;
}

#links {
	margin-top: 15px;
}

#links h2 {
	font-size: 18pt;
	padding-left: 10px;
	padding-bottom: 5px;
}

#links img:hover {
	cursor: auto;
}

#demoreel {
	position: relative;
	padding-bottom: 50.25%;
	height: 0;
	max-height: 720;
	overflow: hidden;
	z-index: 0;
}

#demoreel iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 1280;
	max-height: 720;
}

#contact {
	text-align: center;
	position:absolute;
	top: 0;
	border: 3px solid #fff;
	padding: 30px;
}/*end contact*/

#contactcontent{
	position: relative;
	margin: auto;
}

#contact h1 {
	font-size: 28pt;
}

#contact p {
	font-size: 14pt;
	padding: 5px;
}

#contact a {
	color: white;
}

#contact a:hover {
	color: #4d4d4d;
}

#contact a:link:active, a:visited:active {
	color: red;
}



