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

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Josefin+Sans:300');

body {
	overflow: hidden;
	color: #848688;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #424242;
  /* change if the mask should have another color then white */
  z-index: 9999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* initialize fullPage.js to stop content flicker */
html,
body,
#fullpage,
.section{
    height: 100%;
	position: relative;
}
/* end initialize fullPage.js */

h1 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 100px;
}
h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #000000;
}
h1 span {
  display: block;
  margin: 11px 0 17px 0;
  font-family: 'Josefin Sans';
  font-size: 110px;
  line-height: 80px;
  color: #672200;
  text-shadow: 2px 3px 6px #4C1800,0 -1px 1px #fff;
  letter-spacing: 7px;
}
.tag {
  font-size: 20px;
  color: #672200;
}
/* particle field */
#particles-js{
  position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
  background-image: url('');
  background-size: cover;
  background-repeat: no-repeat;
}
/* used to float content over particle field */
#wrap {
	position: absolute;
	z-index:10;
	top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Backgrounds will cover all the section */
	#section0,
	#section1,
	#section2,
	#section3,
	#section4{
	background-size: cover;
}

/* Defining each sectino background and styles */
#section0{
	background-image: url(../images/bg_home.jpg);
	background-position: center center;
}
#section1 h1, #section2 h1, #section3 h1 {
	margin-top: 100px;
}
#fullpage {
	text-align: center;
}
#menu {
  	position:fixed;
  	z-index:2000;
	width: 100%;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.nav {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
}

/* seeMore styles */
.seeMore {
    width: 55px;
    height: 28px;
    background: url(../images/seeMoreArrow.png);
    background-repeat: no-repeat;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
    cursor: pointer;
	 animation: bounce 2s infinite;
 	-webkit-animation: bounce 2s infinite;
 	-moz-animation: bounce 2s infinite;
 	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}
#fullpage #section1 .container {
	margin-bottom: 60px;
}
#fullpage #section1 .container:last-of-type {
	margin-bottom: 120px;
}
/* about styles */
.about {
	text-align: left;
}
/* navbar styles */

.fp-viewing-firstPage #menu {  /* hide navbar on first page */
    visibility: hidden;	
}

.navbar {
  	border: none;
	background-color: rgba(30,0,15,0.90);
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
}
.navbar .navbar-brand {
  color: #ffffff;
  font-family: 'Josefin Sans';
  letter-spacing: 2px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #d4d4d4;
}
.navbar .navbar-text {
  color: #ffffff;
}
.navbar .navbar-nav > li > a {
  color: #ffffff;
  text-align: right;
  margin-right: 8px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #d4d4d4;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #d4d4d4;
  background-color: #a5a5a5;
}
.navbar .navbar-toggle { /*this is the hamburger outline color*/
  border-color: transparent;
}
.navbar .navbar-toggle:hover, /*this is the hamburger hover color*/
.navbar .navbar-toggle:focus {
 background-color: rgba(30,0,15,0.90);
}
.navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #000000;
}
.navbar .navbar-link {
  color: #ffffff;
}
.navbar .navbar-link:hover {
  color: #d4d4d4;
}

/* Button Styles */
.btn {
	border: 0 none;
	margin-top: 15px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.btn-primary {
	background: #9F4D5F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(bottom, #C4274A, #9F4D5F);
    background: -o-linear-gradient(bottom, #C4274A, #9F4D5F);
    background: linear-gradient(to top, #C4274A, #9F4D5F);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #B6445D;  /* fallback for old browsers */
    background: -webkit-linear-gradient(bottom, #D71E47, #B6445D);
    background: -o-linear-gradient(bottom, #D71E47, #B6445D);
    background: linear-gradient(to top, #D71E47, #B6445D);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
 
.btn-primary:active, .btn-primary.active {
    background: #D71E47;
    box-shadow: none;
}

/* image alignment - Work section */
.align_left {
	text-align: left;
	color: #848688;
	margin: 170px 0px 0px 150px;
}

.align_right {
	text-align: right;
	color: #848688;
	margin: -520px 0px 0px 780px;
}
.img_project_left {
	right: 8%; margin-left: -150px;
}
.img_project_right {
	margin-left: 45px;
}

/* About Cubes */

	#cube1 {
		position: absolute;
		bottom: -5%;
		left: 68%;
		transition: all 1s ease-out;
		-webkit-transition: all 1s ease-out;
		-webkit-transition-delay: .3s; /* Safari */
    	transition-delay: .3s;
		-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    	transform: rotate(90deg);
	}
	/* reaching section 4 */
	.fp-viewing-4thPage #cube1 {
		bottom: 50%;
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
	}
	#cube2 {
		position: absolute;
		bottom: 0%;
		left: 40%;
		transition: all 1s ease-out;
		-webkit-transition: all 1s ease-out;
		-webkit-transition-delay: .3s; /* Safari */
    	transition-delay: .3s;
	}
	/* reaching section 4 */
	.fp-viewing-4thPage #cube2 {
		bottom: -11%;
	}
	#cube3 {
		position: absolute;
		bottom: 0%;
		left: 20%;
		-webkit-transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  		transition: all 1000ms cubic-bezier(1, 0, 0, 1);
		-ms-transform: rotate(-90deg); /* IE 9 */
    	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    	transform: rotate(-90deg);
	}
	/* reaching section 4 */
	.fp-viewing-4thPage #cube3 {
		bottom: 65%;
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
	}
	#cube4 {
		position: absolute;
		bottom: 0%;
		left: 74%;
		transition: all 1s ease-out;
		-webkit-transition: all 1s ease-out;
		-ms-transform: rotate(-90deg); /* IE 9 */
    	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    	transform: rotate(-90deg);
	}
	/* reaching section 4 */
	.fp-viewing-4thPage #cube4 {
		bottom: 90%;
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
	}
	#cube5 {
		position: absolute;
		bottom: 0%;
		left: 62%;
		transition: all .8s ease-out;
		-webkit-transition: all .8s ease-out;
		-webkit-transition-delay: .2s; /* Safari */
    	transition-delay: .2s;
		-ms-transform: rotate(70deg); /* IE 9 */
    	-webkit-transform: rotate(70deg); /* Chrome, Safari, Opera */
    	transform: rotate(70deg);
	}
	/* reaching section 4 */
	.fp-viewing-4thPage #cube5 {
		bottom: 70%;
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
	}
/* End About Cubes */


@media (max-width : 767px ){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
	text-align: center;
	margin-top: 20px;
	margin-left: -20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d4d4d4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #d4d4d4;
    background-color: #a5a5a5;
  }
	.navbar-default .navbar-nav > li > a {
	text-align: center;
	margin-top: 20px;
	margin-left: -20px;
}
	.navbar-default .navbar-nav > li:last-child {
	padding-bottom: 40px;
}
}
	.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
/* navbar styles end */

@media screen and (min-width:992px) and (max-width:1199px){
		.img_project_left {
		right: 17%; margin-left: -150px;
	}
		.img_project_right {
		right: 8%; margin-left: 0px;
	}
		.align_right {
		margin: -500px 0px 0px 660px;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
		.img_project_left {
		right: 28%; margin-left: -150px;
	}
		.align_left {
		text-align: left;
		margin: -480px 0px 0px 500px;
	}
		.img_project_left img {
		width: 800px;
		height: 571px;
	}
		.img_project_right {
		margin-left: 30px;
	}
		.align_right {
		margin: -470px 0px 0px 500px;
	
	}
		.img_project_right img {
		width: 800px;
		height: 571px;
	}
}

@media screen and (min-width:415px) and (max-width:767px){
		.img_project_left {
		right: 28%; 
		margin-left: 40px;
		/*padding-top:50px;*/
	}
		.img_project_right {
		right: -39%; 
		margin-left: -320px;
		/*padding-top:50px;*/
	}
		.align_left {
		text-align: right;
		margin: -120px 17px 0px 0px;
	}
		.align_right {
		margin: -130px 0px 0px 17px;
		text-align: left;
	}
		.img_project_left img {
		width: 800px;
		height: 571px;
	}
		.img_project_right img {
		width: 800px;
		height: 571px;
	}
	h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#section2 h1, #section3 h1 {
		margin-top: 70px;
	}
	h1 span {
  		font-size: 50px;
		line-height: 25px;
	}
	.tag {
  	font-size: 16px;
	}
	.seeMore {
	background: url(../images/seeMoreArrow_sm.png);
    width: 38px;
    height: 19px;
	bottom: 60px;
	}
}

@media screen and (max-width:414px){
	.img_project_left {
	right: 5%; margin-left: -90px;
	}
	.img_project_right {
	margin-left: 0px;
	}
	.align_left {
	text-align: right;
	margin: -40px 17px 0px 0px;
	}
	.align_right {
	text-align: left;
	margin: -40px 0px 0px 17px;
	}
	.img_project_left img {
	width: 500px;
	height: 357px;
	}
	.img_project_right img {
	width: 500px;
	height: 357px;	
	}
	h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#section2 h1, #section3 h1 {
		margin-top: 70px;
	}
	h1 span {
  		font-size: 50px;
		line-height: 25px;
	}
	.tag {
  	font-size: 16px;
	}
	.seeMore {
	background: url(../images/seeMoreArrow_sm.png);
    width: 38px;
    height: 19px;
	}
	#section2 img {
		margin-left: -120px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:320px){
	h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#section2 h1, #section3 h1 {
		margin-top: 70px;
	}
	h1 span {
  		font-size: 36px;
		line-height: 14px;
	}
	.tag {
  	font-size: 14px;
	}
}
@media screen and (max-width:1024px){
	#cube1 {
		opacity: 0;
	}
	#cube2 {
		opacity: 0;
	}
	#cube3 {
		opacity: 0;
	}
	#cube4 {
		opacity: 0;
	}
	#cube5 {
		opacity: 0;
	}
}

@media screen and (max-width:800px){
	#section0 {
	background-image: url(../images/bg_home_sm.jpg);
	background-position: center center;
	}
}


