@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/open_sans/open-sans-v44-latin-regular.woff2') format('woff2'),
url('../fonts/open_sans/open-sans-v44-latin-regular.ttf') format('truetype');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url('../fonts/open_sans/open-sans-v44-latin-italic.woff2') format('woff2'),
url('../fonts/open_sans/open-sans-v44-latin-italic.ttf') format('truetype');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('../fonts/open_sans/open-sans-v44-latin-700.woff2') format('woff2'),
url('../fonts/open_sans/open-sans-v44-latin-700.ttf') format('truetype');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: url('../fonts/open_sans/open-sans-v44-latin-700italic.woff2') format('woff2'),
url('../fonts/open_sans/open-sans-v44-latin-700italic.ttf') format('truetype');
}
body {
font-family: 'Open Sans';
}
body { margin: 0; }
#logo { width: 100%; position: absolute; display: flex; justify-content: center;}
#logo.above { position: relative; padding: 20px 0;}
#logo a { display: flex; }
#logo img { border: 1px solid white; }
#headerimg { text-align: center; }
#headerimg img { max-width: 100%; height: auto; margin-bottom: -5px; }
#container { max-width: 1200px; margin: 0 auto; background-color: white; box-shadow: 0px 30px 25px; }
nav ul { display: flex; justify-content: space-between; margin: 0; padding: 0px 34px; flex-wrap: wrap; list-style-type: none;}
nav li { padding: 13px 0px; }
nav a { text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; border: 1px solid transparent; padding: 0 15px; }
/* subnav */
nav ul > li ul { position: absolute; left: -999999px; z-index: 10; flex-direction: column; }
nav ul > li:hover > ul { left: auto; margin-left: -20px; margin-top: 5px; }
nav ul > li ul > li { opacity: 0; background-color: white; padding-right: 30px; transition: 0.3s all ease; box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4); }
nav ul > li:hover > ul > li { opacity: 1; }
nav ul li ul a { color: #111111; }
nav ul li ul a:hover, nav ul li ul a.active { border-bottom-color: transparent !important; }
nav ul > li ul > li:last-of-type { border-radius: 0 0 3px 3px; }
#menu-button { display: none; }
#content { display: block; padding: 30px 50px; font-size: 16px; line-height: 26px; }
#content img { max-width: 100%; height: auto;}
#content img.float.left { float: left; margin: 1em 0 1em 1em; }
#content img.float.right { float: right; margin: 1em 0 1em 1em; }
#gallery { padding: 30px 50px; }
#gallery img { max-width: 100%; height: auto; margin: 20px auto; display: block; }
#column-layout { display: flex; flex-direction: row; }
#column-layout #content { flex: 5; }
#column-layout #gallery { flex: 2; }
#column-layout #gallery img { margin: 0 auto; width: auto; }
h1 { font-size: 30px; text-transform: uppercase; }
h3 { text-transform: uppercase; }
hr { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); clear: both; }
#banner { text-align: center; padding: 0px 55px;}
#banner img { width: auto; max-width: 100%; }
.google-map-container {
overflow: hidden; padding-bottom: 80%; position: relative; height: 0;
}
.google-map-container > iframe {
left: 0; top: 0; position: absolute; height: 100%; width: 100%;
}
footer { padding: 5px; text-align: center; font-size: 12px; text-transform: uppercase; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
/* lightbox */
.slb-overlay {position: fixed; width: 100vw; height: 100vh; background: rgba(0,0,0,0.9); top: 0; left: 0;}
.slb-image {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; border-radius: 5px; border: 5px solid white;}
.slb-closer {position: fixed; top: 50%; left: 50%; padding: 10px; cursor: pointer;}
.slb-closer:hover {filter: brightness(300%);}
@media screen and (max-width: 750px) {
#logo.above { padding: 10px 0; }
nav ul { flex-direction: column; padding: 0; }
nav li { display: none; padding: 0; }
nav li.visible { display: flex; flex-direction: column; }
nav a { margin: 0 15px; padding: 13px 0; display: block; width: 100%; }
nav ul > li ul { position: relative; left: auto;}
nav ul > li:hover > ul { margin: 0; }
nav ul > li ul > li { opacity: 1; padding: 0; border: none !important; box-shadow: none; }
nav ul li ul a { padding-left: 30px; }
#menu-button { display: block; font-size: 40px; cursor: pointer; margin-left: 15px;}
#content { text-align: justify;}
#content img { max-width: 100%; }
#content img.float.left { float: none; margin: 1em 0; }
#content img.float.right { float: none; margin: 1em 0; }
#column-layout { flex-direction: column; }
h1 { font-size: 20px; }
h3 { font-size: 16px; }
footer a { padding: 10px; margin: 10px; }
}
@media screen and (max-width: 520px) {
#logo.above { padding: 5px 0; }
#logo img { max-height: 70px; max-width: 95%; margin: 0 auto; }
#logo.above img { max-height: 60px; }
#container { border: none; }
#content { padding: 0px 25px; text-align: left; }
}