/* DJM Added Styles */


/* Make footer white */

#main-footer {
	background-color: #fff !important;
}

#footer-bottom {
	background-color: #fff !important;
}

/* make logo larger */

.et_fixed_nav #logo {
  max-height: 250px;
}

@media only screen and (max-width: 980px) {
	#logo {
		max-height: 100px;
	}
}