/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/bpicons/bpicons.eot');
	src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bpicons/bpicons.woff') format('woff'),
	url('../fonts/bpicons/bpicons.ttf') format('truetype'),
	url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
} /* Made with http://icomoon.io/ */

@font-face {
    font-family: 'MarkSimonsonProximaNovaLight';
    src: url('../fonts/MarkSimonsonProximaNovaLight.eot');
    src: url('../fonts/MarkSimonsonProximaNovaLight.eot') format('embedded-opentype'),
         url('../fonts/MarkSimonsonProximaNovaLight.woff2') format('woff2'),
         url('../fonts/MarkSimonsonProximaNovaLight.woff') format('woff'),
         url('../fonts/MarkSimonsonProximaNovaLight.ttf') format('truetype'),
         url('../fonts/MarkSimonsonProximaNovaLight.svg#MarkSimonsonProximaNovaLight') format('svg');
}

@font-face {
    font-family: 'MarkSimonsonProximaNovaBold';
    src: url('../fonts/MarkSimonsonProximaNovaBold.eot');
    src: url('../fonts/MarkSimonsonProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/MarkSimonsonProximaNovaBold.woff2') format('woff2'),
         url('../fonts/MarkSimonsonProximaNovaBold.woff') format('woff'),
         url('../fonts/MarkSimonsonProximaNovaBold.ttf') format('truetype'),
         url('../fonts/MarkSimonsonProximaNovaBold.svg#MarkSimonsonProximaNovaBold') format('svg');
}

@font-face {
    font-family: 'GilroyLight';
    src: url('../fonts/Gilroy - Light/fonts/GilroyLight.eot');
    src: url('../fonts/Gilroy - Light/fonts/GilroyLight.eot') format('embedded-opentype'),
         url('../fonts/Gilroy - Light/fonts/GilroyLight.woff2') format('woff2'),
         url('../fonts/Gilroy - Light/fonts/GilroyLight.woff') format('woff'),
         url('../fonts/Gilroy - Light/fonts/GilroyLight.ttf') format('truetype'),
         url('../fonts/Gilroy - Light/fonts/GilroyLight.svg#GilroyLight') format('svg');
}

@font-face {
    font-family: 'GilroyExtraBold';
    src: url('../fonts/Gilroy - Extra Bold/fonts/GilroyExtraBold.eot');
    src: url('../fonts/Gilroy - Extra Bold/fonts/GilroyExtraBold.eot') format('embedded-opentype'),
         url('../fonts/Gilroy - Extra Bold/fonts/GilroyExtraBold.woff2') format('woff2'),
         url('../fonts/Gilroy - Extra Bold/fonts/GilroyExtraBold.woff') format('woff'),
         url('../fonts/Gilroy - Extra Bold/fonts/GilroyExtraBold.ttf') format('truetype'),
         url('../fonts/Gilroy - Extra Bold/fonts/GilroyExtraBold.svg#GilroyExtraBold') format('svg');
}






/* Made with http://icomoon.io/ */


/* Resets */

*,
*:after,
*:before {
	box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}


/* Main styles */

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	margin: 0;
	color: #cecece;
	/*background: #1A1A1D;*/
	/*background: #0b0c11;*/
	background: -webkit-linear-gradient(left, #111111 , #1d1e1e);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

a {
	font-family: 'GilroyLight';
	font-size: 18px;
	text-decoration: none;
	color: #54504b;
	outline: none;
}

a:hover {
	color: #d47a25;
}

/* Blueprint header */
.bp-header {
	margin: 0 auto;
	padding: 3em 3em 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bp-header h1 {
	/*font-size: 2.125em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 .6em 0;*/
	font-family: 'GilroyLight';
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	margin: 0px;
	margin-left: 140px;
}

.bp-header h1 > span {
	font-size: 50%;
	display: block;
	color: #4D4D5A;

}

.bp-header > span {
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: #5C5EDC;
	position: relative;
	z-index: 100;
	display: block;
	padding: 0 0 .6em .1em;
	letter-spacing: .5em;
	text-transform: uppercase;
}

.bp-header > span span:after {
	font-size: 50%;
	font-size: 75%;
	position: relative;
	top: -8px;
	left: -12px;
	width: 30px;
	height: 30px;
	cursor: help;
}

.bp-header > span span:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	max-width: 500px;
	position: absolute;
	left: auto;
	margin-left: 4px;
	padding: .8em 1em;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5C5EDC;
}

.bp-header nav {
	position: relative;
	z-index: 100;
	margin: -2em 0 0 auto;
}

.bp-header nav a {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 .1em;
	text-align: left;
	border-radius: 50%;
}

.bp-header nav a > span {
	display: none;
}

.bp-header nav a:hover:before {
	content: attr(data-info);
	color: #595A5F;
	font-weight: bold;
	font-size: 0.85em;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
}

.bp-header nav a:hover {
	background: #5C5EDC;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5C5EDC;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.bp-header nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: '\e000';
}

.bp-icon-drop:after {
	content: '\e001';
}

.bp-icon-archive:after {
	content: '\e002';
}

.bp-icon-about:after {
	content: '\e003';
}

.bp-icon-prev:after {
	content: '\e004';
}

.stroke{border: 1px solid #fd7288;}








@media screen and (max-width: 40em) {
	.bp-header {
		text-align: center;
	}
	.bp-header > span {
		text-indent: 30px;
	}
	.bp-header > span span:hover:before {
		right: 0px;
	}
	.bp-header h1 {
		font-size: 1.8em;
		width: 100%;
	}
	.bp-header nav {
		margin: 0;
		width: 100%;
	}

}


/*Media Query*/ 

@media screen and (max-width: 786px) {
	.home-content{width: 100%;}
	.page .home-content .box{padding: 0.5em 0;}
	.js .pages-nav{height: 35vh; margin-top: 50px;}
	.js .page {height: 100vh;}
	.projmain{text-align: center;}
	.bp-header h1{margin: auto;font-size: 50px;}
	#page-interests{overflow-y: scroll;}

}
@media screen and (max-width: 480px) {
	.js .page{height: 100vh;}
	.page .home-content .box{padding: 1.5em 0;}
	.home-content h1{font-size: 1.7em; display: inline-block;}
	.page .home-content .describe-wrapper{font-size: 2.2em; display: inline-block;}
	.js .pages-nav{margin-top: 60px;}
	.about-content h1{margin: 90px 0 0 0; font-size: 50px;}
	.contact-content h1{font-size: 50px;}
	.contact-content p{line-height: 46px !important; font-size: 26px !important;}
	.zoomer{    height: 300px !important;}
	.contact-content{margin-left: 28px;}
	.contact-content span{font-size: 18px;}
}


/* Blueprint header */

/*.bp-header {
	padding: 6em 10vw 2em;
}

.bp-header__title {
	font-size: 2.125em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}

.bp-header__desc {
	font-size: 0.95em;
	margin: 0.5em 0 1em;
	padding: 0;
}

.bp-header__present {
	font-size: 0.85em;
	font-weight: 700;
	position: relative;
	z-index: 100;
	display: block;
	padding: 0 0 0.6em 0.1em;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #5c5edc;
}

.bp-tooltip:after {
	font-size: 50%;
	font-size: 75%;
	position: relative;
	top: -8px;
	left: -12px;
	width: 30px;
	height: 30px;
}

.bp-tooltip:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	left: auto;
	margin-left: 4px;
	padding: 0.8em 1em;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5c5edc;
}

.bp-nav {
	margin: 0 0 0 -0.75em;
}

.bp-nav__item {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0.1em;
	text-align: left;
	border-radius: 50%;
}

.bp-nav__item > span {
	display: none;
}

.bp-nav__item:hover:before {
	content: attr(data-info);
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	top: 120%;
	left: 0;
	width: 600%;
	text-align: left;
	pointer-events: none;
	color: #595a5f;
}

.bp-nav__item:hover {
	background: #5c5edc;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5c5edc;
	-webkit-font-smoothing: antialiased;

	speak: none;
}

.bp-nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-nav a:hover:after {
	color: #fff;
}

.bp-icon--next:after {
	content: '\e000';
}

.bp-icon--drop:after {
	content: '\e001';
}

.bp-icon--archive:after {
	content: '\e002';
}

.bp-icon--about:after {
	content: '\e003';
}

.bp-icon--prev:after {
	content: '\e004';
}

@media screen and (max-width: 40em) {
	.bp-header {
		padding: 50px 20px 1em;
	}
	.bp-header__title {
		font-size: 1.8em;
	}
}*/




/*Reveal Animation*/
/*
.animate-reveal {
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 1, 1) 1 normal forwards;
  -moz-animation: reveal 1s ease-in 1 normal forwards;
  -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
  animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
  -webkit-animation-delay: 0;
     -moz-animation-delay: 0;
       -o-animation-delay: 0;
          animation-delay: 0;
}

.animate-second {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
       -o-animation-delay: 500ms;
          animation-delay: 500ms;
}

.animate-third {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
*/






