.header.is_fixed {
	border-bottom: solid 3px var(--color3);
}

.header .level1_container{
	justify-content: space-around;
}

.hero h1 {
	font-style: italic;
	font-weight: normal;
}

.hero .column.span-6 {
	text-shadow: 1px 1px 1px var(--color3);
}

.hero h2 {
	margin-top: 0;
}

.row.featured_1 .column.span-6 h3{
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
}

.row.featured_1 .column.span-6 p{
	color: var(--color3);
}

.row.featured_3 {
	background: var(--color2);

}

.row.featured_3 {
	padding-top: 1.5rem;
}

.row.featured_3 h2 {
	background-color: var(--color3);
	position: relative;
	color: var(--color2);
	z-index: 2;
	margin-bottom: 3rem;
}

.row.featured_3 h2:before {
	content: "";
	background-color: var(--color3);
	position: absolute;
	height: 100%;
	left: -1000px;
	right: -1000px;
	z-index: -1;
}

.section.footer {
	background: white;
	border-top: solid .5rem var(--color3);
	padding-top: 3rem;
}

.section.footer .row:not(.color3) *{
	color: var(--color3);
}

.section.footer h2{
	margin: 0;
}

.section.footer .row {
	padding-top: 0;
	padding-bottom: 0;
}

.section.footer .row.color3 {
	margin-top: 3rem;
	box-shadow: 0 -.5rem 0 var(--color2), 0 -1rem 0 var(--color3);
}

.footer .icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.section.footer .row .icons a{
	display: block;
	height: 2rem;
	width: 2rem;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	color: hsla(0,0%,0%,0);
	background-size: contain;
}

@media all and (min-width: 60rem) {
	.section.footer .row .icons a{
		margin-left: auto;
		margin-right: inherit;
	}
}

.section.footer .row .icons a:hover{
	opacity: .5;
}

.section.footer .icons p:nth-child(1) a{
	background-image:url("/core/template/icons/mail.svg?color=hsl(204,100%,34%)");
}

.section.footer .icons p:nth-child(2) a{
	background-image:url("/core/template/icons/phone.svg?color=hsl(204,100%,34%)");
}

.section.footer .icons p:nth-child(3) a{
	background-image:url("/core/template/icons/location.svg?color=hsl(204,100%,34%)");
}

.section.footer .level1_container{
	display: flex;
  flex-direction: row;
  justify-content: center;
}

@media all and (min-width: 60rem) {
	.section.footer .level1_container{
	  justify-content: flex-end;
	}
}

.section.footer .level1{
	display: block;
	padding-left: 1rem;
}

.buttons.button {
	display: inline-flex;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
}

@media all and (min-width: 60rem) {
	.buttons.button {
		margin-bottom: inherit;
		margin-right: 1.5rem;
	}
}
.buttons.button a{
	padding-left: 1em;
	padding-right: 1em;
}
