img {
	margin: 15px auto;
}
h3 {
	color: #5777d8;
}
.mg-15 {
	margin: 15px;
}
.logo {
	background-image: url('../images/pelican-system-logo.png');
	background-repeat: no-repeat;
}
.logo h1 {
	margin-top:50px;
	font-size:50px;
	font-weight:700;
	color:#7f0f0e;
}
h3 {
	color:#7f0f0e;
	border-bottom: 1px solid #7f0f0e;
}
.col-md-12 {
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.logo h1{
		margin-top:200px;
	}
	.logo {
		background-position: center top;
	}
}
@media (min-width: 768px) {
	.logo {
		background-position: right top;
	}
}
footer {
	background-color: #292c2f;
	color:#fff;
}
.contact-row {
	margin: 10px 0;
	line-height: 32px;
}
.contact-row i, .social i {
	font-size: 24px;
	margin-right: 20px;
	background-color: #33383b;
	line-height: 32px;
	width: 32px;
    height: 32px;
	text-align: center;
	border: 1px solid #666;
}
.nav-item {
	font-size: 20px;
	margin-right: 20px;
	background-color: #7f0f0e;
	padding:10px;
	text-align: center;
	border: 1px solid #fff;
	color:#fff;
}
.nav-item:hover {
	color: #e2e2e2;
	text-decoration:none;
}
.contact-row a {
	color:#fff;
}
.social a {
	color: #40bedf;
}