/*-----------------------Page Style settings----------------------*/
/*-------Header-------*/
.header{
	background-image: url("../images/header_footers/aboutus_header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	padding-top: 10px;
	padding-bottom: 80px;

	margin:auto;
	overflow: hidden;
}

#header_quote{
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	padding: 60px 150px 0px 150px;
	box-sizing: border-box;
}

/*-------body-------*/
/*-------main body-------*/
.main_body{
	margin:auto;
	overflow: hidden;
}

/*---body---*/
.body{
	background-image: url("../images/header_footers/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	padding-bottom: 200px;
	margin:auto;
	overflow: hidden;
}


/*-----------------------misc.----------------------*/
/*when the window widens/for ultrawide screens*/
@media(min-width:1930px){

}

@media(min-width:800px){
}

/*when the window shrink/for phone screens*/
@media(max-width:800px){
	#header_quote{
		padding: 60px 50px 0px 50px;
	}
}