html {
  font-family: cormorant garamond, palatino linotype, book antiqua, Palatino, Baskerville, serif
}

body {
  margin: 0;
  --bs-body-font-family: "cormorant garamond", "palatino linotype", "book antiqua", Palatino, Baskerville, serif
}

header {
  /* background: #b5ab8a; */
  height: 98px;
  margin: 0 0 20px 0;
}

.page-container {
  max-width: 1040px;
  margin: 88px auto !important;
  position: relative;
}

nav {
  container-type: inline-size;
}

.navbar-brand,.nav-link {
  font-family: "Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
}
.navbar-brand {
  /* font-size: 1.6rem; */
  font-size: max(5cqi, 1.56rem);
  /* line-height: 5rem; */
  font-weight: 500;
  white-space: nowrap;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .navbar-brand {
    font-size: 2.1rem;
  }
}

.nav-item {
  white-space: nowrap;
}

.nav-item.active {
    border-bottom: 4px solid #89C527;
}

h1,h2 {
  text-align: center;
  font-family: "Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
  color: white;
  margin: 0;
}

h1 {
  /* font-size: 2.2rem; */
  /* line-height: 5rem; */
  /* line-height: 100px; */
}

h2 {
  color: #273629;
}

article {
  padding: 10px;
  margin: 0;
  background-color: #d0dade;
}
article.text {
}
article.image {
  display: flex;
  justify-content: center;
  align-items: start;
}
article.image.stack {
  flex-direction: column;
}

section {
  /* border-radius: 16px; */
  background-color: #d0dade;
  /* line-height: 0px; */
  display: flex;
  /* flex-direction: column; */
}

p {
  font-size: 1.24rem;
  font-weight: 500;
  color: #444;
  line-height: 1.7rem;
  margin: 0;
  padding: 5px 0 9px 0;
}
p.center {
  text-align: center;
}

.standout {
  background: #bbce76;
  /* background: #efcc9f; */
  /* background: #ef9627; */
  /* font-weight: 700; */
  font-size: 1.4rem;
  line-height: 1.85rem;
  text-align: center;
  padding: 4px 16px 7px 16px;
  /* max-width: 80%; */
  margin-bottom: 4px;
}

li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #444;
  line-height: 1.5rem;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

hr {
  width: 30%;
  border: 2px solid #333;
  color: #333;
  margin-bottom: 32px;
  margin-inline: auto;
}

figcaption {
  display: block;
  color: #666;
  padding: 12px 2px 6px;
  font-family: merriweather;
  font-size: 0.8rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 6px;
}

iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

/* ---- Flexbox CSS for section / article components ---- */
@media (max-width: 576px) {
  section {
    flex-wrap: wrap;
  }

  .two-in-five, .three-in-five {
    flex: 1 0 100%;
  }

  hr {
    width: 30%;
    border: 1px solid #333;
    color: #333;
    margin-bottom: 12px;
    margin-inline: auto;
  }
}  /* end max-width-576 */

@media (min-width: 576px) {
  .two-in-five {
      flex: 1 0;
      align-items: start;
      max-width: 432px;
  }

  .three-in-five {
      flex: 1.5 0;
  }
}

/* ----------------- Footer Styles ----------------- */

.footer-sm {
  padding: 10px 0;
  /* background: rgba(30, 166, 154, 0.1); */
  /* background: #f6f6fd; */
  background: #999;
  /* background: #303c42; */
  text-align: center;
}

.footer-sm .col-md-4:nth-child(even) {
  text-align: center;
}

.footer-sm .footer-logo {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-sm h6 {
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  display: inline-block;
}

.footer-sm ul {
  list-style-type: none;
  text-align: center;
  margin-top: 10px;
}

.footer-sm ul li {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.footer-sm ul li a {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-sm ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #FFFFFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.footer-sm ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.no-touch .footer-sm ul li a:hover {
  text-decoration: none;
  color: #000;
}

/* --------------------- Back To Top -------------------- */

.bk-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  border-radius: 3px;
  z-index: 90;
  display: none;
  width: 45px;
  height: 45px;
  background: #4285f4;
  color: #f2f2f0;
  border-radius: 50%;
  display: table;
  box-shadow:0 5px 15px rgba(0, 0, 0, .1);
}

.bk-top-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.back-to-top {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.back-to-top:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
}


.back-to-top:focus {
  color: #FFFFFF;
}
