#footer h1 {
	font-family: 'Anton', sans-serif;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}

#footer {
  background: url(../images/footer-background-clouds.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#footer {
  color: #fff;
  text-align: center;
}

#footer h2, 
#footer h3 {
  color: #fff;
}

}
.footer img {
	padding: 20px;
	}

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

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

