.background {
	background-repeat:no-repeat;
	/* custom background-position */
	background-position:50% 50%;
}
/* fullscreen setup */
html, body {
	/* give this to all tags from html to .fullscreen */
	height:100%;
}
.fullscreen,
.content-a {
	width:100%;
	min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
	height:100%;
	overflow:hidden;
}

.fullscreen{
	padding: 50px;
}
.text{
	max-width: 450px;
	float: right;
	margin-top: 80px;
	margin-right: 50px;
	line-height: 20px;
	font-size: 14px;
}
.text p{
	margin-top: 15px;
}
.breaker{
	width:	150px;
	height: 5px;
	/* background: #222; */	background: #f89416;
	margin: 30px auto;
}
#section3 .breaker{
	background: #fff;
}
/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	text-align:center;
}

#section3 .text{
	color: #fff;
}

.pageMenu{
	list-style: none;
	position: fixed;
	right: 0;
	top: 50%;
	background-color: #D3AC69;
	margin-top: -105px;		padding: 0;
}
.pageMenu li{
	line-height: 40px;
}
.pageMenu li:first-child{
	padding-top: 15px;
}
.pageMenu a{
	display: block;
}
.pageMenu img{
	width: 50px;
}
@media only screen and (max-width: 767px) {
	.fullscreen,
	.content-a {
		width:100%;
		height:auto;
		display:table
	}
	.background {
		background-repeat:no-repeat;
		/* custom background-position */
		background-position:top right;
		background-size:cover
	}
	.fullscreen{
		padding: 10px;
	}
	.text {
		max-width: 100%;
		margin-right: auto;
	}
	
	#mainNav {
		position: fixed;
		background: rgba(255,255,255,0.9);
		width: 160px;
		right: -160px;
		top: 0;
		margin: 0;
		height: 100%;
		transition: 0.3s all;
	}
	#mainNav.menuOpen {
		right: 0px;
	}
	#mainNav ul li a {
		color: #333;
	}
	#mainNav > ul {
		margin-top: 80px;
	}
	.mobileMenu a {
		display: block;
		position: fixed;
		right: 20px;
		top: 25px;
		z-index: 10;
	}
	span.menuLine {
		display: block;
		width: 28px;
		height: 2px;
		background: #fff;
		margin-bottom: 5px;
		transition: 0.3s all;
	}
	span.menuLine.menuOpen {
		background: #333;
	}
}
.sectionTitle {	color: #f89416;}
#sectionHome .sectionTitle {	font-family: 'intro_regularregular';}
#sectionHome .homeLogo {	display: inline;	}
.fullscreen .text {	color: #ddd;}
.fullscreen .text a {	color: #f89416;}
#sectionFounders .sectionTitle {	margin-top: 100px;}
.founderBox {	max-width: 400px;	margin: 50px auto 0;}
.founderTitle {	color: #f89416;}.founderText {	color: #ddd;}