
#footer {
  background: rgba(62, 81, 121, .67) url(../images/footer-background.jpg) 50% 50% no-repeat;
	background-blend-mode: darken;
  // background: url(../images/footer-background.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#footer {
  color: #1B75BC;
}

#footer h2, 
#footer h3 {
//  color: #1B75BC;
  color: #ffffff;
}

.footer-1-1 h2{
	font-family: 'Anton', sans-serif;
	font-size: 44px;
	text-align: left;
	color: #ffffff;
	font-style: italic;
	text-shadow: 4px 4px 4px #000;
}

.footer img {
	padding: 20px;
	}

.footer p {
  color: #1B75BC;
	}
/*	FOOTER 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footer-1-1 h2,
	.footer-1-1 h3 {
		text-align: center;
	}
}
