body {
  font-size: 17px;
  font-family: 'Roboto Condensed';
  color: #000;
  --bs-body-line-height: 1.4;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 19px;
  }
}

p {
  text-align: justify;
  hyphens: auto;
}

body a {
  text-decoration: none;
}

.bg-theme {
  background: #0007b0;
}

.text-theme {
  color: #0007b0;
}

.scroll {
  scroll-margin: 120px;
}

@media (min-width: 992px) {
  .scroll {
    scroll-margin: 166px;
  }
}

.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 10px;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 80px #000, -1px -1px 8px #000;
}

.carousel-section {
  border-bottom: 15px solid #0007b0;
}

/* List Styline */

.list-services {
  line-height: 1.2;
}

@media (min-width: 360px) {
  .list-services {
    column-count: 2;
    column-gap: 20px;
    padding-left: calc(0px + 8vw);
  }
}

@media (min-width: 992px) {
  .list-services {
    column-count: 3;
  }
}

.list-services li {
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .list-services {
    margin-left: calc(35px + 3vw);
    line-height: 1.2;
  }
}

.list-services li {
  margin-bottom: 7px;
}

/* Button Styling */

.homepg-but {
  font-size: calc(16px + 2vw);
  border-radius: .375rem;
}

@media (min-width: 1400px) {
  .homepg-but {
    font-size: 44px;
  }
}

/* Modal Styling */

#modal-1 {
  z-index: 1200;
}

#modal-1 .modal-body {
  min-height: 490px;
}

.modal-text {
  font-size: calc(16px + 3.0vw);
  line-height: 1.2;
  color: #000576;
  margin-bottom: 0;
  font-weight: 900;
  width: auto;
}

@media (min-width: 768px) {
  .modal-text {
    font-size: 40px;
  }
}

.nospam {
  font-size: 15px;
}

/* Services Boxes Styling */

.bg-lt-blue {
  background-color: #d7e2ff;
}

.box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all .5s;
  border-radius: 5px;
}

.box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.box:hover img {
  transform: scale(1.1);
  transition: all .5s;
}

.box .heading {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,5,118,0.4);
  text-shadow: 1px 1px 0px #000;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 0 0;
}

.services {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .services {
    margin-bottom: 30px;
  }
}

.services h2 {
  font-size: 26px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .services h2 {
    font-size: 28px;
  }
}

/* Towns styling */

.list-towns {
  line-height: 1.2;
}

@media (min-width: 360px) {
  .list-towns {
    column-count: 2;
    column-gap: 20px;
  }
}

@media (min-width: 768px) {
  .list-towns {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .list-towns {
    column-count: 4;
  }
}

.list-towns li {
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .list-towns {
    margin-left: calc(0px + 7vw);
    line-height: 1.2;
  }
}

.list-towns li {
  margin-bottom: 7px;
}

