/*
Project Name: Blank Template
Client: Your Client
Author: Your Name
Developer @GA in NYC
*/


/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
  	clear: both;
}

.alignright {
  	float: right;
  	padding: 0 0 10px 10px;
}

.alignleft {
  	float: left;
  	padding: 0 10px 10px 0;
}

/******************************************
/* BASE STYLES
/*******************************************/

html {
	background-color: #ffffff;
}


body {
  	font-size: 20px;
  	line-height: 1.4;
  	color: #282828;
  	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  	font-weight: 300;
}


h1, h2, h3, h4 {

	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}


h2 {
	font-size: 30px;
	margin: 20px auto;
}


h3 {
	font-size: 20px;
	margin-top: 0px;
}


h4 {
	font-size: 36px;
	margin-bottom: 15px;
}


p {
	color: #333333;
	font-weight: 600;
	font-size: 14px;
	line-height: 27px;
}



/*  ANCHORS  */

.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}


#project .anchor {
    top: -360px;
}


#about .anchor {
    top: -90px;
}


#portfolio .anchor {
    top: -170px;
}




/* NAVIGATION BAR */

.hamburger {
	display: none;
	cursor: pointer; 
}

.hamburger:hover {
	content: url(../images/hamburg2.png);
}


.fixed-nav-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 65px;
	background-color: #FFFFFF;
	padding: 5px 30px;

}

.navcent {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.logo.top img {
	margin: 7px 50px 0 0;
	float: left;
	width: 200px;
	height: auto;
}


ul.pagelinks{
	margin: 15px auto;
	float: right;
}


.pagelinks li {
  	list-style: none;
  	float: left;
 }

.navcontent {
	margin: 0 auto;
	text-align: center;
}

nav li a {
	color: #474747;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;

}


nav li a:hover {
	font-size: 16px;
	color: #8C8C8C;
	
}


.pagelinks li + li {
	margin-left: 55px;
}



nav ul img {
	margin-top: -8px;
	width: 90%;
}






/* HEADER SECTION */

header {
  	margin: 0 auto;
  	margin-top: 60px;
}



.arrow {
	position: relative;
    left: 0%;
    width:60px;
    height: auto;
    margin: 0 auto;
    margin-top: 20%;
    z-index: 980;
    padding-bottom: 90px;
}


.arrow:hover {
	content: url(../images/arrow2.png);
}


header h1{
	font-size: 45px;
	font-weight: 300;
	color: #173492;
	margin: 0 auto;
	padding-top: 27%;
}

.tagline {
	font-size: 45px;
	font-weight: 300;
	color: #173492;
	margin: 0 auto;
	padding-top: 14%;
}


.innovation {
	font-size: 40px;
	font-weight: 300;
	color: #ffffff;
	margin: 0;
	display: block;
}

.inlinelogo {
	margin: 0 4px;
}






/*  PARALLAX 1 */




/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 100%;
  margin: 0 auto;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}


section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}

section.module p:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 40px 0;
}

section.module.parallax-1 {
  height: 1035px;
  background-position: 30% 40%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/headerv5.png);
  background-size: cover;
}

section.module.parallax {
  text-align: center;
  text-transform: uppercase;


}



.headerlogo {
	height: auto;
	width: 490px;
	margin: -15px 0 0 -230px;
	position: absolute;
	top: 25%;

}







/*  SERVICES  */

#services h2 {
	color: #000000;
}


#services {
	background-color: #efefef;
 	padding: 40px 0 10px;
}

.introtext {
	width: 100%;
	text-align: center;
	margin: 0 auto 40px;
	padding: 0 20px;

}

.container {
	width: 1024px;
	margin: 20px auto;
}



#services .column {
	width: 32%;
	padding: 15px 15px 25px;
	float: left;
	margin: 5px; 
	background-color: #ffffff;
	position: relative;
	border: 2px solid transparent;
	border-radius: 4px;
	box-shadow: 0px 1px 2px #bbbbbb;

}



#services .column .serv {
	vertical-align: middle;
	width: 400px;
	height: 400px;

}


#services h3 {

	font-size: 18px;
	color: #1f42a6;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-bottom: 10px;
}



#services img {
	width: 133px;
	margin: 8px auto;
	height: auto;
	display: block;
}


#services .descript {

	color: #222222;
	width: 220px;
	text-align: center;
	margin: 0 auto;	
	font-size: 16px;
	font-weight: 600;
}



@keyframes fadeout {
    
    0% {
        opacity: 1;
    }


    100% {
        opacity: 0.3;
    }

}










/* 'GALLERY' SECTION */



#portfolio {
	padding: 40px 0;
	text-align: center;
	background-color: #ffffff;
}


#portfolio h2 {
	clear: both;
	margin-bottom: 40px;
	color: #555555;
}


#portfolio h3 {
	font-size: 17px;
	color: #A9559D;
}


/* Much of the following CSS (from Line 370 to 451) is from 
	http://lokeshdhakar.com/projects/lightbox2/#help
	with some customization by me.  */


#portfolio ul.rig {
	list-style: none;
	font-size: 0px;
	width: 1024px;
	margin: 0 auto;

}


#portfolio ul.rig li {
	display: inline-block;
	padding: 7px;
	background: #ffffff;
	border: 0px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 0px #ddd;

}


#portfolio ul.rig li img {
	width: 240px;
	height: 240px;
	margin: 0 0 1px;
	display: block;
	float: right;
	clear: both;

	
}


#portfolio ul.rig li h3 {
	margin: 0px;
	width: 290px;
}


#portfolio ul.rig li p {
	font-size: 14px;
	line-height: 1.5em;
	color: #606060;
	width: 290px;
}


#portfolio ul.rig {
	list-style: none;
	font-size: 0px;
}


#portfolio ul.rig li {
	display: inline-block;
	padding: 5px;
	margin: 0;
	background: #ffffff;
	border: 0px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 0px #ddd;
	text-align: left;
}


.description {
	background-color: #FFFFFF;
	padding: 0 5px 5px 5px;
}


#portfolio ul.rig li { 
	background: #ffffff;

}


#portfolio .thumb:hover { 
	opacity: 0.9;

}


#portfolio ul.rig.columns-4 li {
	width: 22.5%;

}

.thumb {
	position: relative;
	cursor: pointer;
}









/*  PARALLAX 2 */




/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
/*.container {
  max-width: 100%;
  margin: 0 auto;
  height: 50%;
}*/
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: 'BenchNine', sans-serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax-2 {
  height: 310px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-2 h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  line-height: 300px;
  text-align: center;
  text-transform: uppercase;

}
section.module.parallax-2 {
  background-image: url(../images/newheaderbg.png);
}

@media all and (min-width: 600px) {

  section.module.parallax-2 h1 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
  }
}

@media all and (min-width: 960px) {
  section.module.parallax-2 h1 {
    font-size: 50px;
  }
}










/*  ABOUT   */

#about {
	padding: 20px 0 5px;
	text-align: center;
	background-color: #ffffff;

}

#about .container {
	width: 1024px;
}

#about .paragraphsub p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
	color: #2852a6;
}


#about ul {
	margin: 0 auto;
	width: 450px;
	list-style-type: disc;
	text-align: left;
	font-size: 16px;
	
}


#about img {
	width: 80%;
	height: auto;
}





/* 'CONTACT ME' SECTION */


#contact {
	padding: 30px 0;
	text-align: center;
	background-color: #262626;
}

#contact h2, #contact p {
	color: #ffffff;
}




#contact .column {
	width: 48%;
	margin-bottom: 0px;
}

#contact span {
	color: #558dff;
}

.endsocial li {
	list-style: none;
  	float: right;
 }

 #contact h2 {
 	margin: 60px auto 20px;
 }


#contact p {
	text-align: center;
}


h4 {
	color: #ffffff;
	font-size: 18px;
	display: inline;
}






/* FOOTER SECTION */


footer {
	width: auto;
	height: 200px;
	background-color: #262626;
	display: block;
	margin: 0 auto;
}


footer h3 {
	color: #FFEB69;
	margin-top: 10px;
}


.logo.end {
	width: 120px;
	margin: 0 auto;
	padding-top: 60px;
}


.logo.end img{
	width: 120px;
	height: auto;
	padding-bottom: 5px;
}


footer p {
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}


a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

















/*__________________________________________________________________________*/


















/*  Target iPhone 6 portrait */
@media screen and (max-width: 450px) { 

	.tagline {
		font-size: 45px;
		margin: 0 auto;
	}



	#portfolio ul.rig li img {
		width: 200px;
		height: auto;
		margin: 0 0 1px;
		display: block;
		float: right;
		clear: both;
		padding: 0 5px;
	}

}











/*__________________________________________________________________________*/














/*  Target iPhone 6 portrait */
@media screen and (max-width: 600px) { 

	.tagline {
		font-size: 45px;
		margin: 0 auto;
		padding-top: 31%;
	}

}
















/*__________________________________________________________________________*/









/*  Target iPhone 6 portrait */
@media screen and (max-width: 860px) { 




	/*  NAV  */


	.logo.top img {
		margin: 0 50px 0 10px;
		float: left;
		height: auto;
	}


	.hamburger {
		display: inline;
		padding-right: 10px;
		float: right;
	}


	nav ul {
		background-color: #16388d;
		float: none;
		margin: 0 auto;
		padding: 20px 0;
		width: 100%;
		display: none;
	}




	nav li a {
		color: #ffffff;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		line-height: 2em;
		font-size: 22px;
		text-transform: uppercase;
		margin: 0 auto;

	}


	nav li a:hover {
		font-size: 22px;
		color: #ffffff;
	}


	ul.pagelinks{
		margin: 5px auto;
	}




	nav ul li:hover {
		background-color: #1b4ece;
	}


	.pagelinks li {
		display: block;
	  	list-style: none;
	  	float: none;
	  	text-align: center;
	 }


	.pagelinks li + li {
		margin: 0 auto;
	}


	.fixed-nav-bar {
		position: fixed;
		z-index: 9999;
		width: 100%;
		height: 60px;
		padding: 8px 0px;
	}





	/* HEADER  */

	.headerlogo {
		height: auto;
		width: 300px;
		margin: 15px 0 0 -149px;
		position: absolute;
		top: 13%;
	}


	.arrow {
	    margin-top: 10%;
	}


	section.module.parallax-1 {
	  height: 600px;
	  background-position: 30% 40%;
	  background-attachment: scroll;
	  background-image: url(../images/headerv5_mobile.png);
	  background-size: auto 100%;
	}


	header h1 {
		font-size: 45px;
		margin: 0 auto;
		padding-top: 27%;
	}

	.tagline {
		font-size: 45px;
		margin: 0 auto;
	}


	.taglineimg {
		height: 35px;
	}



	.innovation {
		font-size: 30px;
		padding: 0 10px;
	}





	/*  SERVICES  */


	#services .column {
		width: 99%;
	}

	.paragraphsub {
		width: 300px;
		text-align: center;
		margin: 0 auto 40px;
	}





	/*  PARALLAX 2 */


	section.module.parallax-2 {
	  background-image: url(../images/newheaderbg_mobile.png);
	  background-attachment: scroll;
	  background-size: cover;
	}




	/* ABOUT */


	#about img {
		width: 100%;
		height: auto;
	}

}