@charset "UTF-8";
/* CSS Document */



.footer {
    background-color: #2C3691;
    margin-top: 40px;
}
.footer p {
	color: #fff;
	padding-bottom: 10px !important;
}
.footer img {
	width: 100%;
	height: auto;
}
.footer a, .footer a:visited {
	color: #fff;
	text-decoration: none;
	text-decoration-color: #fff;
	text-decoration-line: underline;
	text-decoration-skip: ink;
	text-decoration-style: dotted;
	text-underline-offset: 6px;
	transition: .3s;
}
.footer a:hover {
	text-decoration-color: rgba(255,255,255,.5);
	color: rgba(255,255,255,.5);
}
.social_media_logo img {
    max-width: 60px !important;
    height: inherit; 
}

