@font-face {
  font-family: "Avigea";
  src: url("../fonts/Avigea.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Avigea", sans-serif;
  margin: 0;
  text-align: center;
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.red-bg {
  background-color: #A11C27;
  color: #fcdf9d;
}

.yellow-bg {
  background-color: #fcdf9d;
  color: #A11C27;
}

#section-header {
  min-height: 650px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section-header .content {
  position: relative;
  z-index: 1; /* above video */
  text-align: center;
  height: 650px;
  background-color: rgba(0, 0, 0, 0.4);
}
#section-header .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
#section-header .logo-container {
  background-color: #A11C27;
  background-image: url("../img/Red_BG.jpg");
  width: 250px;
  margin: 0 auto;
}
#section-header .logo {
  width: 100%;
}
#section-header .title-group {
  margin-top: 250px;
}
#section-header .title-group p {
  font-size: 40px;
  margin-bottom: 12px;
}
#section-header .title-group h2 {
  font-size: 48px;
  letter-spacing: 2px;
}

#section-info {
  padding: 140px 0 0;
  background-image: url(../img/Christmas_Lights.png), url(../img/Red_BG.jpg);
  background-size: contain, contain;
  background-position: center top, center;
  background-repeat: no-repeat, repeat;
}
#section-info p {
  font-size: 21px;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 24px;
  max-width: 430px;
  margin: 0 auto 24px;
  padding: 0 20px;
}
#section-info .light-taj-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#section-info .light-taj-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

#section-entry {
  padding: 50px 20px;
}
#section-entry p {
  font-size: 18px;
  margin-bottom: 8px;
}
#section-entry p strong {
  font-weight: bold;
}
#section-entry h4 {
  font-size: 32px;
  letter-spacing: 2px;
}

#section-calendar {
  background-image: url("../img/Trees.png"), url("../img/Red_BG.jpg");
  background-size: 40%, 300px;
  background-repeat: no-repeat, repeat;
  background-position: bottom right, center;
  padding: 50px 20px;
}
#section-calendar h3 {
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#section-calendar .calendar-img-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#section-calendar .calendar-img-wrapper img {
  width: 100%;
}

#section-map {
  padding: 50px 40px;
}
#section-map h3 {
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#section-map p {
  font-size: 21px;
}
#section-map .map-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
  margin: 20px auto;
}
#section-map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#section-footer {
  padding: 30px;
  background-image: url(../img/Red_BG.jpg);
  background-size: 300px;
  background-repeat: repeat;
}
#section-footer p {
  font-size: 18px;
}
#section-footer a {
  text-decoration: none;
  color: #fcdf9d;
}
#section-footer a:hover {
  text-decoration: underline;
}
#section-footer .social-icons {
  margin: 10px auto;
  text-align: center;
}
#section-footer .social-icons .icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
}
#section-footer .social-icons .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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