@charset "UTF-8";

/*************************************
 * Top Navigation
*************************************/
.footer {
	background-color: rgba(200, 200, 200, 1);
	border-bottom: 1px solid rgba(150,150,150,1);
    box-shadow: 0px 10px 10px rgba(200, 200, 200, .5);
}

.footer .footer-inner {
	padding-top: 100px;
    padding-bottom: 100px;	
}

.footer .footer-inner .social-media {
	margin-left: 10px;
}
