@font-face {
  font-family: 'Niagara Engraved Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Niagara Engraved Regular"), url("../fonts/NIAGENG.woff") format("woff");
}

@font-face {
  font-family: 'Niagara Solid Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Niagara Solid Regular"), url("../fonts/NIAGSOL.woff") format("woff");
}

h1 + p::first-letter,
h2 + p::first-letter,
body > div > div.row > div.col-xxl-6.leftCol > h3 + p::first-letter {
  color: #447204;
  font-size: 3rem;
  font-family: 'Niagara Engraved Regular';
  line-height: normal;
}

h1, h2 {
  font-family: 'Niagara Solid Regular', 'Times New Roman', Times, serif;
  color: #7B1300;
}

h1 {
  font-size: calc(44px + (28 - 16) * ((100vw - 360px) / 1560));
  font-size: clamp(18px, calc(44px + (28 - 16) * ((100vw - 360px) / 1560)), 44px);
}

h2 {
  font-size: calc(40px + (28 - 16) * ((100vw - 360px) / 1560));
  font-size: clamp(16px, calc(40px + (28 - 16) * ((100vw - 360px) / 1560)), 40px);
}

.h1, .h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', Times, serif;
  color: #7B1300;
}

p {
  font-size: large;
}

.center {
  text-align: center;
}

body > nav > div > a > img {
  transition: transform 3s;
  transition-timing-function: ease-in-out;
}

body > nav > div > a > img:hover {
  transform: rotateY(720deg);
}

body > footer > div > div:nth-child(1) > a > img {
  transition: transform 3s;
  transition-timing-function: ease-in-out;
}

body > footer > div > div:nth-child(1) > a > img:hover {
  transform: rotateX(720deg);
}

/* Radial out effect for top navigation menu */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #7B1300;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BB621D;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  background-color: #7B1300;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbarWidth {
  max-width: 1600px;
}

.navbarColor {
  background-color: #7B1300;
  font-size: larger;
  font-weight: bolder;
  white-space: nowrap;
}

#navBarDropdown > ul > li > a {
  color: #EECAA8;
  font-size: calc(14px + (28 - 18) * ((100vw - 360px) / 1560));
  font-size: clamp(14px, calc(14px + (28 - 16) * ((100vw - 360px) / 1560)), 30px);
  font-weight: bold;
}

.navbar .nav-pills > li > a.active {
  background-color: #BB621D;
  border-radius: 4px;
}

#navBarDropdown > ul > li.btn-group.nav-item.h3.ms-auto.me-1 > ul {
  background-color: #7B1300;
  border-color: #EECAA8;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#navBarDropdown > ul > li.btn-group.nav-item.h3.ms-auto.me-1 > ul li:nth-child(1) > a.active {
  background-color: #BB621D;
}

#navBarDropdown > ul > li.btn-group.nav-item.h3.ms-auto.me-1 > ul li:nth-child(2) > a.active {
  background-color: #BB621D;
}

#navBarDropdown > ul > li.btn-group.nav-item.h3.ms-auto.me-1 > ul a {
  color: #EECAA8;
  font-size: calc(14px + (28 - 18) * ((100vw - 360px) / 1560));
  font-size: clamp(14px, calc(14px + (28 - 16) * ((100vw - 360px) / 1560)), 30px);
  font-weight: bold;
}

.pageContent {
  max-width: 1600px;
}

.bannerImage {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 2.5%;
  margin: 0 auto 2.5% auto;
}

footer {
  background-color: #7B1300;
}

.footerContent {
  max-width: 1700px;
  color: #EECAA8;
  white-space: nowrap;
  text-align: center;
}
