﻿html, body, .page-container {
	/*padding-top: 92px;*/
	height:100%;
	min-height:100vh;
}
.text-shadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.text-shadow-sm {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.text-shadow-md {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}
.text-shadow-lg {
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
}
.text-shadow-soft-sm {
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}
.text-shadow-soft-md {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
}
.text-shadow-soft-lg {
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.75);
}
.border-transparent {
	border-color: transparent;
}
img {
	max-width:100%;
}

.video-row > * {
	z-index: 1;
}

.video-row > video {
    position: absolute; /* Positioning relative to .row */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    object-fit: cover; /* Cover the area while maintaining aspect ratio */
    z-index: 0; /* Keep it behind other content */
}

a, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1.75rem;
}

.modal-title {
  margin-top: 0 !important;
}

h2.section-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.blockquote {
  border-left: 3px solid #c0c0c0;
  font-size: 0.825rem;
  margin: 30px 0px 42px;
  padding: 3px 24px;
}

.fa-ul > li {
  margin-bottom: 0.5rem;
}
.fa-ul-spaced > li {
  margin-bottom: 0.825rem;
}

/* Fix overlapping container on really large screens */
@media (min-width: 1200px) {
  /*html {
    font-size: 18px;
  }*/
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 2000px) {
  /*html {
    font-size: 22px;
  }*/
  .container {
    max-width: 1720px;
  }
}

/* Image Gallery */
/*
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.gallery a.big img {
  width: 40%;
}
*/
.gallery .gallery-div {
  float: left;
  width: 20%;
  height: 14em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.gallery .gallery-div.big {
  width: 40%;
}
.gallery .gallery-div a {
  float: left;
  height:100% !important;
  position: relative;
  width:100% !important;
}
/* Image Gallery */

/* Hero Section */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

.hero .hero-logo {
  margin-bottom: 30px;
}

.hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

.hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
}

.hero-white h1, .hero-white h2 {
  color: inherit;
}

.btn-get-started {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: #7cc576;
}

.btn-get-started:hover {
  transition: 0.5s;
  background: #fff;
  color: #7cc576;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    line-height: 22px;
  }
}
/* Hero Section */

.btn-next-page {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 24px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: #76ba95;
}

.btn-next-page:hover {
  transition: 0.5s;
  color: #fff;
  background: #9eccb3;
}

.polaroid {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.gutter-1 {
  margin: 3px;
}
.gutter-2 {
  margin: 6px;
}
.gutter-3 {
  margin: 9px;
}
.gutter-4 {
  margin: 12px;
}
.gutter-5 {
  margin: 15px;
}
.gutter-x-1 {
  margin-left: 3px;
  margin-right: 3px;
}
.gutter-x-2 {
  margin-left: 6px;
  margin-right: 6px;
}
.gutter-x-3 {
  margin-left: 9px;
  margin-right: 9px;
}
.gutter-x-4 {
  margin-left: 12px;
  margin-right: 12px;
}
.gutter-x-5 {
  margin-left: 15px;
  margin-right: 15px;
}

.border-gap-1 {
  padding: 3px;
}
.border-gap-2 {
  padding: 6px;
}
.border-gap-3 {
  padding: 9px;
}
.border-gap-4 {
  padding: 12px;
}
.border-gap-5 {
  padding: 15px;
}

.border-1, .border-2, .border-3, .border-4, .border-5 {
  border-style: solid;
}

.border-1 {
  border-width: 3px;
}
.border-2 {
  border-width: 6px;
}
.border-3 {
  border-width: 9px;
}
.border-4 {
  border-width: 12px;
}
.border-5 {
  border-width: 15px;
}

.rounded-1 {
  border-radius: 0.5rem !important;
}
.rounded-2 {
  border-radius: 1rem !important;
}
.rounded-3 {
  border-radius: 1.5rem !important;
}
.rounded-4 {
  border-radius: 2rem !important;
}
.rounded-5 {
  border-radius: 2.5rem !important;
}

div.punch {
  font-size: 1.125rem;
}
div.punch p {
  line-height: 2rem;
}

[data-clickable-href] {
  cursor: pointer;
}

@media print {
  body {
    background-image: none !important;
  }
  .footer h1, .footer h2, .footer h3, 
  .footer h4, .footer h5, .footer h6, 
  .footer div, .footer p, .footer a {
    color: #353535 !important;
  }
  .footer img {
    display: none;
  }
  .badge {
    border-width: 0px !important;
  }
  .page-break {
    page-break-after: always;
  }
}

/* 2024 Additional Settings */
.pt-10px { padding-top : 10px; }
.pt-20px { padding-top : 20px; }
.pt-30px { padding-top : 30px; }
.pt-40px { padding-top : 40px; }
.pt-50px { padding-top : 50px; }
	.pt-51px { padding-top : 51px; }
.pt-60px { padding-top : 60px; }
.pt-70px { padding-top : 70px; }
.pt-80px { padding-top : 80px; }
.pt-90px { padding-top : 90px; }
.pt-100px { padding-top : 100px; }
