/**
 * Theme Name: Foster and Bloom Theme
 * Template: genesis-block-theme
 * Description: Main theme for the foster and bloom website
 * Version: l.0.1
 * Author: Indikon Media
 * Author URI: https://indikonmedia.com
 *
 * The reset of the styles is located here "styles/main" and it will be the start of everything else.
 */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
