
.header-title {
	line-height: 1;
	font-family: "Merriweather", "serif";
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	color: #fc6e51;
	display: inline;
	margin: 0;
	text-decoration: none;
	margin-bottom: 50px;
	justify-content: center;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	max-width: 100%;
	position: relative;
}

.heading-100 {
  font-family: "Merriweather", "serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: #fc6e51;
	margin-top: 0px;
	font-size: 3.2rem;
	margin-bottom: .92rem;
}

.sep-half {
	border-top-width: 1px;
	border-color: rgba(115, 115, 115, 0.2);
	margin: var(--sep-margin) 0;
}

.resp-row {
	border-top: 1px solid rgba(115,115,115, 0.2);
	margin: 0 auto;
	width: 100%;
}

.resp-center {
	margin: 0 auto;
	width: 100%;
	max-width: var(--simple-brick-max-width);
	margin-top: var(--sep-margin);
}

.resp-row-dir {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	margin-left: -12px;
	margin-right: -12px; 
	margin-bottom: 1em;
	width: auto !important;
}

.resp-node {
	display: inline-block;
	position: relative;
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
}

.node-img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: auto;
}

.resp-hide, .hide {
	display: none;
}

.strip-cont {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--simple-brick-max-width);
	position: relative;
	width: 100%;
}

.strip-img {
	object-fit: cover;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

img {
	border: 0;
}

.img-cont {
	grid-area: image;
	position: relative;
	height: 100%;
	inset: 0;
	width: 100%;
}

div.grid-cont {
	//display: grid;
	width: 100%;
	height: 190px;
}

.img-over {
	//width: var(--simple-brick-max-width);
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fc6e51;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.5em;
	backdrop-filter: blur(14px) brightness(90%);
}

#main-content {
	flex: 1 0 auto;
	word-wrap: break-word;
}

.menu-item-link {
	padding: 5px 13px;
	text-decoration: none;
}

.menu-item {
	margin: 0px 5px;
	display: block;
}

#o-menu::after {
	clear: both;
}
#o-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-family: "Lato", "sans-serif";
	
}

#menu {
	width: 100%;
	max-width: var(--simple-brick-max-width);
	display: flex;
	margin: 0 auto;
	margin-bottom: 1em;
}

#menu::before, #menu::after {
	margin-right: 15px;
	display: inline-block;
	color: #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	content: '';
	flex: 1 1 1px;
	position: relative;
	transform: translate(0, -50%);
}

.top-menu-inner {
	display: flex;
	flex-direction: column;
	align-items:center;
}

.top-menu {
	width: 100%;
	max-width: var(--simple-brick-max-width);
	margin: 0 auto;
}

.menu-active {
	background: #fc6e51;
	color: #ffffff !important;
}

a:link {
	color: #737373;
}

a:visited {
	color: #737373;
}

a:hover {
	outline: 0;
	background: #fc6e51;
	color: #FFFFFF;
	border-radius: .2em;
}

a:active {
	outline: 0;
	background: #fc6e51;
	color: #FFFFFF;
	border-radius: .2em;
}

header {
	display: block;
	padding: 40px 0;
}

body > div {
	font-family: "Lato", "sans-serif";
	line-height: 1.5;
	font-size: 1.5rem;
	color: #737373;
}

.o-body > * {
	flex: 0 0 auto;
}

.o-body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body {
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
}

html {
	font-size: 10px;
}

.span-fit {
	font-size: 1.1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3em;
}

.span-fit > span {
		
}

.backdrop {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 100%;
	width: 100%;
}

@media (max-width: 750px) {
	header {
		display: flex;
		flex-flow: wrap;
		padding: 5px 0;
	}

	.resp-hide {
		display: inline;
	}

	#menu {
		display: none;
	}

	#resp-button:checked ~ label > span {
		background: #FFF;
	}

	#resp-button:checked ~ label > span.icon-burger:before {
		transform: translateY(6px) rotate(-45deg);
	}

	#resp-button:checked ~ label > span.icon-burger:after{
		transform: translateY(-6px) rotate(45deg);
	}

	#resp-button:checked ~ nav{
		min-height: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#resp-button:checked ~ nav > ul > li {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 5px 0px;
	}

	#resp-button:checked ~ #resp-main {
		display: none;;
	}

	.resp-row-dir {
		flex-direction: column;
	}

	.resp-node {
		width: 90%;
	}

	.top-menu {
		display: none;
	}

	.resp-menu {
		display: flex;
		width: 100%;
	}

	.resp-dummy {
		flex: 0 9999 auto;
		padding: 0;
		width: 44px;
	}

	.resp-title {
		flex: 1 1 auto;
		font-family: "Merriweather", "serif";
		font-weight: 600;
		font-size: 22px;
		color: #fc6e51;
	}

	.resp-button {
		display: flex;
		flex: 0 0 auto;
		width: 44px;
		border: 0;
		background: #FFF;
		align-items: center;
		justify-content: center;
	}

	input#resp-button {
		display: none;
	}

	.icon-burger {
		display: block;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #737373;
		position: relative;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.icon-burger:before {
		display: block;
		top: -6px;
		content: '';
		position: absolute;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #737373;
	}

	.icon-burger:after {
		display: block;
		top: 6px;
		content: '';
		position: absolute;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #737373;
	}

	.header-title {
		line-height: 1.35;
		font-family: "Merriweather", "serif";
		font-weight: 600;
		font-style: normal;
		font-size: 28px;
	}

	.resp-row-dir {
		flex-direction: column;
		margin: 0 auto;
	}

	.resp-node {
		width: 90%;
		margin: var(--sep-margin) auto;
	}

	.sep-half {
		width: 90%;
		margin: 0 auto;
	}

	div.grid-cont {
		height: 75px;
	}
	.span-fit {
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.span-fit > span {
		margin: var(--sep-margin);
	}
	
	.img-over {
		font-size: 1em;
	}

	:root {
		--sep-margin: 1em;
	}
}

@media (min-width: 751px) {
	:root {
		--sep-margin: 3em;
		--simple-brick-max-width: 740px;
	}
}

@media (min-width:1020px){
	.resp-menu {
		display: none;
	}
	:root {
		--simple-brick-max-width: 980px;
		--sep-margin: 3em;
	}
}

