@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");

body {
  font:
    18px "League Spartan",
    sans-serif;
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  letter-spacing: -0.5px;
}

dl,
ol,
ul {
  margin: 0 !important;
  padding: 1rem;
}
li {
  margin: 10px 0 !important;
  line-height: 1.25em;
  list-style-position: outside;
}

p {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  letter-spacing: -0.5px;
}

a:focus .btn-content,
a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {
  color: #c94f03;
  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;
}
a:hover {
  color: #000;
  font-weight: 800;
  text-decoration: none;
}
a:focus {
  color: #222 !important;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 1px;
}
a:focus-visible {
  color: #c94f03 !important;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
}

.section {
  scroll-margin-top: 150px !important;
}

/*SKIP TO CONTENT*/
.skip-to-content-link {
  left: 0px;
  position: absolute;
  transform: translateY(-100%);
  background: #fff;
  height: 50px;
  padding: 20px;
  transition: transform 0.3s;
  margin-top: -20px !important;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.skip-to-content-link:hover {
  color: #000;
}
/*.skip-to-content-link:focus {
    transform: translateY(0%);
}*/
.skip-to-content-link:focus {
  transform: translateY(0%);
  width: 100%;
  background-color: #fff;
  z-index: 99999999999;
  /*line-height:50px;*/
  font-weight: bold;
  color: #c94f03 !important;
  border: none;
  text-align: center !important;
}
.skip-to-content-link:focus-visible {
  color: #c94f03 !important;
}
/* 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;
}

.rust {
  color: #c94f03;
}
.orange {
  color: #fb6702;
}
.cream {
  color: #fcf8e3;
}
.beige {
  color: #ebe5bd;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}

.bar-rust {
  width: 80px;
  border-top: 8px solid #c94f03;
}
.bar-orange {
  width: 80px;
  border-top: 8px solid #fb6702;
}
.bar-orange-sm {
  width: 80px;
  border-top: 4px solid #fb6702;
}
.bar-cream {
  width: 80px;
  border-top: 8px solid #fcf8e3;
}
.bar-beige {
  width: 80px;
  border-top: 8px solid #ebe5bd;
}
.bar-white {
  width: 80px;
  border-top: 8px solid #fff;
}
.bar-black {
  width: 80px;
  border-top: 8px solid #000;
}

.bg-rust {
  background: #c94f03;
}
.bg-black {
  background: #222 !important;
}

/*html {position: absolute;}
#services {position: absolute;}
#services {position: -webkit-sticky; position: sticky; top: 0;}*/
/*.hero-block {display: flex; position: absolute;}
.intro-section {display: block;}
.service-L {background: #C94F03; position: fixed; left: 0; top: 0; bottom: 0; height:750px; clear: both; overflow:hidden;}
.service-R {background: #222!important; position: absolute; top: 0; bottom: 0; right: 0; height: 1000px; clear: both; overflow:hidden;}*/

.divider {
  border-top: 1px solid #ccc;
}
.divider-red {
  border-top: 1px solid #c94f03;
}

.border-pic {
  border: 2px solid #fb6702;
}
.border-lt {
  border: 3px solid #fff;
}
.border-black {
  border: 4px solid #000;
}
.border-rust {
  border: 2px solid #c94f03;
}
.border-orange {
  border: 3px solid #444;
}
.shadow {
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.85) !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.85);
}
.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);
}

h1 {
  font-family: "League Spartan", sans-serif;
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fcf8e3;
}

h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #c94f03;
  letter-spacing: -0.5px;
}

h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}

h4 {
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #c94f03;
  letter-spacing: -0.5px;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #c94f03;
  width: 50px;
  height: 50px;
  text-align: center;
  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;
  border: 2px solid #fff;
}
#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: #fb6702;
}
#button:active {
  background-color: #fb6702;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

header {
  display: flex;
}

.header {
  background: #fcf8e3;
  background: linear-gradient(
    180deg,
    rgba(252, 248, 227, 1) 0%,
    rgba(243, 238, 204, 1) 100%
  );
  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: #fcf8e3;
  background: linear-gradient(
    180deg,
    rgba(252, 248, 227, 1) 0%,
    rgba(243, 238, 204, 1) 100%
  );
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {
  background: #fcf8e3;
  background: linear-gradient(
    180deg,
    rgba(252, 248, 227, 1) 0%,
    rgba(243, 238, 204, 1) 100%
  );
  border-top: none !important;
  padding: 0 !important;
}
.offcanvas-backdrop.show {
  opacity: 0 !important;
}
.offcanvas-header {
  padding: 0 !important;
}
.offcanvas-header img {
  height: 70px !important;
  padding-top: 25px;
  margin: 0 0 0 20px !important;
}
.offcanvas-header .btn-close {
  background-image: url("graphics/close.png");
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: 1 !important;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 15px 1rem 0.5rem 1rem !important;
  margin: 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 transparent;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #c94f03 !important;
  border-bottom: 4px solid #fb6702;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #c94f03 !important;
  border: 2px solid #fb6702;
}
.navbar-light .navbar-nav .nav-link:focus-visible {
  color: #c94f03 !important;
  border: 2px solid #fb6702;
}

.navbar-toggler {
  border-color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
  color: (0, 0, 0, 1) !important;
  line-height: 1em;
}
.navbar-light .navbar-toggler {
  outline: none;
}

.navbar-brand {
  height: auto;
  padding: 0 !important;
}
.navbar-brand img {
  height: 225px !important;
  margin: 125px 0 0 50px !important;
}
.navbar-brand.js-scrolling img {
  height: 150px !important;
  margin: 50px 0 0 50px !important;
  -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: #fb6702 !important;
}

.btn-nav {
  background-color: #222;
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fb6702 !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: 2px solid #222;
  margin: 100px 0 0 20px !important;
}
.btn-nav:hover {
  background: #c94f03;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #c94f03;
}
.btn-nav:focus {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}
.btn-nav:focus-visible {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}

.hero {
  background-image: url("images/hero.jpg");
  background-position: center;
}
.bg-hero {
  background-color: rgba(0, 0, 0, 0.75); /* Your desired background color */
  clip-path: polygon(0 0, 60% 0, -10% 500%, 0 20%); /* Creates a bottom slant */
  height: 500px; /* Adjust height as needed */
}

.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);
}

.intro-text {
  font-size: 20px !important;
  line-height: 1.5em !important;
}

.content {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.content a {
  color: #c94f03;
  font-weight: 700;
  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 a:hover {
  color: #fb6702;
  text-decoration: underline;
  font-weight: 800;
}

.btn-primary {
  background-color: #c94f03;
  padding: 10% !important;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  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: 4px solid #fb6702;
}
.btn-primary:hover {
  background: #222;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  border: 4px solid #222;
}
.btn-primary:focus {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}
.btn-primary:focus-visible {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}

.btn-secondary {
  background-color: #222;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  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: 4px solid #222;
}
.btn-secondary:hover {
  background: transparent;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  border: 4px solid #222;
}
.btn-secondary:focus {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}
.btn-secondary:focus-visible {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}

.btn-tertiary {
  background-color: #c94f03;
  padding: 10% !important;
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-weight: 700;
  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: 4px solid #fb6702;
}
.btn-tertiary:hover {
  background: transparent;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
  border: 4px solid #fb6702;
}
.btn-tertiary:focus {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}
.btn-tertiary:focus-visible {
  border: 2px solid #fb6702;
  outline-color: #fb6702;
  outline-style: solid;
  outline-width: 4px;
}

.content-interior {
  min-height: 600px;
  font-size: 18px !important;
}
.content-interior a {
  color: #c94f03;
  font-weight: 800;
  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-interior a:hover {
  color: #222;
  text-decoration: none;
}

.locations {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #c94f03;
}
.locations ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.locations ul li {
  list-style-type: none;
  display: inline;
  font-size: 24px !important;
  font-weight: 800 !important;
}
.locations ul li:before {
  content: "";
}
.locations ul li:after {
  content: "|";
  color: #ebe5bd;
  margin: 0 25px;
  font-weight: 900;
}
.locations ul li:last-child:after {
  content: "";
  margin-right: -35px !important;
}

.bg-contact {
  background-image: url("graphics/bg-contact.webp");
  background-position: center;
}

.footer {
  background: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}
.footer a {
  color: #c94f03;
  font-weight: 800;
  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: #222;
  font-weight: 800;
  text-decoration: none !important;
}
.footer a:focus {
  border: 2px solid #fb6702;
  color: #767676;
}
.footer a:focus-visible {
  border: 2px solid #fb6702;
  color: #767676;
}
.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 100px;
}
.footer ul li:last-child:after {
  content: "";
  margin-left: 0;
}

.bg-anchor {
  background: #222;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.25px;
}
.bg-anchor a {
  color: #fff;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-anchor a:hover {
  color: #ebe5bd;
  text-decoration: none !important;
  font-weight: 400;
}
.bg-anchor a:focus {
  color: #fff !important;
  text-decoration: underline;
  outline: -webkit-focus-ring-color auto 1px;
}
.bg-anchor a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  outline: -webkit-focus-ring-color auto 5px;
}
.bg-anchor ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.bg-anchor ul li {
  list-style-type: none;
  display: inline;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.bg-anchor ul li:before {
  content: "";
}
.bg-anchor ul li:after {
  content: "|";
  color: #c94f03;
  margin: 0 10px;
  font-weight: 900;
}
.bg-anchor ul li:last-child:after {
  content: "";
}

@media (max-width: 1399px) {
  .navbar-light .navbar-toggler {
    margin: -65px 0 0 0 !important;
  }
  .navbar-brand img {
    margin: 10px 0 0 0 !important;
  }
  .navbar-brand.js-scrolling img {
    margin: 10px 0 0 0 !important;
  }
  .offcanvas-header img {
    height: 200px !important;
    padding-top: 25px;
    margin: 0 0 0 25px !important;
  }
  .footer ul li:after {
    content: "";
    margin: 0 0 0 50px;
  }
}

@media (max-width: 1274px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 2rem 0.5rem 2rem !important;
  }
}

@media (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 1rem 0.5rem 1rem !important;
  }
  .bg-hero {
    clip-path: polygon(0 0, 70% 0, -10% 500%, 0 30%);
  }
  .footer ul li {
    display: block;
    padding: 12px 0 !important;
  }
  .footer ul li:after {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .nav-item {
    margin: 0 !important;
  }
  .bg-hero {
    clip-path: polygon(0 0, 85% 0, -10% 500%, 0 20%);
  }
  .locations ul li {
    display: block;
  }
  .locations ul li:after {
    content: "";
    margin: 0;
  }
  .locations ul li:last-child:after {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .bg-hero {
    clip-path: none !important;
  }
  .bg-anchor ul li {
    display: block;
    padding: 12px 0;
  }
  .bg-anchor ul li:after {
    content: "";
    margin: 0;
  }
}

@media (max-width: 575px) {
  .bg-top ul {
    text-align: center;
  }
  .bg-top ul li {
    display: block;
    padding: 12px 0;
  }
  .bg-top ul li:after {
    margin: 0;
  }
  .header {
    height: 80px !important;
  }
  .navbar-brand img {
    height: 150px !important;
    margin: 10px 0 0 0 !important;
  }
  .navbar-brand.js-scrolling img {
    height: 100px !important;
    margin: 10px 0 0 0 !important;
  }
  .navbar-light .navbar-toggler {
    margin: -35px 0 0 0 !important;
  }
  .offcanvas-header img {
    height: 150px !important;
    padding-top: 25px;
    margin: 0 0 0 20px !important;
  }
  .btn-nav {
    margin: 0 !important;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 32px;
  }
  .footer {
    font-size: 18px;
  }
  .footer li {
    padding: 12px 0;
  }
  .footer ul li {
    display: block;
  }
  .footer ul li:after {
    margin: 0;
  }
  .btn-tertiary {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  /*.navbar-brand img {height:50px!important; margin:0 0 0 10px!important;}
.offcanvas-header img {height:100px!important; padding-top:25px; margin:0 0 0 20px!important;}*/
}
