body {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

/* a tag */
a {
  color: #000;
  opacity: 1;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #00529b;
  opacity: 0.8;
  text-decoration: none;
}

a:focus {
  color: #00529b;
  opacity: 1;
  text-decoration: none;
}

a.link-color {
  color: #00529b;
  font-weight: 700;
  text-decoration: none;
}

a.link-color:hover {
  color: #00529b;
  text-decoration: none;
}

a.link-color:focus {
  color: #00529b;
  opacity: 1;
  text-decoration: none;
}

/*  */
.bkgd-img {
  width: 100%;
  height: auto;
  background-image: url("../images/roof-ducts-light.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: right bottom;
}
.bold {
  font-weight: 700;
}
.navbar-brand {
  color: #eee;
}
.bg-nav {
  background-color: #002f58;
  color: #eee;
}
.nav-link {
  color: #ddd;
  padding: 0.5rem 0.9rem !important;
}
.nav-link.active {
  background-color: #00529b !important;
  color: #fff;
}
.display-6 {
  font-size: calc(1.33rem + 1.5vw);
}
.lt-blue-bkgd {
  background-color: #e3edf5;
}
.blue-bkgd {
  background-color: #d0dfeb;
}
.footer {
  background-color: #888888;
  color: #ffffff !important;
  border-top: 1px solid #777777;
  padding: 4rem 0 20rem 0 !important;
  text-align: center;
}
.scrolly-container {
  overflow-y: scroll;
  height: 100vh;
  width: 100vw;
}
.lh-sm {
  line-height: 1.15 !important;
}
.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.icon {
  display: block;
  width: 26px;
  height: auto;
}
.list-unstyled {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1rem;
  font-size: 1.1rem;
}
ul ul {
  list-style-type: circle;
  margin-left: -1rem;
}
.blockquote {
  margin: 1rem 0 1rem 0;
}
.blockquote-footer {
  margin: -0.4rem 0 1rem 0;
  font-size: 1rem;
  color: #777;
}
.list-inline a {
  font-size: 0.9rem;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  word-wrap: break-word;
}
.list-inline a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}
.w-break {
  word-wrap: break-word;
}

.badge-wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100% !important;
  margin: 0 auto !important;
  margin-top: -2.5rem !important;
  height: 3.5rem !important;
}
.badge {
  padding: 0.5rem 0.8rem !important;
  font-size: 1rem !important;
  color: #fff !important;
  background-color: #00529b !important;
  margin: -12rem auto 2rem auto !important;
  text-align: center;
}

/* shadows */
.shad {
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.white-type-shad {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
}
.black-type-shad {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}

/* carousel */
.carousel-badge-wrapper {
  margin: 0 !important;
  height: 1rem !important;
}
.carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}
.carousel-caption {
  bottom: 1.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
