#footer {
    background-color: #00305D;
    padding-bottom:30px;
    color:#fff;
}

.btn-contact {
    border-radius: 0;
    margin-bottom: 5rem;
}

footer h2,footer h3 {
    color: #fff;
    padding-top: 3rem !important;
    font-weight: normal;
    font-family: "Open Sans Light", Arial, sans-serif;
    font-size: 1.5rem !important;
    text-align: left;
    padding-bottom: 1rem !important;
}

footer ul {
    padding-left:0;
}

li a:hover {
    color: #d1d1d1;
}

footer form {
    color: #fff;
}

footer form p {
    font-size: 0.8rem;
    color: #ddd;
}

footer .form-check {
	padding-left:0;
}

footer form .clearfix {
	font-size:0.8rem;
	/*margin-top:-40px;
	margin-left:30px;*/
}

.footer-credits {
    list-style: none;
    margin-top:  8rem;
}

footer .form-control {
    background-color: #004070;
    border-width: 0;
    border-radius: 0;
}

img {
    max-width: 100%;
    height: auto;
}

footer a img {
    height: 50px;
    max-width: 100px;
}

footer a {
    color:#fff;
}

footer .col-lg-2 p {
    margin: auto;
}

footer address svg {
    margin-right: 10px;
}

/*social media buttons*/
footer .social {
    height: 40px;
    width: 40px;
    border: 2px solid #00305D;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    background-color: white !important;
    margin: 5px 10px 5px 0px;
}
footer .socials a {
    font-size: 24px;
    color: #00305D !important;
}
footer .social:hover {
    opacity: 0.2;
    transition: 0.2s ease-in-out;
}
