:root {
	--default-text-color: #31312e!important;
}

html, body {
	background-color: #fff;
	color: var(--default-text-color);
	font-family: open-sans,sans-serif;
	font-size: 100%;
	font-style: normal;
	margin: 0px;
	min-height: 100%;
	padding: 0px;
	width: 100%;
}

a,
a:visited,
a:hover,
a:active {
	color: #0066cc;
	text-decoration: none;
}

h1, h2, h3, h4, p {
	font-weight: normal;
	margin: 0px;
}

h1 {
	font-size: 2.5em;
	font-weight: bold!important;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.875em;
}

h4 {
	font-size: 1.5em;
}

.highlight {
	color: #399E98;
	filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .10));
	font-weight: bold;
}

.menu {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	position:fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.menu a {
	color: #000;
	font-weight: bold;
}

.menu-content {
	font-size: 14px;
	padding: 20px 0 35px;
}

.menu-content a:hover {
	text-decoration: underline;
}

.menu-hidden {
	text-align: right;
	float: right;
}

.site-name a {
	float: left;
	text-decoration: none!important;
	text-transform: uppercase;
}

.page {
	margin-top: 100vh;
	width: 100%;
	background-color: #fff;
	position: absolute;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.content-wrapper {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.sticker {
	margin-top: 30vh;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	z-index: 8;
}

.container {
	margin: 0 auto;
	display: table;
	clear: both;
}

.flex2 {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

.flex3 {
	float: left;
	width: 30%;
	margin: 1%;
	padding-bottom: 20px;
}

.gallery {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
}
    
.flex4{
   float: left;
   width: 25%;
   height: 150px;
}

.pflex1{
   float: left;
   height:auto;
   width: 33%;
}

.pflex2{
   float: left;
   height:auto;
   width: 33%;
}

.pflex3{
	float: left;
	height:auto;
	width: 100%;
}

.pflex3 img {
	float: left;
	height: auto;
	width: 33%;
}

.page-header {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	position: fixed;
	width: 100%;
}

.layer {
	height: 100%;
	position: absolute;
	width: 100%;
}

.footer {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
	padding-top: 5vh;
	padding-bottom: 5vh;
	text-align: left;
	color: #fff;
}

.footer p, .footer a, .footer a:visited, .footer a:hover, .footer a:active {
	color: #fff;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
	
.thumbnail {
	height: auto;
	outline: 2px solid white;
	outline-offset: -2px;
}

.thumbnail:hover {
	opacity: 1;
}

.svg {
	display: inline-block;
	filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, .25));
}

.button {
	background-color: #5f98bb;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
	border-radius: 10px;
}

.button:hover {
	background-color: #2073b6;
}

.button, .button a, .button a:visited, .button:hover {
	color: #fff!important;
}

.video-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	transition: 1s opacity;
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1080px) {
h1 {
	font-size: 2em;
	font-weight: bold!important;
}

h2 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

.flex2 {
   width: 100%!important;
}

.flex4 {
   width: 50%;
}

.pflex1 {
   width: 50%;
}

.pflex2 {
   width: 100%;
}

.pflex2 img {
	width: 50%;
	height: auto;
	float: left;
	}
}

@media screen and (max-width: 960px) {
.flex2 {
	padding: 5%;
}

.flex3 {
	width: 100%;
	margin: 0%!important;
}
}

@media screen and (max-width: 780px) {
h1 {
	font-size: 1.875em;
	font-weight: bold!important;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}
	
.flex4 {
	width: 100%;
}

.menu-hidden {
	display: none!important;
}
}

@media screen and (max-width: 560px) {
}