@charset "utf-8";
/* CSS Document */

html{
	margin-left: 250px;
	margin-right: 250px;
	width: auto;
}

header{
	text-align: center;
	font-size: 3.4em;
	color: rgba(2,2,70,1.00);
	padding-top: 10px;
	padding-left: Auto;
	width:100%;
}

header > img {
	float: left;
	margin-left: Auto;
	margin-top: Auto;
}
p{font-family:Poppins;}

.surveyTitle{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	font-family: Poppins;
	font-size:3.5em;
}

.btnCenter{
	align-content: center;
}
.ourMaximumWidth{
	width:100%;
}

.navbar-default {
	margin-top: 40px;
	text-align: center;
	background-color: #800000;
	width: auto;
}

.ourListItem{
	color:white;
	color:#fff;
}

.navbar-brand {
	background-color: #800000;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	font-family: Poppins;
}
.navbar-brand > a{ color:#0681F4; transition: all .5s;}

.navbar-brand > a:hover{
	transition: all .5s;
	font-size: 1.45em;
	text-decoration: none;
	list-style: none;
	color:cyan;
}

.img-fluid1 {
	width: 100%;
}

.img-fluid2 {
	padding-top: 25px;
	width: 100%;
}

.img-fluid3 {
	padding-top: 25px;
	width: 100%;
	float: right;
}

section {
	background-color: #00027B;
	padding-bottom: 25px;
	width: 100%;
}

section > p {
	background-color: #00027B;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 266px;
	text-align: auto;
	width: 75%;
}

.stat-header{
	font-weight: bold;
	letter-spacing: .20em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#statistics{
	padding-top:25px;
	background-color: #800000;
	color: white;
	font-family: Poppins;
	text-align: center;
}

#statistics li{
	list-style: none;
}

.stat{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.col-6{
margin-right: auto;}

footer{
	text-align: center;
	font-family: Poppins;
	background-color: #00027B;
	color: white;
	padding-top:10px;
	padding-bottom:10px;
}

footer a {color: white;}

.fa-facebook-square{
	font-size:2.5em;
}

.fa-facebook-square:hover{font-size:3em; transition: all .5s; text-decoration: none;}

.carousel > img {
	max-width: 400px;
}

p.Mission-Statement {
	text-align: center;
	color:white;
	font-size:1.5em;
}

#faq-heading{
	text-align: center;
	font-size:3.5em;
	margin-top:30px;
	margin-bottom:30px;
	font-family:Poppins;
}

#faq , #faq p{
	background-color: white;
}

.questionAnswer{
	color: black; 
	padding: 0px 0px;
	margin-left:0px;
}

.column {
	float: left;
	width: 50%;
	padding: 20px;
	padding-right: 20px;
	display: inline-block;

}

.row::after {
	content:"";
	clear: both;
	display: table;
}

#embed-responsive {
	padding-top: 25px;
}

#services-heading {
	text-align: center;
	font-size:3.5em;
	padding-top: 10px;
	margin-bottom:30px;
	color: black;
	font-family:Poppins;
}

#services{
	background-color:white;
}

.myBigBackground{
	background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url("images/facebooktruck3.PNG");
	height:100vh;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}

#Mission-Statement{
	text-align:center;
}

.myBottomMargin{margin-bottom:20px;}

#caption{
	text-align: center;
	color:#fff;
	border: 1px solid black;
	background-image:linear-gradient(rgba(125,125,125,.5),rgba(125,125,125,.5));
	margin-top:275px;
}

#recruitmentButton{
	margin-bottom:10px;
}

.recruitInfo{
	color:white;
	text-align: center;
	margin-left:5%;
	margin-right:5%;
	padding-top:5%;
}

#WeatherSystem{
	background-color:red;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.servicesText{margin-bottom:25px;margin-top:20px;}

#RecruitmentHeading{
	text-align: center;
	font-size:3.5em;
	padding-top: 10px;
	color: black;
	font-family:Poppins;
	background-color:white;
}

.reruitPara{
	color:white;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;;
}

.whiteBack{background-color:white;float:right; 
	height:400px;
	width:300px;
	margin-right:8%;
}
