@charset "utf-8";
h1, h3, p {
	text-align: center;
	width: 100%;
	color: #1C1972;
}
#main {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.footer {
	margin-top: 60px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(203,213,227,1.00) 9.32%,rgba(43,85,143,1.00) 49.74%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(203,213,227,1.00) 9.32%,rgba(43,85,143,1.00) 49.74%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(203,213,227,1.00) 9.32%,rgba(43,85,143,1.00) 49.74%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(203,213,227,1.00) 9.32%,rgba(43,85,143,1.00) 49.74%);
	color: #FFFFFF;
	margin-left: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	min-width: 100%;
	max-width: 100%;
}
.navbar.navbar-default {
	border-width: 0px;
	border-top-left-radius: 0px;
	background-color: rgba(43,85,143,1.00);
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.image-fill {
	width: auto;
	height: auto;
	max-height: 200px;
}
#wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.thumbnail .caption h3 {
	width: 100%;
	max-width: none;
}
.image-fill1 {
	margin-left: 25%;
	margin-right: 25%;
	left: 50%;
	right: 50%;
	color: rgba(0,0,0,1.00);
	max-width: 50%;
	width: auto;
}
.center {
}
.text-black  {
	color: rgba(0,0,0,1.00);
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
}
