/* TYPE Version 1.0.2 */

body {
	color: #333;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 15px;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 700;
	line-height: 1.1;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.75em; text-transform: uppercase; font-weight: normal; }

h1:first-child, h2:first-child, h3:first-child, 
h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

p {
	margin-bottom: 1em;
}

a {
	color: #c73;
	text-decoration: none;
}

p > a {
	text-decoration: underline;
}

b, strong {
	font-weight: 700;
}

blockquote {
	margin-left: 0;
	margin-bottom: 1em;
	border-left: 0.5em solid #ddd;
	padding: 0.5em 0 0.5em 1em;
	font-size: 1.25em;
}

#content, #tinymce {
	line-height: 1.75;
}

figure.wp-caption {
	margin-bottom: 2em;
	position: relative;
}

figcaption {
	padding: 0.75em;
	background-color: #eee;
	position: relative;
	line-height: 1.2;
}

table {
    width: 100%;
}


@media (min-width: 800px) {

	.cols {
		display: flex;
		justify-content: space-between;
	}

	.cols > * {
		flex: 1;
	}

	.cols > * + * {
		margin-left: 4em;
	}

	.cols > .x2 {
		flex: 2;
	}

	.cols > .x3 {
		flex: 3;
	}
	
	
	ul.cols {
		display: block;
		-moz-column-count: 2;
		-moz-column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		column-count: 2;
		column-gap: 60px;
	}
	
	ul.cols > li {
		margin: 0;
		text-align: left;
	}

}

@media (max-width: 800px) {

	div.cols > * {
		margin-bottom: 4em;
	}

}

.wrap {
	padding: 1em;
}

.accent {
	background-color: #eee;
}

.accent.alt {
	background-color: #ddd;
}