/*
Theme Name: EDN Main
Theme URI: earlydiscoverynetwork.org
Author: Bugbear Creative
Author URI: 
Description: 
License: GNU 
License URI:
Template: edn
Text Domain: ednmain
Tags: 
*/
p {
	font-size: 1.25rem;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: fit-content;
}
.site-header {
	padding: 2rem;
}
.logo-wrap {
	max-width: 18rem;
}
.logo-title-wrap {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	max-width: 40rem;
	margin: auto;
}
@media screen and (min-width: 56.25em) {
	.logo-title-wrap {
		flex-flow: row wrap;
		max-width:80rem;
	}
	.logo-wrap {
		margin: 0;
	}
}
.quad-tr {
fill: #019a3d;
}

.quad-tl {
fill: #f32735;
}

.child-outline,
.gear,
.magnifier,
.hand,
.circle {
fill: #fff;
}

.quad-bl {
fill: #ff8300;
}

.child-icon {
fill: #000b5b;
}

.quad-br {
fill: #0967a0;
}
.site-title {
	font-size: 3rem;
}
.site-header .site-title {
	margin-block-end: 0.5rem;
}
.site-title-em {
	color: #000b5b;
}
.tagline {
	font-size: 1.5rem;
}
.tagline-em {
	color: #aa1e19;
}
.logo-line {
	display: none;
	width: calc(100% - 2rem);
	margin: 0 auto 0.375rem auto;
}
@media screen and (min-width: 66em) {
	.site-header .logo-line {
		display: none;
	}
	.site-header .site-title,
	.site-header .tagline {
		text-align: left;
	}

	.site-header .tagline {
		margin: 0;
	}
}
.about-edn {
	padding: 4rem 2rem;
}
.home-site-links > .wp-block-group__inner-container {
	display: grid;
	gap: 2rem;
}
.wp-block-heading.site-list-heading {
	text-align: center;
	margin: 0;
	padding: 2rem;
}
.qc-contact {
	display: none;
	background-color: #000b5b;
	padding: 1rem;
	color: #FFF;
}
.logged-in .qc-contact {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.home-site-links > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, 1fr);
	}
}