@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #313131;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #FFF;
    transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
}

a:hover {	
	opacity: .6;
}

h1, h2, h3, h4, .title-h2, .title-h3, .title-h4 {
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
	font-size: 60px;
    line-height: 72px;	
}

h2 {
	font-size: 40px;	
    line-height: 50px;	
}

h3 {
	font-size: 30px;
    line-height: 40px;	
}

h4 {
	font-size: 18px;
    line-height: 24px;	
}

.title-h2 {
	font-size: 40px;	
}

.title-h3 {	
	font-size: 30px;
}

.title-h4 {
	font-size: 18px;
}




/* Navigation */	

#nav-logo {
	float: left;
	position: absolute;
	left: 10%;
	top: 4%;
	z-index: 200;
    transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
}

#nav-logo:hover {
	opacity: .6;
}
	
#hamburger-wrap {
    cursor: pointer;
	position: absolute;
	left: 87%;
	z-index: 200;
	top: 6%;
}
	
.bar1, .bar2, .bar3 {
	width: 35px;
    height: 5px;
    background-color: #FFF;
    margin: 6px 0;
    transition: .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}

.close-open .bar1 {
	transform: rotate(-45deg) translate(-9px, 6px);
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	-moz-transition: rotate(-45deg) translate(-9px, 6px);
	-o-transition: rotate(-45deg) translate(-9px, 6px);
}

.close-open .bar2 {
	opacity: 0;
}

.close-open .bar3 {	
    transform: rotate(45deg) translate(-8px, -8px);
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.overlay-complete {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 8%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 40px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
	
/* Navigation END */


/* Back to Top */

#back-to-top {
	font-weight: 700;
	display: none;
	position: fixed;
	bottom: 5%;
	right: 10%;
	z-index: 99;
	background-color: #CE9E37;
	color: #313131;
	cursor: pointer;
	padding: 15px;
	border: none;
	border-radius: 5px;
    transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;	
}

#back-to-top:hover {
	background-color: #FFF;
	color: #CE9E37;
}

/* Back to Top END */


/* Footer */

#pre-footer {
	text-align: right;
	padding: 2% 10%;
}

#footer-section {
	color: #CE9E37;
	background-color: #000; 
	text-align: center;
	padding: 1%;
}

.footer-list {
	padding: 0;
	text-align: center;
}

.footer-list-item {
	padding: 0 1%;
	list-style-type: none;
	display: inline-block;
}

/* Footer END */


/* Home */

#home-header {
	background-image: url("../img/home_header.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#headline-1 {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#headline-2 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#headline-3 {
	text-align: center;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

i {
	border: solid #CE9E37;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg); 
    transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

i:hover {
	border: solid #313131;
	border-width: 0 5px 5px 0;
}

#info-section {
	color: #CE9E37;
	background-color: #313131; 
	text-align: center;
	padding: 8% 20%;
}

.info-sub-section {
	text-align: left;
}

#project-section-1, #project-section-2, #project-section-3, #project-section-4, #project-section-5, #project-section-6, #project-section-7, #project-section-8, #project-web-1, #project-web-2, #project-web-3, #project-web-4, #project-web-5, #project-web-6, #project-web-7, #project-web-8 {
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -100;
	padding: .5% 0;
}

#project-section-1 {
	background-image: url("../img/sofo_header.jpg");
}

#project-section-2 {
	background-image: url("../img/neon_header.jpg");
}

#project-section-3 {
	background-image: url("../img/rhye_header.jpg");
}

#project-section-4 {
	background-image: url("../img/rage_header.jpg");
}

#project-section-5 {
	background-image: url("../img/vend_header.jpg");
}

#project-section-6 {
	background-image: url("../img/rec_header.jpg");
}

#project-section-7 {
	background-image: url("../img/park_header.jpg");
}

#project-section-8 {
	background-image: url("../img/bp_header.jpg");
}

.project-section-wrap {
	color: #FFF;
	position: absolute;
	top: 30%;
	left: 20%;
	right: 50%;
}

.view-project-btn {	
	position: absolute;
	background-color: #FFF;
	color: #313131;
	margin-top: 4%;
	padding: 10px 20px;
	border: 1px #DBDBDC;
	border-radius: 5px;
}

#contact-section {
	color: #CE9E37;
	background-color: #313131; 
	text-align: center;
	padding: 4% 25%;
}

/* Home END */


/* About */

#about-header {
	background-image: url("../img/about_header.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -100;
}

#about-section {
	display: block;	
	text-align: center;
	padding: 4% 10%;
}

.portrait {
	width: 100%;
}

.content-3 {
	padding-bottom: 4%;
	text-align: left;
}

/* About END */


/* Work */

#brief-section {
	color: #313131; 
	display: block;	
	padding: 4% 20%;
}

.brief-header {
	text-align: center;
} 

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-section {
	display: block;	
	padding-top: 8%;
}

.view-task-btn {	
	text-align: center;
	background-color: #313131;
	color: #fff;
	padding: 10px 20px;
	border: 1px #DBDBDC;
	border-radius: 5px;
}

.view-web-btn {
	display: block;	
	text-align: center;
	background-color: #313131;
	color: #fff;
	padding: 10px 20px;
	border: 1px #DBDBDC;
	border-radius: 5px;
	margin-bottom: 5%;
}

#btn-wrap {
	margin: 5% 18%;
}

/* Work END */




/* Responsive 1024px END */

@media only screen and (max-width: 1024px) {	
	
h1 {
	font-size: 50px;
    line-height: 60px;	
}

h2 {
	font-size: 30px;	
    line-height: 38px;	
}

h3 {
	font-size: 18px;
    line-height: 24px;	
}

h4 {
	font-size: 14px;
    line-height: 22px;	
}

.title-h2 {
	font-size: 30px;	
}

.title-h3 {	
	font-size: 18px;
}

.title-h4 {
	font-size: 14px;
}



/* Home */

#project-section-1, #project-section-2, #project-section-3, #project-section-4, #project-section-5, #project-section-6, #project-section-7, #project-section-8, #project-web-1, #project-web-2, #project-web-3, #project-web-4, #project-web-5, #project-web-6, #project-web-7, #project-web-8 {
	height: 30%;
	background-position: 80%;
}

.project-section-wrap {
	top: 5%;
	right: 20%;
}

/* Home END */


	
/* Work */

.tablet-wrap{
	top: 40%;		
}

/* Work END */

}

/* Responsive 1024px END */




/* Responsive 480px */

@media only screen and (max-width: 480px) {	

h1 {
	font-size: 40px;
    line-height: 50px;	
}

h2 {
	font-size: 30px;	
    line-height: 38px;	
}

h3 {
	font-size: 18px;
    line-height: 24px;	
}

h4 {
	font-size: 14px;
    line-height: 22px;	
}

.title-h2 {
	font-size: 30px;	
}

.title-h3 {	
	font-size: 18px;
}

.title-h4 {
	font-size: 14px;
}

	
	

/* Home */

#home-header {
	background-position: 60%;
}

#info-section {
	padding: 8% 10%;
}

#project-section-1, #project-section-3, #project-section-4, #project-section-5, #project-section-6, #project-section-7, #project-section-8, #project-web-1, #project-web-2, #project-web-3, #project-web-4, #project-web-5, #project-web-6, #project-web-7, #project-web-8 {
	height: 30%;
	background-position: 50%;
}
	
#project-section-2 {
	background-image: url("../img/neon_header_m.jpg");
	height: 30%;
	background-position: 75%;
}
	
.project-section-wrap {
	top: 5%;
	left: 10%;
	right: 10%;
}

.view-project-btn {	
	margin-top: 0;
}
	
#contact-section {
	padding: 4% 15%;
}

/* Home END */


/* About */

.content-3 {
	padding-bottom: 10%;
}

/* About END */


/* Work */

#brief-section {
	padding: 4% 10%;
}

.videoWrapper {
	padding-bottom: 75%; 
}
	
#btn-wrap {
	margin: 5% 10%;
}
	
.mobile-wrap{
	top: 40%;		
}
	
/* Work END */
	
}

/* Responsive 480px END */




#my-world {
	background-color: #383838;
	font-family: 'VT323', monospace;
	color: #ffffff;
}

.my-world-font {
	font-family: 'VT323', monospace;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}

#my-world-header {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pageBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.pageBgVideo {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	   		transform: translate(-50%, -50%);
}

video {
	position: fixed; 
	right: 0; 
	bottom: 0;  
	z-index: -100px; 
	display: flex;
}

#vimeo-section {
	color: #CE9E37;
	background-color: #383838; 
	text-align: center;
	padding: 8% 20%;
}

.slides-section {
	height: 100%;
	position: relative;
	z-index: -100;
	padding: .5% 0;
}

.my-world-header {
	text-align: center;
	margin-top: 20%;
} 

.my-world-content-wrap {
	position: absolute;
	margin-top: 10%;
	left: 15%;
	right: 15%;
}