@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Space+Mono&display=swap');
/* 	font-family: 'Space Mono', monospace; */

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
a:hover {
}
img {
    max-width: 900px;
}
.introtext {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.25;
}
.mce-content-body{
    max-width: 900px;
}
table {
    width: 100%;
    margin-bottom: 1rem;
}
thead, tfoot {
}
table thead td {
    font-weight: 600;
    border-bottom: 1px solid #bfd2e2;
}
table td {
}
table tbody tr{
}
table tbody tr:nth-child(even) td {
}
table tfoot td {
}
iframe {
    border: none;
}
.rte a {
	font-weight: 600;
}
figcaption {
	font-family: 'Space Mono', monospace;
	font-size: .9rem;
	text-align: right;
	padding-top: .5rem;
	margin-top: 1rem;
	border-top: 1px solid var(--primary);
}

/*
ul.links {
    list-style: none;
    padding-inline-start: 0;
    font-weight: 500;
}
ul.links li::before {
    content: "\f061";
    margin-right: .25em;
    font-family: "Font Awesome 5 Pro";
}
*/

/** ################################################## MEDIA QUERIES ################################################## **/

html,body {	font-size: 14px; }
h1, .h1 {
	font-size: 2.5rem;
}

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	html,body {	font-size: 15px; }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
	html,body {	font-size: 16px; }
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
	html,body {	font-size: 18px; }
	h1, .h1 {
		font-size: 3.25rem;
	}
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
}

/** Extra Extra large devices (extra large desktops, 1400px and up) **/
/** Bootstrap: -xxl **/
@media (min-width: 1400px) {
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
}