body {
	font-family: 'Open Sans', sans-serif;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 30px;
}

.navbar-right li{
	padding-top: 10px;
	padding-left: 30px;
}

.navbar-right li a {
	font-size: 17px;
	color: #1A4E78 !important;
}

.navbar-right li a:hover, .navbar-right li a:active{
	color: #2B80C5 !important;
}

.image-container {
    position: relative;
	height: 100%
}
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container .after {
    display: block;
}

.image-container .after2 {
	position: absolute;
	width: 271px;
	bottom: 10px;
	right: 6px;
	background-color: rgba(26,78,120,0.60);
}

.image-container .after3{
	position: absolute;
	width: 271px;
	bottom: 10px;
	right: 292px;
	background-color: rgba(26,78,120,0.60);
}

.after2 h2, .after3 h2 {
	color: #fff !important;
	border: none !important;
	font-size: 22px;
}

.image-container .after2:hover , .image-container .after3:hover {
	cursor: pointer;
	background-color: rgba(26,78,120,0.30);
	transition: all 0.5s ease;
}


.image-container img {
	width: 100%;
	margin: 0 auto;
}


body p {
	font-size: 17px;
	font-weight: 300;
	color: #4E4E4E !important;
}

h2 {
	color: #4E4E4E;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
h2 {
	border-bottom: solid 2px #6E6E6E
}

footer {
	background-color: #DFDFDF;
	padding: 10px 10px 0px;
	margin-top: 50px;
	margin-bottom: 0;
}

footer ul li {
	display: inline;
	padding-left: 30px;
	line-height: 60px;
}

footer a {
	color: #2A2A2A;
	text-decoration: none;
}

footer a:hover {
	color: #1A4E78;
	text-decoration: none;
}

.brand-logos img {
	height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	
}

.my-btn {
	position: relative;
	color: #fff;
	background-color: #1B4F7B;
	margin-top: 10px;
}

.my-btn:hover {
	color: aqua;
}

.my-btn:focus {
	color: #fff !important;
}

.my-btn:active {
	color: #fff !important;
	top: 1px;
	left: 1px;
}
.my-btn:visited {
	color: #fff !important;
}

.contact-me {
	margin-top: 60px;
}

.contact-me iframe {
	width: 100%;
	height: 350px;
	margin-left: 20px;
}

.copy-rights p{
	font-size: 13px;
	line-height: 70px;
	padding-bottom: 0;
	margin-bottom: 0;
}