.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
}
.navbar-toggle {
	margin-top: 16px;
}	
.navbar-nav {
	margin-top: 8px;
}

footer {
	background: #848484;
	color: #fff;
	padding: 24px 0;
	margin-bottom:90px;
}

footer p {
	display: inline-block;
}
footer a {
	color:#fff;
	float: right;
}
footer a:hover {
	color:#fff;
}
.footer-menu {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	
	background: rgba(255,255,255,0.9);
	width: 100%;
}
.footer-menu .container {
	padding-top: 16px;
	padding-bottom: 16px;
}
.footer-menu .footer-contact-link {
	background: #2ecc71;
	border-radius: 4px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 18px 0;
	text-decoration: none;
	transition: 0.5s;
}
.footer-menu .footer-contact-link:hover {
	background:#5BDA90;
}


@media (max-width: 1199px) {
	.footer-menu .footer-content {
		display: none;
	}
}
@media (max-width: 768px) {
	.navbar-brand {
		max-width: 240px;
	}

	.navbar-brand img {
		width: 100%;
	}
	
	.footer-menu {
		white-space: nowrap;
	}
	.footer-menu img {
		height: auto;
		width: 100%;
	}
	footer { 
		font-size: 12px;
	}
}
