/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   WP Copilot
Template: Divi
*/

@import url("../Divi/style.css");

/* fix page header gap */
.page .entry-content #et-boc .et_builder_inner_content .et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular {
	padding-top: 0px !important;
}

@media only screen and (max-width: 800px) {
  .covid-banner>.container {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
}