@font-face {
    font-family: 'GOTHAM-BOLD';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/Gotham-Bold.woff') format('woff'), 	
         url('fonts/Gotham-Bold.ttf') format('truetype'),
         url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GOTHAM-MEDIUM';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/Gotham-Medium.woff') format('woff'), 	
         url('fonts/Gotham-Medium.ttf') format('truetype'),
         url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GOTHAM-LIGHT';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/Gotham-Light.woff') format('woff'), 	
         url('fonts/Gotham-Light.ttf') format('truetype'),
         url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	font-family: 'GOTHAM-MEDIUM',Arial;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow-x:hidden !important;
	text-align:center;
	color:#333;
	width:100%;
	
	background:#fff;	
}

a {
	color: #fff;
    text-decoration: none;
}

h1 {
	font-size:33px;
	margin:50px 0 43px;
	font-family: 'GOTHAM-MEDIUM';
	color:#fff;
	opacity:0;
}

h5 {
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:80px;
	font-family: 'GOTHAM-MEDIUM';
	font-size:20px;
	z-index:800;
	padding:25px;
	border-left:1px solid #333;
}

h4 {
	font-family: 'GOTHAM-MEDIUM';
	font-size:20px;
	margin-bottom:8px;
	width:100%;
	display:inline-block;
}

#contact-info {
	margin-top:80px;
	display:inline-block;
}

h3 {
	font-size:50px;
	margin-bottom:20px;
	font-family: 'GOTHAM-LIGHT';

	text-transform:uppercase;
}

p {
	font-family: 'GOTHAM-LIGHT';
	font-size:20px;	
	line-height:40px;
	margin-bottom:25px;
}

.p-lrg {
	font-size:36px;
	line-height:36px;
}

.text-light {
	font-family: 'GOTHAM-LIGHT';
}

.text-bold {
	font-family: 'GOTHAM-MEDIUM';
	color:#333;
}

#header-web-developer {
	margin-left:120px;
}

a.btn-1 {
	margin-top: 50px;
    display: inline-block;
    padding: 20px 50px;
    border: 1px solid #fff;
    font-size:20px;
}

a#menu-btn {
	width:40px;
	height:24px;
	position:fixed;
	top:50px;
	right:50px;
	z-index:1000;
}

a#mobile-menu-btn {
	width:40px;
	height:24px;
	position:fixed;
	top:20px;
	right:20px;
	z-index:1000;
}

.burger-line {
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a#mobile-menu-btn .burger-line{
	background:#333;
}

#burger-2 {
	top:50%;
	margin-top:-1px;
}

#burger-3 {
	bottom:0;
}

#menu {
	position:fixed;
	width:100%;
	height:100%;
	background:#C9EDED;
	z-index:999;
	display:none;
	text-align:center;
}

#menu-items {
	top:50%;
	margin-top:-240px;
	position:absolute;
	width:100%;
}

a.main-menu {
	width:100%;
	font-family: 'GOTHAM-LIGHT';
	font-size:30px;
	float:left;
	padding:20px 0;
	color:#333;
}

a.main-menu:hover {
	color:#fff;
	background:#333;
}

#social {
	float:left;
	width:100%;
	margin:50px 0 0;
}

#social a {
	display:inline-block;
	margin:0 8px;
	width:30px;height:30px;
	background-repeat:no-repeat;
}

#social #email {
	background-image:url(../images/email-icon.png);
}

#social #facebook {
	background-image:url(../images/facebook-icon.png);
}

#social #twitter {
	background-image:url(../images/twitter-icon.png);
}

#social #instagram {
	background-image:url(../images/instagram-icon.png);
}

#main-menu {
	  position:fixed;	
	  height: auto;
	  overflow:hidden;
	  width: auto;
	  z-index: 500;
	  right:70px;
}

#main-menu>a{
	float:left;
	margin:0 20px;
	font-family: 'GOTHAM-MEDIUM';
	font-size:16px;
	color:#fff;
	padding:30px 0 40px;
}

#main-menu.bottom {
    position: absolute;
    bottom: 0;
    display:none;
}
#main-menu.top {
    position: fixed;
    top: 0;
}

#header-ground {
	position:fixed;
	background:#fff;
	width:100%;
	height:0;
	z-index:500;
}

/*a#info-btn {
	width:86px;height:46px;
	position:fixed;
	right:0px;
	top:40px;
	background:url(../images/info-btn.png) no-repeat;
	z-index:1000;
	-webkit-backface-visibility: hidden;
	padding-right:40px;

}

a#info-btn:hover {
	background-position:0 100%;
}*/

/*a#featured-work {
	padding-bottom:50px;
	font-size:16px;
	text-align:center;
	width:200px;
	position:absolute;
	bottom:20px;
	margin-left:-100px;
	left:50%;
	font-family: 'GOTHAM-LIGHT';
}*/

#featured-arrow {
	background:url(../images/down-arrow.png) center bottom no-repeat;
	background-size:100% auto;
	width:30px;
	height:16px;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-10px;
	
}

#arrow-hit {
	cursor:pointer;
	width:30px;
	height:50px;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-10px;
}

#mobile-home {
	height:auto;
	background:#333;
	margin-bottom:50px;
	padding-bottom:200px;
}

#mobile-home #intro-text {
	position:relative;
}

#home-video {
	width:100%;
	/*height:100%;*/
	overflow:hidden;
	background-color:#111;
	position:relative;
	z-index:100;
}

#home-video video {
  min-width: 100%;
  min-height: 100%; 
  width: auto; 
  height: auto; 
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  opacity:0;
}

#intro-text {
	position:absolute;
	width:1200px;
	height:280px;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-150px;
	text-align:center;
}

#work-scroller {
	position:absolute;
	width:100%;
	height:540px;
	top:50%;
	margin-top:-250px;
	text-align:center;
}

#work,
#about,
#scribbles {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	background:#fff;

}

#work {
	overflow:hidden;
	height:900px;
}

#scribbles {
	margin:0;
}

#scribble-wrapper {
	width:100%;
	margin:220px auto 0;
}


.scribble {
	width:25%;
	height:auto;
	float:left;
	overflow:hidden;
}

.scribble:nth-child(even) {
	margin-right:0;
}

.scribble img{
	width:100%;
	height:auto;
	float:left;
}

#about {
	height:auto;
	background:#1C1F1F;
}

#about h5 {
	top:120px;
	color:#fff;
	border-color:#fff;
}

#about-info {
	width:94%;
	max-width:900px;
	margin:260px auto 120px;
	position:relative;
	text-align:left;
	height:auto;
	overflow:hidden;
}

#about-info #stats {
	float:left;
	width:380px;
	margin-top:2px;
	color:#fff;
}

.stats-label {
	font-family: 'GOTHAM-MEDIUM';
	font-size:15px;
	width:100%;
	margin-bottom:4px;
	text-transform:uppercase;
}

.stats-value {
	font-family: 'GOTHAM-LIGHT';
	font-size:15px;
	width:100%;
	margin-bottom:20px;
}

#about-info p{
	font-size:20px;
	line-height:35px;
	float:right;
	width:450px;
	color:#fff;
}

#about-info a {
	display:inline-block;
	line-height:24px;
	color:#B6FAFA;
}

#about-info a:hover {
	/*background:#333;*/
	/*color:#666;*/
	border-bottom:1px solid #B6FAFA;
}

#triangle-1,
#triangle-2,
#triangle-3 {
	position:absolute;
}

#triangle-1 {
	left:50%;
	top:-650px;
}

#triangle-2 {
	left:50%;
	top:680px;
	margin-left:-600px;
	margin-top:-340px;
}

#triangle-3 {
	left:50%;
	margin-left:200px;
	top:-60px;
}

#triangles-wrapper {
	top:900px;
	position:absolute;
	width:100%;
	left:0;
}

.project {
	width:90%;
	max-width:800px;
	height:550px;
	position:absolute;
	left:150%;
	margin-left:-400px;
}

.project:first-of-type {
	display:block;
}

.project img {
	cursor:pointer;
}

#logo {
	width:70px;
	height:40px;
	left:40px;
	background:url(../images/logo-sm.png) no-repeat;
	background-size:100% auto;
	top:22px;
	position:fixed;
	-webkit-backface-visibility: hidden;
	z-index:500;
	display:none;
}

#work-controls {
	position:absolute;
	top:97px;
	right:50%;
	margin-right:-450px;
	width:auto;
	height:auto;
}

a#work-left,
a#work-right {
	float:left;
	width:17px;
	height:31px;
}

a#work-left:hover,
a#work-right:hover {
	opacity:.6;
}

a#work-left {
	background:url(../images/arrow-left.png) center center no-repeat;
}

a#work-right {
	background:url(../images/arrow-right.png) center center no-repeat;
}

#work-number {
	float:left;
	margin:8px 0;
	font-size:18px;
	font-family:'GOTHAM-MEDIUM';
	width:100px;
	text-align:center;
}

#project-details {
	max-width:900px;
	width:93%;
	height:auto;
	position:absolute;
	bottom:80px;
	left:50%;
	margin-left:-450px;
	color:#333;
}

#project-details h2 {
	font-size:20px;
	line-height:20px;
	margin-bottom:5px;
	font-family: 'GOTHAM-MEDIUM';
	color:#BA483A;
	text-align:left;
	text-transform:uppercase;
	cursor:pointer;
}

#project-details p {
	font-size:14px;
	line-height:14px;
	width:600px;
	margin-top:10px;
	margin-bottom:0;
	text-align:left;
}

#project-details a#view-website {
	font-size:14px;
	color:#fff;
	padding:10px 20px 12px;
	background:#BA483A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'GOTHAM-LIGHT';
	position:absolute;
	right:0;
	bottom:0;
}

#project-details a#credit {
	color:#333;
	font-size:11px;
	float:left;
	text-transform: uppercase;
	margin-top:20px;
	font-style: italic;
}

#project-details a:hover {
	opacity:.6;
}

.project:nth-child(even) .content-wrapper {
	margin-top:0;
}

.project-info {
	display:none;
	width:93%;
	margin:-10px auto 60px;
}

.project-info p{
	font-size:16px;
	line-height:26px;
}

.project-info h2{
	font-size:25px;
	line-height:35px;
	
}

.project-info a{
	font-size:14px;
	color:#fff;
	padding:10px 20px 12px;
	background:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'GOTHAM-LIGHT';

}	

.project-info a.credit {
	display:none;
}

.circle {
	position:absolute;
	left:50%;
}

svg#circle-1 {
	margin-left:-500px;
	top:-20px;
	opacity:.2;
}

svg#circle-2 {
	margin-left:-450px;
	top:50%;
	margin-top:-350px;
	opacity:.6;
}

svg#circle-3 {
	margin-left:270px;
	top:50%;
	margin-top:130px;
	opacity:.3;
}

#circles-wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:-400px;
}

.circles {
	position:absolute;
	left:100%;
	height:100%;
	width:100%;
}

footer {
	width:100%;
	height:auto;
	text-align:center;
	color:#333;
	padding-bottom:50px;
}

a.mail-link {
	color:#333;
	font-family: 'GOTHAM-LIGHT';
	font-size:16px;
	padding:10px;
}

a.mail-link:hover {
	background:#333;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer-social {
	height:46px;
	width:100%;
	margin-top:25px;
}

#back-to-top {
	margin:40px auto 50px;
	display:block;
	width:25px;
	height:16px;
	background:url(../images/up-arrow.png) center center no-repeat;
	background-size:100% auto;
}

#footer-social a {
	display:inline-block;
	margin:0 3px;
	width:36px;height:36px;
	background-repeat:no-repeat;
	background-size:100% auto;
}

#footer-social a:hover {
	background-position:0 100%;
}

#footer-social #instagram {
	background-image:url(../images/instagram.png);
}

#footer-social #facebook {
	background-image:url(../images/facebook.png);
}

#footer-social #twitter {
	background-image:url(../images/twitter.png);
}



@media screen and (max-width: 1080px){
	#work-controls {
		margin-right:0;
		right:3%;
	}

}

@media screen and (max-width: 900px){
	h5 {
		margin-left:0;
		left:3%;
	}

	a#menu-btn {
		top:20px !important;
		right:20px;
	}

	#project-details {
		left:3%;
		margin-left:0;
	}


}

@media screen and (max-width:880px) {
	#about-info p {
		float:left;
		width:100%;
	}

	#stats {
		display:none;
	}
}

@media screen and (max-width: 850px){
	#project-details,
	#work-controls {
		display:none;	
	}

	.project {
		display:block;
		position:relative;
		margin:3% 0;
		width:100%;
		float:left;
		left:auto !important;
		height:auto;

	}

	.project img {
		width:93%;
		margin:0 auto;
	}

	#circles-wrapper {
		display:none;
	}

	#work-scroller {
		position:relative;
		margin-top:200px;
		top:auto;
		float:left;
		height:auto;
	}

	#work {
		height:auto;
		overflow:hidden;
	}

	.project-info {
		display:block;
	}

	#scribbles {
		margin-top:0;
	}

	h5,
	#about h5 {
		top:60px;
	}

	#scribble-wrapper,
	#work-scroller {
		margin-top:160px;
	}

	#about-info {
		margin-top:220px;
		margin-bottom:60px;
	}

	
}

@media screen and (max-width: 700px){
	#home-video {
		background:url(../images/poster-mobile.jpg) center center no-repeat;
		background-size:cover;
		height:450px !important;
	}

	#intro-text h1 {
		font-size:25px;
		margin-top:40px;
		opacity:1;
	}

	#header-web-developer {
		margin-left:0px;
	}

	#intro-text img {
		width:350px;
	}

	#intro-text {
		margin-top:0 !important;
		top:120px;
	}

	#featured-arrow,
	#arrow-hit,
	#triangles-wrapper{
		display:none;
	}

	.burger-line {
		background:#333 !important;
	}
	
	a#menu-btn {
		border-left:8px solid #fff;
		border-right:8px solid #fff;
		border-top:12px solid #fff;
		border-bottom:12px solid #fff;
		background:#fff;
		top:0 !important;
		right:0 !important;
	}
}

@media screen and (max-width: 550px){
	#intro-text h1 {
		font-size:20px;
		margin-top:30px;
	}

	#intro-text img {
		width:300px;
	}

	a.main-menu {
		font-size:20px;
		padding:10px 0;
	}

	#contact-info {
		margin-top:30px;
	}

	#menu-items {
		margin-top:-135px;
	}

	a.mail-link {
		font-size:14px;
	}

	#footer-social {
		margin-top:15px;
	}

	/*a#menu-btn {
		position:absolute;
	}*/

	.p-lrg {
		font-size:33px;
		line-height:33px;
	}
}

@media screen and (max-width: 400px){
	#intro-text h1 {
		font-size:15px;
		margin-top:20px;
	}

	#intro-text img {
		width:230px;
	}

	.scribble {
		width:100%%;
		margin-right:0;
	}
}
