html {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: #000000;
}

body {
	background: #000000;
	color: #ffffff;
	text-align: center;
	min-height: 100%;
}

header {
	padding: 1rem 1rem 0 1rem;
}

a, a:hover {
	color: #ffffff;
	text-decoration: none;
}

.main-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	background: url(bg.jpg) no-repeat 75% center;
	background-size: cover;
	opacity: .4;
}

.container {
	position: relative;
	min-width: 300px;
	max-width: 900px;
	padding: 0;
}

.logo {
	margin: 0 auto 1rem;
	width: 50%;
	max-width: 180px;
	cursor: pointer;
}

.main-heading {
	display: inline-block;
	margin: 0 1rem 1rem 1rem;
	text-align: center;
	font-size: 1.25rem;
}

.main-menu {
	display: flex;
	text-transform: uppercase;
	background: #ffffff33;
}

.main-menu > a {
	flex: 1;
	padding: .5rem;
	transition: background-color .5s ease;
}

.main-menu > a.active,
.main-menu > a:hover {
	background: #ffffff55;
	text-shadow: 0 0 9px #00000080;
}

.gallery-wrapper {
	position: relative;
}

.placeholder-img {
	opacity: 0;
	width: 100%;
}

.splide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 5px #000000;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.splide__slide img {
	width: 100%;
}

.splide__arrows {
	opacity: 0;
}

.splide:hover .splide__arrows {
	opacity: 1;
}

.splide__arrow svg {
	fill: #ffffffbf;
}
.splide__arrow:hover svg {
	fill: #ffffff;
}

.splide__pagination__page.is-active {
	background: #7ae3c1;
}

.section-copy {
	text-align: left;
	background: #000000a0;
	padding: 2rem 2rem 1rem 2rem;
}

.section-copy > div {
	display: none;
}

.section-copy > *.active {
	display: block;
}

.contact-link {
	background: #12396280;
	padding: 0.5rem 2rem;
	margin: 0 -2rem;
	text-align: left;	font-style: italic;
}

.contact-link .icon {
	color: #ffffff;
	height: 1.25rem;
}

.contact-link a {
	color: #ffc107;
}

.lg-download {
	display: none;
}

.form-group {
	margin-bottom: 1rem;
	text-align: left;
}

#contact-form {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	background: #000000c0;
	z-index: 1;
}

#contact-form.show {
	display: block;
}

#contact-form .result-text {
	display: none;
	padding: 1rem;
	margin: 0 -1rem;
}

#contact-form .result-text.show {
	display: block;
}

#contact-form .result-text.success {
	background: #1f936fc0;
}

#contact-form .result-text.error {
	background: #931f3fc0;
}

#contact-form form {
	padding: 1rem;
}

#contact-form .btn {
	background-color: #1f936f;
	border-color: #1f936f;
	color: #ffffff;
}

.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0 1px 0 #fff;
	background: none;
	border: none;
	opacity: .75;
}

.g-recaptcha, 
.g-recaptcha > div,
.g-recaptcha > div > div > iframe {
	max-width: 100%;
}

.g-recaptcha {
	margin-bottom: 1rem;
}

.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
	border-color: inherit;
	padding-right: inherit;
	background-image: inherit;
}

.invalid-feedback {
	color: #ffc107;
}

.footnote {
	text-align: left;
	font-size: .8rem;
}

@media (max-width: 720px) {
	.container, .container-sm {
    max-width: 100%;
	}
}
