@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Tenor+Sans&display=swap");

body {
  font:
    16px "Playfair",
    sans-serif;
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
}

dl,
ol,
ul {
  margin: 0 !important;
  padding: 1rem;
  font-weight: 500;
}
li {
  margin: 0 0 30px 0 !important;
  line-height: 1.5em;
  list-style-position: outside;
  letter-spacing: -0.5px !important;
}

.bg-list {
  background: #fdfaf7;
}
.bg-list ul li {
  margin: 0 0 20px 20px !important;
  list-style-position: outside;
}

p {
  font-family: "Playfair", serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.7em;
  letter-spacing: -0.5px !important;
}
.sans-serif {
  font-family: "Tenor Sans", sans-serif;
}

a:focus .btn-content,
a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
  display: inline-block;
}

a {
  color: #786e64;
  text-decoration: underline;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: -webkit-focus-ring-color #333 1px;
}
a:focus-visible {
  text-decoration: none;
  outline: -webkit-focus-ring-color #333 5px;
}

.section {
  scroll-margin-top: 250px !important;
}
#content-home {
  scroll-margin-top: 165px !important;
}
#content {
  scroll-margin-top: 165px !important;
}

.max-container {
  max-width: 856px;
}

/*SKIP TO CONTENT*/
.skip-to-content-link {
  left: 0%;
  position: absolute;
  transform: translateY(-100%);
  background: #fff;
  height: 70px;
  padding: 8px;
  transition: transform 0.3s;
  scroll-padding-top: 110px;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  width: 100%;
  background-color: #fff;
  z-index: 99999999999;
  line-height: 50px;
  font-weight: bold;
  color: #000;
  border: none;
  text-align: center !important;
}
#content {
  scroll-margin-top: 110px;
}
/*END SKIP TO CONTENT*/

.small {
  font-size: 90% !important;
}
.smaller {
  font-size: 80% !important;
}
.smallest {
  font-size: 70% !important;
}
.large {
  font-size: 110% !important;
}
.larger {
  font-size: 120% !important;
}
.largest {
  font-size: 135% !important;
}

.lh-sm {
  line-height: 1.5em !important;
}
.lh-md {
  line-height: 1.6em !important;
}
.lh-lg {
  line-height: 1.7em !important;
}

.brown {
  color: #786e64;
}
.mauve {
  color: #c0a2a7;
}
.beige {
  color: #fdfaf7;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}

.bar-brown {
  width: 75px;
  border-top: 5px solid #786e64;
  border-radius: 10px;
}
.bar-mauve {
  width: 75px;
  border-top: 5px solid #c0a2a7;
  border-radius: 10px;
}
.bar-beige {
  width: 75px;
  border-top: 5px solid #fdfaf7;
  border-radius: 10px;
}
.bar-white {
  width: 75px;
  border-top: 5px solid #fff;
  border-radius: 10px;
}
.bar-black {
  width: 75px;
  border-top: 5px solid #000;
  border-radius: 10px;
}

.divider {
  border-top: 2px solid #c0a2a7;
}

.border-pic {
  border: 5px solid #000;
}
.border-mauve {
  border: 2px solid #c0a2a7;
}
.border-brown {
  border: 3px solid #786e64;
}
.border-btm-brown {
  border-bottom: 4px solid #786e64;
}
.border-btm-mauve {
  border-bottom: 4px solid #97cc23;
}
.shadow {
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75) !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);
}
.shadow-lt {
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.35);
}
.border-rounded {
  border-radius: 10px;
}

h1 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  color: #786e64;
  letter-spacing: -1px !important;
  line-height: 1em;
}

h2 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 32px;
  /*font-size: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 1.2), 2.8125rem);*/
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #786e64;
}

h3 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #786e64;
  letter-spacing: -0.5px;
}

h4 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #786e64;
  letter-spacing: -0.5px;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #786e64;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
}
#button:active {
  background-color: #000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #fff;
  z-index: 999999;
  /*-webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);*/
  clear: both;
  padding: 0 !important;
  margin: 0 !important;
  height: 110px !important;
  /*border-top:2px solid #fff;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {
  border-top: none !important;
  padding: 0 !important;
  background: #fff;
}
.offcanvas-header {
  padding: 0 !important;
}
.offcanvas-header img {
  height: 60px !important;
  padding: 10px;
  margin: 20px 0 0 25px !important;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  margin-bottom: -0.5rem;
  background-image: url("graphics/close.png");
  opacity: 1 !important;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Tenor Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -0.25px;
  padding: 10px 2rem !important;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 4px solid #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #786e64 !important;
  border-bottom: 4px solid #000;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #786e64 !important;
  border: 2px solid #000;
  box-shadow: none !important;
}
.navbar-light .navbar-nav .nav-link:focus-visible {
  color: #786e64 !important;
  border: 2px solid #97C000C23 !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border-color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
  color: (0, 0, 0, 1) !important;
}
.navbar-light .navbar-toggler {
  outline: none;
}

.navbar-brand {
  height: auto;
  padding: 0 !important;
}
.navbar-brand img {
  height: 55px;
  margin: 0;
}
.navbar-brand.js-scrolling img {
  height: 35px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fdfaf7 !important;
}

.bg-hero {
  background-image: url("images/index/hero.webp");
  background-position: center;
  overflow: hidden;
  min-height: 700px;
  text-shadow: 1px 1px 2px #000;
}
.h1-hero {
  font-size: 62px !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.h2-hero {
  font-size: 40px !important;
  color: #c0a2a7;
  font-weight: 400 !important;
}

.content {
  font-family: "Playfair", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  min-height: 750px;
}
.content a {
  color: #786e64;
  font-weight: 800 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content a:hover {
  color: #000;
  text-decoration: none !important;
  font-weight: 800 !important;
}
.content a:focus {
  border: 2px solid #786e64;
  color: #000;
  padding: 8px;
}
.content a:focus-visible {
  border: 2px solid #786e64;
  color: #000;
}

.content-index {
  font-family: "Playfair", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  min-height: 350px;
}
.content-index a {
  color: #786e64;
  font-weight: 800 !important;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-index a:hover {
  color: #000;
  text-decoration: none !important;
  font-weight: 800 !important;
}
.content-index a:focus {
  border: 2px solid #786e64;
  color: #000;
  padding: 8px;
}
.content-index a:focus-visible {
  border: 2px solid #786e64;
  color: #000;
}

.btn-primary {
  background-color: #786e64;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #786e64;
}
.btn-primary:hover {
  background: #000;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  border: 3px solid #c0a2a7;
}
.btn-primary:focus {
  border: 2px solid #fff;
  outline-color: #000;
  outline-style: solid;
  outline-width: 4px;
  display: inline-block;
  outline-offset: 3px;
}
.btn-primary:focus-visible {
  border: 2px solid #fff;
  outline-color: #000;
  outline-style: solid;
  outline-width: 4px;
  display: inline-block;
  outline-offset: 3px;
}

.btn-secondary {
  background-color: #786e64;
  padding: 7.5%;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #fff;
}
.btn-secondary:hover {
  background: #000;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  border: 3px solid #c0a2a7;
}
.btn-secondary:focus {
  border: 2px solid #000;
  outline-color: #000;
  outline-style: solid;
  outline-width: 4px;
  display: inline-block;
}
.btn-secondary:focus-visible {
  border: 2px solid #000;
  outline-color: #000;
  outline-style: solid;
  outline-width: 4px;
  display: inline-block;
}

.footer {
  background: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #c0a2a7;
}
.footer a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #786e64;
  font-weight: 400;
  text-decoration: none !important;
}
.footer a:focus {
  border: 2px solid #000;
  color: #786e64;
}
.footer a:focus-visible {
  border: 2px solid #000;
  color: #786e64;
}
.footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer ul li {
  list-style-type: none;
  display: inline;
}
.footer ul li:before {
  content: "";
}
.footer ul li:after {
  content: "";
  margin: 0 0 0 65px;
}
.footer ul li:last-child:after {
  content: "";
  margin-left: 0;
}

.social {
  font-size: 36px;
  color: #786e64;
}
.social a {
  color: #000;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social a:hover {
  color: #786e64;
  font-weight: 800;
  text-decoration: none !important;
}
.social a:focus {
  border: 2px solid #000;
  color: #786e64;
}
.social a:focus-visible {
  border: 2px solid #000;
  color: #786e64;
}

.shrink-on-hover {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.bg-anchor {
  background: #fff;
  color: #000;
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
}
.bg-anchor a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
.bg-anchor a:hover {
  color: #786e64;
  text-decoration: none;
}
.bg-anchor a:focus {
  border: 2px solid #000;
  color: #786e64;
}
.bg-anchor a:focus-visible {
  border: 2px solid #000;
  color: #786e64;
}
.bg-anchor ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.bg-anchor ul li {
  list-style-type: none;
  display: inline;
}
.bg-anchor ul li:before {
  content: "";
}
.bg-anchor ul li:after {
  content: "|";
  color: #c0a2a7;
  margin: 0 10px;
  font-weight: 900;
}
.bg-anchor ul li:last-child:after {
  content: "";
}

.bg-tagline {
  background-image: url("graphics/bg-tagline.webp");
}
.h2-tagline {
  font-family: "Tenor Sans", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 60px;
  color: #fff !important;
  text-shadow: 2px 2px 4px #000;
}

.intro-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: -0.5px;
}
.tagline {
  font-family: "Tenor Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.5px !important;
  color: #786e64;
}
/*.tagline-underline {text-decoration: underline; text-decoration-color: #C0A2A7; text-decoration-style: solid;  text-decoration-thickness: 4px;}*/
.tagline-underline {
  position: relative;
}
.tagline-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #c0a2a7;
  bottom: -7.5px;
  left: 0;
}

.bg-beige {
  background: #fdfaf7;
}

.number {
  font-size: 100px !important;
  font-weight: 700;
  color: #ac8d75;
  position: relative;
}
.h3-number {
  font-size: 38px;
  position: absolute;
  margin: -75px 0 0 50px !important;
  line-height: 1em;
  letter-spacing: -1px;
}

.carousel-container {
  color: #000 !important;
  font-family: "Playfair", serif;
  font-size: 18px;
  font-weight: 500;
  width: 650px !important;
  margin: 0 auto 50px auto;
  float: none;
  clear: both;
  overflow: hidden;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  min-height: 280px;
}
section#testimonials .carousel-caption {
  position: static;
}
.carousel-indicators [data-bs-target] {
  background-color: #786e64 !important;
  height: 10px;
  margin: 0 6px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.carousel-control-prev:hover,
button.carousel-control-next:hover {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    border: solid white 2px;
    outline-color: #786e64;
    outline-style: solid;
    outline-width: 2px;
    background-color: #786e64;
    transform: scale(1.25);
  }
}
button.carousel-control-prev:focus,
button.carousel-control-next:focus {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    border: solid white 2px;
    outline-color: #786e64;
    outline-style: solid;
    outline-width: 2px;
    background-color: #786e64;
    transform: scale(1.25);
  }
}

/*ACCORDION*/
.accordion-header {
  padding: 0;
}
.accordion-header:hover {
  padding: 0;
}
.accordion-item {
  border-bottom: 1px solid #97cc23 !important;
}
.accordion-button:hover {
  background: #fff !important;
  color: #786e64 !important;
  border: 2px solid #c0a2a7;
  box-shadow: none !important;
  text-decoration: underline !important;
}
.accordion-button {
  font-family: "Tenor Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #786e64;
  letter-spacing: -1px;
  border: 2px solid #f8f8f8;
}
.accordion-button:focus {
  border: 2px solid #c0a2a7 !important;
  z-index: 3;
  outline-offset: 2px;
  box-shadow: none !important;
}
.accordion-button:focus-visible {
  border: #c0a2a7;
  box-shadow: 0 !important;
}
.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #786e64 !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("graphics/angle-up.png");
}
.accordion-button::after {
  background-image: url("graphics/angle-down.png");
}
.accordion-body {
  font-family: "Playfair", serif;
  font-size: 18px;
  color: #000 !important;
  max-width: 856px !important;
}
/*END ACCORDION*/

/*FORM*/
#form {
  width: 100%;
  float: left;
  font-family: "Playfair", serif;
}

form {
  width: 100%;
}

legend {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

fieldset {
  border: 0;
  padding: 2.5% 0;
  clear: left;
}

textarea,
input,
select {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border: 1px solid #786e64;
  padding: 2.5%;
  width: 100%;
  font-size: 16px;
}

label {
  font-weight: 600 !important;
  font-size: 100%;
  display: block;
}

textarea:focus,
input:focus,
select:focus {
  border: 3px solid #786e64;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

.form-control:focus {
  border: 3px solid #786e64;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #786e64 !important;
  border-color: #786e64 !important;
}

.submit {
  padding: 5% !important;
  background: #786e64;
  color: #fff !important;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #786e64;
}
/*.submit:hover {
	background-color:#000;
	color:#ccc!important;
	cursor:pointer;
	border:4px solid #000;
}*/
.submit:hover {
  background-color: #000;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #000;
  outline-color: #786e64;
  outline-style: solid;
  outline-width: 4px;
  padding: 4px;
  border: 3px solid #000;
}
.submit:focus {
  border: 2px solid #786e64;
  outline-color: #000;
  outline-style: solid;
  outline-width: 4px;
  padding: 4px;
}
.submit:focus-visible {
  border: 2px solid #786e64;
  outline-color: #000;
  outline-style: solid;
  outline-width: 4px;
  padding: 4px;
}
input {
  padding: 10px !important;
  margin-top: 5px;
}
.form-control[type="checkox"]:focus {
  border: 3px solid #97cc23 !important;
}
.form-control[type="checkox"]:focus-visible {
  border: 3px solid #97cc23 !important;
}
/*END FORM*/

@media (max-width: 1399px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 1.5rem !important;
  }
  .footer ul li:after {
    content: "";
    margin: 0 0 0 35px;
  }
}

@media (max-width: 1199px) {
  .h1-hero {
    font-size: 56px !important;
  }
  .bg-tagline {
    background-position: center;
  }
  .footer {
    font-size: 18px;
  }
  .footer li {
    padding: 12px 0;
  }
  .footer ul li {
    display: block;
  }
  .footer ul li:after {
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  .h1-hero {
    font-size: 50px !important;
  }
  .h2-hero {
    font-size: 36px !important;
  }
  .carousel-container {
    width: 500px !important;
    min-height: 325px;
  }
}

@media (max-width: 767px) {
  .h1-hero {
    font-size: 40px !important;
  }
  .h2-hero {
    font-size: 30px !important;
  }
  .carousel-container {
    width: 375px !important;
    min-height: 425px;
  }
  .bg-tagline {
    background-attachment: fixed;
    background-size: cover;
  }
  .bg-anchor li {
    padding: 12px 0;
  }
  .bg-anchor ul li {
    display: block;
  }
  .bg-anchor ul li:after {
    content: "";
    margin: 0;
  }
}

@media (max-width: 575px) {
  .h3-number {
    font-size: 32px;
    position: absolute;
    margin: -80px 0 0 50px !important;
    line-height: 1em;
    letter-spacing: -1px;
  }

  .navbar-brand img {
    height: 60px !important;
  }
  .navbar-brand.js-scrolling img {
    height: 45px !important;
  }
  .carousel-container {
    width: 250px !important;
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .navbar-brand img {
    height: 30px !important;
  }
  .navbar-brand.js-scrolling img {
    height: 25px !important;
  }
  .offcanvas-header img {
    height: 50px !important;
    padding: 10px;
    margin: 10px 0 0 25px !important;
  }
  .h1-hero {
    font-size: 46px !important;
  }
  .h2-hero {
    font-size: 32px !important;
  }
}

@media (max-width: 375px) {
  .carousel-container {
    width: 200px !important;
    min-height: 610px;
  }
  .h3-number {
    font-size: 32px;
    position: absolute;
    margin: -125px 0 0 50px !important;
    line-height: 1em;
    letter-spacing: -1px;
  }
}
