@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap');
/* --------------- RESET ------------- */
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var(--accent);
	padding: 30px 1% 150px 1%;
	background-color: #D5D7DA;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
	overflow-y: scroll
}
img {
	max-width: 100%;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}
:root {
	--text: #230115;
	--background: #ffffff;
	--grey: #535353;
	--greyLighter: #9f9f9f;
	--accent: #4f4f4f;
}
/* ------------- LAYOUT ------------- */
.header {
	background-color: var(--background);
}
.headerContent {
	margin: 0 auto;
	padding: 9px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section {
	background-color: white;
}
.sectionContent {
	margin: 0 auto;
	padding: 40px 0;
}
.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url(/images/forest-trees.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.footerContent {
	min-height: 400px;
	margin: auto;
	padding: 30px 0;
	color: white;
	text-shadow: 0 0 10px black;
	/* filter: none; */
	/* -webkit-filter:none; */
}
.header, .section, .footer {
	max-width: min(100% - 50px, 1088px);
	margin: 0 auto;
}
.headerContent, .nav, .sectionContent, .footerContent {
	width: min(100% - 50px, 920px);
}
/* -------------- PAGES -------------- */
.greyBox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	font-size: 86%;
	padding: 21px;
	background-color: #c2cdd3;
	margin: 54px 0 30px 0;
	line-height: 1.5em;
}
.greyBox img {
	max-height: 237px;
	margin: -50px auto 0 auto;
}
.smaller {
	font-size: 76%;
	color: #838383;
	line-height: 1.3em;
}
.address {
	font-style: normal;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}
.address a:hover {
	color: #c5c5c5;
}
.topRowContainer {
	background-color: white;
	padding: 16px 0 0 0;
	max-width: min(100% - 50px, 1088px);
	margin: 0 auto;
}
.topRow {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	/* width: 1000px; */
	margin: 0 auto 0 auto;
	gap: 16px;
	max-width: 996px;
	/* background: white; */
	/* justify-content: center; */
}
.letterbox {
	background-color: var(--background);
	max-height: 700px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.letterbox img {
	width: 100%;
}
.nameContainer {
	position: absolute;
	color: white;
	align-self: center;
	text-align: center;
	font-family: 'Jost', sans-serif;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
	margin-top: -20px;
}
.rebecca {
	font-size: 330%;
	font-weight: 300;
}
.painter {
	font-family: 'Jost', sans-serif;
	font-size: 200%;
	font-weight: 300;
	margin-top: -8px;
}
.dash::before {
	content: "";
	position: absolute;
	background: url(/images/vertical-line.gif) no-repeat;
	left: 0;
	top: 16px;
	width: 2px;
	height: 20px;
}
.d2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.d2 > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 14px;
}
.d2 > div + div {
	border-left: 1px solid #939393;
}
/* -------------- FONTS -------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	letter-spacing: -0.03em;
	font-weight: 400;
	font-family: 'Jost', sans-serif;
	text-align: center;
	color: var(--grey);
	text-wrap: balance;
}
.h1Header {
	color: var(--accent);
	font-size: 250%;
}
.h1Body {
	font-size: 200%;
	margin-bottom: 28px;
}
.h2Body {
	font-size: 151%;
	margin-bottom: 20px;
}
.h2Contact {
	padding-left: 20%;
}
.blue {
	color: #007dc1;
	font-weight: 600;
}
p {
	font-size: 86%;
	line-height: 1.7em;
}
p + p {
	margin-top: 16px;
}
strong {
	font-weight: 700;
}
.tc {
	text-align: center;
}
.white {
	color: white;
}
.ahw a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0px -1px 0 0 #ffffff inset;
	box-shadow: 0px -1px 0 0 #ffffff inset;
}
.ahd a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
	box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
}
.auw a {
	-webkit-box-shadow: 0 1px 0 0 white;
	box-shadow: 0 1px 0 0 white;
}
.aud a {
	-webkit-box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
	box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
}
/* --------------- FLEX -------------- */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}
.flex > * {
	flex: 1 1 0
}
/* --------------- GRID --------------- */
.grid {
	display: grid;
	grid-gap: 20px;
	grid-auto-flow: column;
}
.grid > * {
	min-width: 100%;
}
.gridGallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.gridGallery > div {
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 20%;
	flex: 0 1 25%;
	position: relative;
}
.gridGallery img {
	width: 100%;
}
.galleryTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: absolute;
	top: 0;
	background-color: rgb(65 65 65 / 85%);
	color: white;
	font-size: 88%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	text-align: center;
	padding: 46px;
	line-height: 1.4em;
	width: 100%;
}
.showTitle {
	opacity: 1;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
/* -------------- GALLERY ------------- */
.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}
/* -------------- ICONS -------------- */
.socialIcons svg {
	fill: #7f7f7f;
	border-radius: 50%;
	width: 44px;
	height: 26px;
	margin: 0px -1px;
	transition: 0.4s ease;
}
.socialIcons svg:hover {
	fill: #acacac;
}
.socialIcons {
	margin-top: 6px;
}
.socialIconsFooter svg {
	fill: #ffffff;
	border-radius: 50%;
	width: 48px;
	height: 30px;
	margin: 0px -1px;
	filter: drop-shadow(2px 2px 6px rgb(0 0 0 / 0.8));
	transition: fill 0.4s ease;
}
.socialIconsFooter svg:hover {
	fill: #c5c5c5;
}
.socialIconsFooter {
	margin-top: 6px;
	text-align: center;
}
.cross {
	color: #e3e3e3;
	background: #ffffff;
	border-radius: 50%;
	border: 5px solid #e3e3e3;
	cursor: pointer;
	position: absolute;
	right: -16px;
	top: -16px;
	/* padding: 2px; */
	/* text-align: center; */
	width: 36px;
	height: 36px;
	fill: #d1d1d1;
	display: inline-block;
	text-align: center;
	font-size: 120%;
	line-height: 24px;
	font-weight: 700;
}
.scrollTop {
	position: fixed;
	width: 52px;
	height: 49px;
	background: rgba(51, 51, 51, 0.3);
	bottom: 14px;
	right: 14px;
	z-index: 5001;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 100%;
	cursor: pointer;
	color: white;
	line-height: 49px;
	/* opacity: 0; */
	transition: opacity 0.5s ease;
}
/* --------------- NAV --------------- */
.navContainer {
	background-color: var(--background);
	/* color: white; */
	z-index: 1001;
}
.navContainer span {
	position: absolute;
	padding: 12px 20px;
	color: var(--accent);
	display: none;
	font-weight: 500;
	font-size: 116%;
}
.nav {
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: white;
	margin: 0 auto;
	white-space: nowrap;
}
.nav a {
	padding: 12px 17px;
	font-size: 115%;
	color: var(--accent);
	font-weight: 500;
	letter-spacing: -0.02em;
	position: relative;
}
.nav a:hover {
	color: #acacac;
}
.navSelected {
	color: #c3c3c3 !important;
}
.subMenuOpen {
	position: relative;
	z-index: 9001;
}
.subMenuContainer {
	display: grid;
	transition: grid-template-rows 200ms ease-in-out;
	grid-template-rows: 0fr;
	position: absolute;
	/* overflow: hidden; */
	/* white-space: nowrap; */
	background-color: var(--accent);
	top: 28px;
	left: 9px;
	/* width: fit-content; */
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 1px 14px 13px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 1px 14px 13px 0px rgba(0, 0, 0, 0.12);
}
.showMenu {
	grid-template-rows: 1fr !important;
}
.subMenu {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 200px;
	white-space: nowrap;
}
.subMenu a:not(:last-child) {
	border-bottom: 1px solid white;
}
.arrow::after {
	content: "";
	display: inline-block;
	left: 5px;
	top: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid currentColor;
	clear: both;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
	position: relative;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.spinArrow::after {
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}
.sticky {
	position: sticky;
	top: -1px;
}
/* -------------- HREFS --------------- */
a {
	text-decoration: none;
	color: inherit;
	transition-property: color, box-shadow;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ahw a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0px -1px 0 0 #ffffff inset;
	box-shadow: 0px -1px 0 0 #ffffff inset;
}
.ahd a:hover {
	transition-property: color, box-shadow;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
	box-shadow: 0 1px 0 0 rgb(0 0 0 / 80%);
}
.auw a {
	-webkit-box-shadow: 0 1px 0 0 white;
	box-shadow: 0 1px 0 0 white;
}
.aud a {
	-webkit-box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
	box-shadow: 0 1px 0 0 rgb(2 2 2 / 50%);
}
/* -------------- BUTTONS ------------- */
.btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 24px;
	border-radius: 0.25rem;
	-webkit-transition: -webkit-box-shadow 0.3s ease !important;
	transition: -webkit-box-shadow 0.3s ease !important;
	transition: box-shadow 0.3s ease !important;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease !important;
	-webkit-box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.5);
	box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.5);
	display: block;
	margin: 1em 0;
	white-space: nowrap;
}
.btn:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
	box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
}
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
	box-shadow: 0 0 0 3px rgba(160, 160, 160, 0.8);
}
.btnRound {
	border-radius: 20px;
	padding: 10px 20px;
}
.btnPrimary {
	background-color: var(--accent);
}
/* --------------- SPACING -------------- */
.m0 {
	margin: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* --------------- IMAGES -------------- */
.img100, .img100 img {
	width: 100%;
}
/* ---------------- MISC --------------- */
hr {
	border: 0;
	height: 2px;
	background-color: var(--greyLighter);
	width: 100%;
	margin: 0 auto;
}
#scrollTo {
	scroll-margin-top: 30px;
}
/* --------------- TABLES -------------- */
.table {
	border: 1px solid grey;
	width: 100%;
	border-collapse: collapse;
}
.table tbody {
	border: 1px solid grey;
}
.table tr:nth-child(odd) {
	background-color: #f1f1f1;
}
.table td {
	border: 1px solid #b5b5b5;
	font-size: 82%;
	padding: 6px 8px;
}
.table th {
	/* width: 100%; */
	background-color: var(--accent);
	color: white;
	text-align: left;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 8px;
}
.table th + th {
	border-left: 1px solid white;
}
.table input {
	width: 100%;
}
/* ------------ GOOGLE MAPS ------------ */
#map {
	height: 380px;
	width: 100%;
}
.mapText {
	font-weight: 400;
	font-size: 90%;
	line-height: 1.3em;
	color: black;
}
/* -------------- POP UP --------------- */
.popupContainer {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	z-index: 12001;
	/* min-height: 100%; */
	/* border: 10px solid red; */
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s;
	/* overflow-y: scroll; */
}
.popupContent {
	max-width: 960px;
	border: 0.5em solid rgba(0, 0, 0, 0.11);
	border-radius: 0.5rem;
	background: white;
	margin: 5em auto;
	padding: 40px;
	position: relative;
	cursor: default;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.h1PopUp {
	font-size: 190%;
	margin-bottom: 20px;
}
.h2PopUp {
	font-size: 130%;
	margin-bottom: 10px;
}
.h3PopUp {
	font-size: 110%;
	margin-bottom: 8px;
}
.popupContent p {
	text-align: left;
	line-height: 1.4em;
}
/* -------------- SITE MAP ------------- */
.siteMap {
	display: flex;
	justify-content: center;
}
.siteMap a {
	margin: 0 0.9em;
	position: relative;
	line-height: 1.5em;
	font-size: 112%;
}
.siteMap a:hover {
	color: #c5c5c5;
}
.siteMap a:not(:first-child):before {
	content: "\007C";
	position: absolute;
	left: -19px;
	top: -1px;
	font-size: 90%;
	color: white;
}
.websiteBy {
	font-size: 80%;
	margin: 13em auto 5em auto;
	text-align: center;
}
/* ------------ VIDEO WRAPPER ----------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------- TRANSITIONS ------------ */
body {
	animation: bodyFadeIn 0.8s;
	-moz-animation: bodyFadeIn 0.8s;
	-webkit-animation: bodyFadeIn 0.8s;
	-o-animation: bodyFadeIn 0.8s;
}
@-webkit-keyframes bodyFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes bodyFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.io {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.io {
	opacity: 0;
}
/* -------------- COOKIES --------------- */
.cookiePopUp {
	background-color: rgb(0 0 0 / 70%);
	padding: 16px 16px 10px 20px;
	box-shadow: 0px 0px 12px 8px rgb(0 0 0 / 10%);
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	border-radius: 4px;
	max-width: 426px;
	color: white;
	gap: 2px;
	position: fixed;
	z-index: 60001;
	font-size: 86%;
	bottom: 40px;
	left: 53px;
	/* border: 1px solid var(--blue); */
	opacity: 0;
	scale: 1;
	transition: transform 0.35s ease-in;
	transform: translateX(-500px);
}
.showCookie {
	opacity: 1;
	transform: translateX(0px);
	transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
	transition-delay: 0.5s;
}
.hideCookie {
	transform: translateX(-500px);
	transition: transform 0.5s cubic-bezier(.56, -0.49, .59, .04);
	transition-delay: 0.2s;
}
/* ----------- CONTACT FORM ---------- */
input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 90%;
	padding: 0.4em;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 0.2rem;
	width: 80%;
}
input:focus, input:focus, textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
textarea {
	min-height: 9em;
}
.rowForm {
	display: flex;
	margin: 0.6em 0;
	justify-content: space-between;
}
.rowForm label {
	font-size: 90%;
}
.btnContainer {
	display: flex;
	/* align-items: flex-end; */
	justify-content: flex-end;
	/* flex-direction: column; */
	/* width: 100%; */
	/* margin: 14px 0 29px 0; */
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 80px auto;
	padding: 0;
	border: 4px solid #ffffff;
	width: 53%;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.6s;
	animation-name: animatetop;
	animation-duration: 0.6s;
	/* border-radius: 10px; */
}
@-webkit-keyframes animatetop {
	from {
		top: -380px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
@keyframes animatetop {
	from {
		top: -380px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: rgb(192, 192, 192);
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding: 9px 16px;
	background-color: var(--accent);
	color: white;
	text-align: center;
	font-size: 193%;
	/* border-radius: 4px 4px 0 0; */
}
.modal-body {
	padding: 40px 0;
	text-align: center;
	font-size: 113%;
}
.modal-footer {
	padding: 13px 0;
	background-color: var(--accent);
	color: white;
	text-align: center;
	font-size: 91%;
	text-transform: uppercase;
	/* border-radius: 0 0 4px 4px; */
}
/* --------------- GALLERY ---------------- */
.sectionContentGallery a {
	display: none !important;
}
/* ----------------- CMS ------------------ */
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #666;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #666;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ccc;
	border-color: #666
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
.card-body p:last-child a {
	text-decoration: underline;
	color: #939393;
}
/*.card-body {
	 max-width: 80%; 
}*/
h6 {
	font-size: 80%;
	font-weight: 400;
	color: #b4b4b4;
	margin-bottom: 4px;
}
.sectionBlog hr {
	margin: 30px 0;
}
.ms {
	display: none;
}
@media (min-width: 768px) {
	.box1 {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.mb30Desktop {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	/* -------------- LAYOUT -------------- */
	body {
		display: flex;
		flex-direction: column;
		background-color: white;
		padding: 0;
	}
	.header, .section, .footer {
		max-width: 100%;
		margin: 0;
	}
	.topRowContainer {
		max-width: 97%;
		padding: 0;
	}
	.headerContent {
		flex-direction: column;
		/* padding: 0; */
		width: 100%;
		padding: 5px 0 2px 0;
	}
	.sectionContent {
		padding: 20px 0;
	}
	.footerContent {
		min-height: 300px;
	}
	/* --------------- PAGES -------------- */
		.greyBox {
			grid-template-columns: 1fr;
		}
		.greyBox img {
			margin: 20px auto 0 auto;
		}
	.address {
		font-size: 86%;
	}
	.topRow {
		width: 100%;
		gap: 7px;
		margin-top: 7px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		margin-bottom: 14px;
	}
	.socialIconsFooter svg {
		fill: #ffffff;
		/* border: 1px var(--accent) solid; */
		border-radius: 50%;
		width: 44px;
		height: 26px;
		/* padding: 5px; */
		margin: 0px -1px;
	}
	.socialIconsFooter {
		margin-top: 6px;
	}
	.nameContainer {
		margin-top: -120px;
	}
	.rebecca {
		font-size: 212%;
	}
	.painter {
		font-size: 134%;
		margin-top: -8px;
	}
	hr {
		height: 1px;
	}
	.mb30Mobile {
		margin-bottom: 30px;
	}
	.dash::before {
		background: none;
	}
	.d2 {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 20px;
	}
	.d2 > div + div {
		border-left: none;
	}
	.d2 div:nth-child(2n+1) {
		border-right: 1px solid grey;
	}
	/* -------------- FONTS --------------- */
	p {
		font-size: 86%;
	}
	h1 {
		font-size: 170%;
	}
	h2 {
		margin-bottom: 10px;
	}
	.h1Header {
		font-size: 230%;
		margin-bottom: 10px;
	}
	.h1Body {
		font-size: 168%;
		margin-bottom: 15px;
	}
	.h2Body {
		font-size: 140%;
		margin-bottom: 10px;
	}
	.h2Contact {
		padding-left: 0;
		text-align: center;
	}
	/* --------------- MISC --------------- */
	#scrollTo {
		scroll-margin-top: -20px;
	}
	/* --------------- GRID --------------- */
	.grid {
		grid-auto-flow: row;
	}
	.gridGallery {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	/* ---------------- NAV --------------- */
	.navContainer {
		order: -1;
		display: grid;
		transition: grid-template-rows 400ms ease-in-out;
		/* min-height: 50px; */
		cursor: pointer;
		grid-template-rows: 0fr;
		position: initial;
		/* top: 0; */
		width: 100%;
		/* overflow: scroll; */
		/* padding-bottom: 10px; */
	}
	.navContainer span {
		display: block;
		width: 100%;
		font-size: 92%;
		padding: 10px 20px;
	}
	.navContainer span::after {
		content: "";
		width: 27px;
		height: 30px;
		top: 5px;
		position: absolute;
		right: 21px;
		background: url("/images/svgs/burger.svg") no-repeat;
	}
	.nav {
		flex-direction: column;
		padding: 0;
		overflow: hidden;
		margin-top: 40px;
		align-items: initial;
		width: 100%;
		/* margin-bottom: 10px; */
	}
	.nav a {
		padding: 10px 20px;
		border-top: 1px solid rgb(233 233 233 / 70%);
		font-size: 92%;
	}
	.nav a:last-child {
		margin-bottom: 6px;
	}
	.subMenuOpen {
		display: grid;
	}
	.subMenuContainer {
		position: inherit;
		top: 0px;
		left: 0;
		width: 100%;
		overflow: hidden;
		box-shadow: none;
	}
	.subMenu {
		width: 100%;
	}
	.subMenu a:not(:last-child) {
		border-bottom: none;
	}
	.subMenu a {
		padding-left: 42px;
	}
	/* ------------ CONTACT FORM ----------- */
	.contactMe {
		flex-direction: column;
	}
	.rowForm {
		flex-direction: column;
	}
	input, textarea {
		width: 100%;
	}
	.modal-content {
		width: 80%;
	}
	/* --------------- POP UP -------------- */
	.popupContent {
		max-width: 90%;
		margin: 40px auto;
		padding: 14px;
	}
	.popupContent p {
		font-size: 80%;
	}
	.h1PopUp {
		font-size: 160%;
	}
	.h2PopUp {
		font-size: 110%;
	}
	.h3PopUp {
		font-size: 100%;
	}
	/* --------------- GALLERY -------------- */
	.sectionContentGallery {
		margin: 30px -22px 30px -14px;
	}
	.eapp-photo-gallery-info-title {
		font-size: 10px !important;
		margin-bottom: 4px;
	}
	/* ---------------- COOKIES ------------- */
	.cookiePopUp p {
		font-size: 80%;
	}
	.cookiePopUp {
		max-width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		align-items: center;
		text-align: center;
		bottom: 20px;
		padding: 10px;
	}
	/* ----------------- MAP ---------------- */
	#map {
		margin-left: -25px;
		width: 100vw;
		margin-right: -25px;
	}
	/* --------------- SITEMAP -------------- */
	/* .siteMap {
		flex-direction: column; 
		align-items: flex-start; 
	   width: 100%; 
	}*/
	.siteMap a::before {
		display: none;
	}
	.siteMap a {
		margin: 0 8px 10px 8px;
		font-size: 90%;
	}
	.ms {
		display: block;
	}
	.mh {
		display: none;
	}
}
@media (min-width: 1601px) {
	.headerContent, .nav, .sectionContent, .footerContent {
		width: min(100% - 50px, 964px);
	}
}
/* -------- TABLET + PRINT --------- */
@media (min-width: 768px) and (max-width: 1024px) {
	/*body {
		 background-color: inherit;
	} */
}
@media print {
	body {
		font-size: 100%;
	}
}