/* Comments go here. */

/* Removes the border--actually a shadow--under the main header. */
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

/* Removes the main-body drop shadow on the background on either side of the page body. */
#page-container { -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; }

/* Forces the slider image to be displayed even when at mobile size. 
.et_pb_slide_image {
    display: block!important;
}*/

