/* @override 
	http://localhost:8888/salis/themes/simple/fullpagejs/fullpage.css
	http://localhost:8888/hawkes/fullpage/css/fullPage.css?m=1421867773
	http://localhost:8888/hawkes/fullpage/css/fullPage.css?m=1421872164
	http://localhost:8888/hawkes/fullpage/css/fullPage.css?m=1421954103
	http://localhost:8888/hawkes/fullpage/css/fullPage.css?m=1422039558
	http://localhost:8888/hawkes/fullpage/css/fullpage.css
	http://localhost:8888/fruli/fullpage/css/fullpage.css
*/

/* Style for our header texts
	* --------------------------------------- */
	
	.intro p{
		color: black;
}


	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		
	}

	/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
	/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		display:block;
		width: 100%;
		background: transparent;
		z-index:9;
		text-align:center;
		color: black;
	}

	#header{
		height: 80px;
		top:0px;
		padding: 64px 0 8px;

	}
	#footer{
	height:55px;
	bottom:0px;
	padding: 5px 0 0 0;

	}

li .active{
	color: #bc120d;
}

/* Text box */
div.intro {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
@media only screen and (max-width: 960px) {

header#header.header {
	height: 47px;
	padding: 0px;
}
.section {
		padding-top: 100px !important;
	}

	}
	
@media only screen and (max-width: 670px) {
	div.intro {
	padding-top: 90px;
}

header#header.header {
	height: 47px;
	padding: 5px;
}

.section{
		padding-top: 60px !important;
	}

	}