body { overflow-x: hidden; font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

p { line-height: 1.75; }

a { color: #f8b000; }

a:hover { color: #c58c00; }

.text-primary { color: #f8b000 !important; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.page-section { padding: 100px 0; }

.page-section h2.section-heading { font-size: 40px; margin-top: 0; margin-bottom: 15px; }

.page-section h3.section-subheading { font-size: 16px; font-weight: 400; font-style: italic; margin-bottom: 75px; text-transform: none; }

@media (min-width: 768px) { section { padding: 150px 0; } }

::-moz-selection { background: #f8b000; text-shadow: none; }

::selection { background: #f8b000; text-shadow: none; }

img::selection { background: transparent; }

img::-moz-selection { background: transparent; }

#mainNav { background-color: #212121; }

#mainNav .navbar-toggler { font-size: 12px; right: 0; padding: 13px; text-transform: uppercase; color: white; border: 0; background-color: #f8b000; font-weight: 400; }

#mainNav .navbar-brand { color: #f8b000; font-weight: 800; }

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: #c58c00; }

#mainNav .navbar-nav .nav-item .nav-link { font-size: 90%; font-weight: 400; padding: 0.75em 0; letter-spacing: 1px; color: white; font-weight: 400; }

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: #f8b000; }

@media (min-width: 992px) { #mainNav .navbar-nav .nav-item .nav-link { padding: 1.1em 1em !important; } #mainNav.navbar-shrink { padding-top: 0; padding-bottom: 0; background-color: #212529; } #mainNav.navbar-shrink .navbar-brand { font-size: 1.25em; padding: 12px 0; } }

* { font-family: 'Outfit', sans-serif; box-sizing: border-box; }

html { overflow-y: auto; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; }

.title { font-size: 600%; margin: 0; }

.subtitle { font-size: 400%; margin: 0; }

.sign { font-family: 'Allison', cursive; }

body { max-width: 100%; height: 100%; margin: 0; }

@media screen and (max-width: 600px) { .title { font-size: 350% !important; } .subtitle { font-size: 300% !important; } .category-grid { grid-template-columns: repeat(1, 1fr) !important; grid-auto-rows: 16vh !important; } }

.site-wrapper { width: 100%; position: absolute; }

.site { position: relative; }

.site-end { position: relative; margin-bottom: 24px; }

.footer-wrapper { position: relative; height: 12.5vh; }

.img-protection { width: calc(100vw - (100vw - 100%)); height: 75vh; }

.site-image { width: 100%; height: 100%; z-index: -1; object-fit: cover; }

.header-wrapper { position: absolute; height: 50vh; top: 12.5vh; bottom: 12.5vh; }

.header { bottom: 0; position: absolute; }

.header-content { color: #fff; padding: 0 36px; }

.header-end { width: 100%; position: absolute; left: 0; right: 0; bottom: 0; }

.content-end { width: 100%; position: absolute; left: 0; right: 0; top: 0; }

.footer { width: 100%; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; height: 100%; text-align: end; }

.footer-content { text-align: end; bottom: 12px; position: absolute; right: 12px; }

.separator-top { border-bottom: 12.5vh solid #fff; border-left: 100vw solid transparent; border-top: 0; border-right: 0; filter: drop-shadow(8px -8px 8px rgba(0, 0, 0, 0.5)); }

.separator-end { border-top: 12.5vh solid #fff; border-right: 100vw solid transparent; border-bottom: 0; border-left: 0; z-index: -1; filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.5)); }

.content-wrapper { padding: 12px 24px; background: #fff; z-index: 1; position: relative; }

.content { margin: 0 auto; width: 60vw; }

.content h2 { text-align: center; }

.content p { text-align: center; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 16vw; grid-gap: 1rem; }

.category-item { border: 1px solid black; }

.category-item a { text-decoration: none; color: #000; }

.category-item a div { width: 100%; height: 100%; position: relative; cursor: pointer; }

.category-item a div:hover div { height: 100%; }

.category-item a div img { width: 100%; height: 100%; object-fit: cover; }

.category-item a div div { position: absolute; top: 0; background: rgba(255, 255, 255, 0.6); height: 30%; transition: 0.4s ease-in-out; }

.category-item a div div h5 { position: absolute; width: 100%; padding: 0; margin: 0; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }

.text-uppercase { text-transform: uppercase !important; }

button { font-size: medium; cursor: pointer; }

.btn-primary { background-color: #f8b000; color: white; padding: 8px 16px; display: block; margin: 0 auto; border-radius: 4px; border: 2px #f8b000 solid; }

.btn-primary:hover { background-color: #0088a0; }

.content h2 { text-align: start !important; }

.content p { text-align: start !important; }

.form-control { font-size: 16px; font-weight: 400; width: 100%; margin: 4px 0; padding: 8px 6px; background-color: #fff; border-radius: 4px; border: 2px #6e6e6e solid; }

#contactForm { background-image: url(""); background-repeat: no-repeat; background-position: center; }

#contactForm .section-heading { color: #EAEAEA; }

#contactForm .form-group { margin-bottom: 25px; }

#contactForm .form-group input, #contactForm .form-group textarea { padding: 20px; }

#contactForm .form-group input.form-control { height: auto; }

#contactForm .form-group textarea.form-control { height: 248px; }

#contactForm .form-control:focus { border-color: #f8b000; box-shadow: none; }

#contactForm ::-webkit-input-placeholder { font-weight: 700; color: #ced4da; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#contactForm :-moz-placeholder { font-weight: 700; color: #ced4da; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#contactForm ::-moz-placeholder { font-weight: 700; color: #ced4da; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#contactForm :-ms-input-placeholder { font-weight: 700; color: #ced4da; font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

/*# sourceMappingURL=site.css.map */