//Home Stylesheet

.parent{
	display: inline-flex;
	flex-direction: column;
}

.header{
	margin-top: 60px;
	background-color: #666699;
	min-width: 100%;
	min-height: 400px;
	border: 1px solid black;
	display: inline-flex;
	order: 2;
	justify-content: space-between;
	align-content: center;
}
.header img{
	align-self: center;
	padding-left: 45px;
	width: 200px;
	order: 1;
}
.header_words{
	min-width: 100%;
	display: inline-block;
	flex-direction: column;
	order: 2;
	align-self: center;
}	
.header_words h1{
	color: white;
	text-align: right;
	order: 1;
	font-family: 'GCI Light';
	padding-right: 45px;
}
.header_words h2{
	color: white;
	order: 2;
	text-align: right;
	font-family: 'GCI Light';
	padding-right: 45px;
}
.header_words p{
	color: white;
	text-align: right;
	order: 3;
	font-family: 'GCI Light';
	padding-right: 45px;
}
.header_words h3{
	color: white;
	order: 4;
	text-align: center;
	font-family: 'GCI Light';
	font-style: italic;
	font-size: 30px;
	padding-top: 45px;
}
/*End of Header Sytle*/

/*Start of NavBar Style*/
.navbar{
	overflow: hidden;
	background-color: #333;
	border: 1px black;
	position: fixed;
	top: 0;
	width: 100%;
	order: 1;
	height: 65px;
}
.navbar img{
	height: 55px;
	float: left;
	padding-left: 25px;
	vertical-align: middle;
}
.navbar a{
	float: right;
  	display: block;
  	color: #f2f2f2;
  	text-align: center;
  	padding: 14px;
  	text-decoration: none;
  	font-family: 'GCI Light';
  	font-size: 20px;
  	padding-right: 35px;
}
.navbar a:hover{
	color: #ffdb4d;
}

.open{
	display: inline-flex;
	flex-direction: row;
}
.message{
	padding-top: 5%;
	max-height: 500px;
	overflow: auto;
	padding-right: 10%;
}
.facebook{
	padding-right: 5%;
	padding-top: 5%;
	padding-left: 10%;
}
.body{
	margin-top: 35px;
	font-family: 'GCI Light';
	order: 3;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}

.welcome{
	text-align: center;
	display: inline-flex;
	flex-direction: row;
	padding-right: 15%;
	padding-left: 15%;
	font-size: 20px;
	border-bottom: 5px black;
}
.boxes{
	height: 252px;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-around;
	border-top: 1px black;
	border-bottom: 1px black;
	background-color: rgb(58, 62, 79);
	min-width: 100%;
	//overflow: wrap;	
}
.boxes h3{
	text-decoration: underline;
}
.box1{
	height: 250px
	min-width: 350px;
	order: 1;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-right: 10px;
	padding-left: 15%;
}
.box2{
	height: 250px
	min-width: 350px;
	order: 2;
	padding-left: 45px;
	padding-right: 45px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}
.box3{
	height: 250px
	min-width: 350px;
	order: 3;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-right: 15%

}
.box1 p{
	color: white;
}
.Vision{
	background-color: #333;
	min-width: 100%;
	min-height: 200px;
}
.Vision h2{
	color: white;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
}
.Vision p{
	color: white;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
	font-size: 20px;
}
.believe{
	background-color: rgb(227, 172, 50);
	width: 100%;
}

.believe h2{
	font-family: 'GCI Light';
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	color: white;
}
.believe p{
	text-align: center;
	font-family: 'GCI Light';
	padding-right: 15%;
	padding-left: 15%;
	font-size: 20px;
	color: white;
}
.believe a{
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 20px;
	color: white;
	text-decoration: none;
}
.believe a:hover{
	color: #b38600;
}
.media a:hover{
	color: #ffdb4d;
}
.media a{
	color: black;
}
.footer{
	background-color: #333;
	display: inline-flex;
	min-width: 100%;
	min-height: 75px;
	flex-direction: row;
}
.footer img{
	height: 50px;
	order: 1;
	vertical-align: middle;
	padding-left: 25px;
	padding-top: 10px;
}
.footer p{
	font-family: 'GCI Light';
	color: white;
	vertical-align: bottom;
	text-align: right;
	float: right;
	order: 2;
	padding-left: 25px;
	padding-top: 15px;
}