/* General Blueprint Style */
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700);
@font-face {
  font-family: 'icomoon';
  src:  url('fonts2/icomoon.eot?nlfyp3');
  src:  url('fonts2/icomoon.eot?nlfyp3#iefix') format('embedded-opentype'),
    url('fonts2/icomoon.ttf?nlfyp3') format('truetype'),
    url('fonts2/icomoon.woff?nlfyp3') format('woff'),
    url('fonts2/icomoon.svg?nlfyp3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
} /* Made with http://icomoon.io/ */

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-commer:before {
  content: "\e903";
}
.icon-school:before {
  content: "\e921";
}
.icon-block:before {
  content: "\e92e";
}
.icon-land:before {
  content: "\e951";
}
.icon-church:before {
  content: "\e9a4";
}

/* Resets */
*,
*:after,
*:before {
	box-sizing: border-box;
}

html {
	overflow-y: scroll; 
}

body,
html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Helper classes */
.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}

.hidden {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Main styles */
body {
	font-family: Vollkorn, Helvetica, sans-serif;
	color: #CECECE;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

a:hover {
	color: #bf0e30;
}

/*Header*/
.header {
	margin: 0;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	color:#142968;
	opacity: 1;
	z-index: 9999999;
	font-weight: bold;
	padding-left:2%;
	padding-top: 2%;
	padding-bottom: 1%;
	border-bottom: 2px;
	border-color: #ffffff;
	border-bottom-style: solid;
	height: 150px;
	display: flex; 
	justify-content: flex-start;
	flex-flow: row wrap;
	font-size: 110%;

}

	.headerLogo{
					order:1;
					width: 160px;
					flex-shrink: 2;
		}


	.titleContainer{
			order:2;
			width: 40%;
			padding-left: 2%;
			z-index: 999999;
			margin-top: -1%;
			flex-shrink: 2;

		}

		
			.rocName{	
						font-family: 'Vollkorn SC', serif;
						margin-bottom: -1%;
						font-size: 200%;
						padding-top: 2%;
					}

			i{
				font-size: 90%;
				font-family: 'Vollkorn', serif;
			}



	/*------Main Navigation----*/

	.nav{
		font-size: 115%;
		order:4;
		width: 40%;
		font-family: 'Vollkorn', serif;
		align-self: flex-end;
		margin-left: 6%;
		padding-bottom: 1%;
		color:#142968;
		}

		.link {
		  width: 23%;
		  text-align: center;
		  position: relative;
		  float: right;
		  cursor: pointer;
		  transition: 500ms ease;
		  margin-right: 2%;
		  color:#142968;

		}
		.link:before {
		  position: absolute;
		  width: 0;
		  height: 4px;
		  content: '';
		  background: #bf0e30;
		  top: -1px;
		  left: -2px;
		  transition: 100ms width ease 300ms;
		  -web-kit-transition: 100ms width ease 300ms;
		    color:#142968;
		}
		.link:after {
		  position: absolute;
		  width: 4px;
		  height: 0;
		  content: '';
		  background: #bf0e30;
		  top: 0px;
		  right: 0px;
		  transition: 100ms height ease 50ms;
		  -web-kit-transition: 250ms height ease 50ms;
		    color:#142968;
		}

		.link:hover {
		  border-color: #bf0e30;
		    color:#142968;

		}
		.link:hover:before {
		  width: 101%;
		  transition: 100ms width ease 0ms;
		  -web-kit-transition: 100ms width ease 0ms;
		    color:#142968;
		}
		.link:hover:after {
		  height: 50px;
		  transition: 100ms height ease 100ms;
		  -web-kit-transition: 100ms height ease 100ms;
		}

		p.linkTxt{
			margin-top: 2%;
			  color:#142968;
		}


#projectsCover{
	width: 100%;
	height: 700px;
	background-image: url(proCover.jpg);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	 -webkit-transition: background-image 2s ease-out;
  	-moz-transition: background-image 2s ease-out;
  	-o-transition: background-image 2s ease-out;
  	transition: background-image 2s ease-out;
  	color:#ffffff;
  	text-align: center;
  	font-family: 'Vollkorn SC', serif;
  	padding-top: 10%;
  	margin-bottom: -5%;
	}

.proTitle{
	margin-top: 5%;
	font-family: 'Vollkorn SC', Helvetica, serif;
	font-size: 600%;
}

.parallax{

}

.quoteTxt{
	font-family: 'Vollkorn';
	font-style: bold;
	font-size: 150%;
	width: 100%;
	background-color:#ffffff;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 4%;
	padding-right: 4%;
	color:#142968;

}

	.mobileButton{
		position: fixed;
		top:75%;
		right:0%;
		z-index: 999999999999999999;
		width: 65px;
		height: 65px;
		padding-top: 7px;
		background-color: #bf0e30;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		text-align: center;


	}

	/*--MOBILE NAVIGATION STYLES-----*/

.navContainer {
    font-family: "Lato", sans-serif;
    z-index: 99999999999999;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
  	background-color:#bf0e30;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999999999999;
    opacity: 0.95;
    text-align: center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    z-index: 99999999999999;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.mobFoot{
	font-family: 'Vollkorn SC';
	color:#ffffff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

	.mobileNav{
	position: fixed;
	display: none;
	z-index: 9999999999999999999999999;
	width: 100%;
	height:100%;
	background-color:#bf0e30;
	opacity: 0.9;
	flex-flow: column wrap;

	}

	.mobileButton:hover{
		opacity: 0.8;
	}

	.mobileExit{
		top:25px;
		left: 25px;
		position: absolute;
		width: 40px;
		height: 40px;
		border-width: 1px;
		border-style: bold;
		border-radius: 10px;

	}

	.mobileExit:hover{
		opacity: 0.9;
		background-color: #142968;
	}

	.mobileBrick{
		float: right;
		width: 80%;
		height: 15%;
		padding-bottom: 3%;
		font-size: 180%;
		text-align: left;
		border-bottom-color: #ffffff;
		border-bottom-style: solid;
		border-width: 2px;
		font-family: 'Vollkorn SC';


	}

@media screen and (max-width: 700px) {

	.header{
		font-size: 80%;
		height: 90px;
	}


	.headerLogo{
		width:60px;
		padding-top: 2px;
		}


	.titleContainer{
		width: 70%;
		margin-top: -3%;
	}
	#projectsCover{
		background-size: 200%;
		height: 500px;
	}

	.proTitle{
		font-size: 400%;
		margin-top: 20%;
	}

	.nav{
		display: none;
	}

	.mobileButton{
		display: inline;

	}

}

@media screen and (max-width: 1050px) {


	.mobileButton{
		display: inline;
	}

	.quoteTxt{
		font-size: 130%;
	}


}



@media screen and (max-width: 1200px) {

	.rocName{
		font-size: 140%;
	}

	.link{
		font-size: 90%;
	}


}



