@font-face {
  font-family: "ProximaNova-cond";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/ProximaNova-ExCon-Light.otf") format("OpenType"), local("Tahoma"); }
@font-face {
  font-family: "ProximaNova-cond";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ProximaNova-ExCon-Reg.otf") format("OpenType"), local("Tahoma"); }
@font-face {
  font-family: "ProximaNova-cond";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ProximaNova-ExCon-sBold.otf") format("OpenType"), local("Tahoma"); }
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ProximaNova-Reg-web.otf") format("OpenType"), local("Tahoma"); }
body {
  font-family: "ProximaNova-cond", sans-serif; }

.container-fluid {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto; }

a {
  display: inline-block; }

p {
  font-size: 1.2rem; }

.CTA {
  border-radius: 80px;
  padding: 10px 35px;
  width: fit-content;
  border: none;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.2rem; }
  .CTA:hover {
    background-color: #c90000; }
  .CTA p {
    margin-bottom: 0;
    text-transform: uppercase; }

.form-control, label {
  font-size: 1.2rem; }

.red {
  background-color: #c00;
  color: #fff; }

.dark-grey {
  background-color: #111;
  color: #fff; }

.medium-grey {
  background-color: #333;
  color: #fff; }

.light-grey {
  background-color: #EFEFEF; }

.black-bg {
  background-color: #000;
  color: #fff; }

.black {
  color: #000; }

.white {
  color: #fff; }

h3 {
  font-weight: 600; }

#hero {
  background-image: url("../assets/hero-img.webp");
  height: 100vh;
  background-position: center top;
  background-size: cover;
  color: #111; }

#homepage-filter-wrapper {
  background: rgba(255, 255, 255, 0.75); }

#contact-filler {
  background-image: url("../assets/filter-filler.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: clamp(350px, 80%, 500px) auto;
  min-height: 400px; }
  #contact-filler a {
    color: #c00; }

#contact-details a {
  color: #c00;
  font-size: 1.2rem; }

#opening-wrap {
  background: rgba(239, 239, 239, 0.8); }
  #opening-wrap p {
    margin-bottom: 15px; }
  #opening-wrap h6 {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600; }

footer ul {
  padding-left: 0; }
  footer ul li {
    display: inline-block;
    margin: 0 10px; }
    footer ul li a {
      font-size: 1rem;
      color: #fff; }
    footer ul li :hover {
      color: #c00; }

.overview-detail {
  color: #111; }
  .overview-detail h4 {
    font-size: 1.4rem;
    font-weight: 300; }
  .overview-detail h5 {
    color: #c00;
    font-weight: 600;
    font-size: 1.6rem; }
  .overview-detail span {
    color: #777;
    font-size: 1rem;
    font-weight: 300; }

.classic-tabs .nav-link {
  font-size: 1.4rem; }
.classic-tabs ul li {
  font-size: 1.2rem; }
.classic-tabs #optionslist {
  column-count: 3; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #c00;
  border-color: #c00; }

.service-wrapper h4 {
  color: #c00;
  font-weight: 100;
  font-size: 1.6rem; }

#map {
  height: 400px; }

@media only screen and (max-width: 990px) {
  #contact-filler {
    background-image: none; } }
@media only screen and (max-width: 767.88px) {
  .nav-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem; } }

/*# sourceMappingURL=style.css.map */
