@font-face {
  font-family: "Ogilvy Sans";
  src: url("../fonts/OgilvySans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogilvy Sans";
  src: url("../fonts/OgilvySans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Ogilvy Sans", Arial;
  font-weight: normal;
}
.bg-red {
  background-color: #eb3f43 !important;
  color: #fff;
}
.bg-black {
  background-color: #000000 !important;
  color: #fff;
}
.bg-dark-gray {
  background-color: #545659 !important;
  color: #fff;
}
.bg-light-gray {
  background-color: #a6a6a8 !important;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  text-shadow: none;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border: none;
  position: absolute;
  left: 20px;
  padding: 3px;
}
.navbar {
  padding: 1.5rem 0;
}
.navbar-brand img {
  width: 100%;
  max-height: 2rem;
}
#header h1 {
  font-weight: bold;
  line-height: 1;
}
#header .py-20 {
  padding-top: 10rem !important;
  padding-bottom: 5rem !important;
}
#header .media span {
  background-size: 640px auto;
  background-repeat: no-repeat;
}
#features h2 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
}
#features p {
  font-size: 19px;
}
#features .card-header {
  padding: 1.5rem 0 1.5rem 0;
}
#features .card-header img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
#features .card-footer {
  padding: 0 1rem 0 0;
}
#map h2 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
#map .list-group-minimal .list-group-item {
  font-size: 19px;
  line-height: 1.2;
}
#benefits h2 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
}
#benefits p {
  font-size: 18px;
  line-height: 1.2;
}
#benefits .row.g-3 {
  margin-top: 1.5rem;
}
#benefits .card-header {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
#benefits .card-header img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#benefits .card-footer {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  min-height: 175px;
}
#clients h2 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
}
#clients .carousel {
  margin-top: 1.5rem;
}
#clients .logo {
  width: 150px;
  height: 45px;
  object-fit: contain;
}
#clients .logo.square {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
#contacts h2 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
}
#contacts p {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1.5rem;
  max-width: 550px;
}
#contacts .cta h5 {
  font-weight: bold;
  margin-top: 4rem;
}
#contacts .cta p {
  font-size: 20px;
  max-width: unset;
}
#contacts .cta a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#contacts .cta .action {
  margin: 0px 10px;
}
#news h2 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
#news a {
  color: #000;
  text-decoration: underline;
}
#news .img-fluid {
  max-width: 380px;
}
#news .list-group-minimal .list-group-item {
    padding-top: 0;
}
footer .text-primary-hover:hover,
footer .text-primary-hover:focus {
  color: #eb3f43 !important;
}

@media (max-width: 768px) {
  #header .py-20 {
    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
  }
  #header .media span {
    background-size: contain;
  }
  #map .img-fluid {
    margin-top: 30px;
  }
  #benefits .card-footer {
    min-height: 150px;
  }
  #clients .logo.square {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  #news .img-fluid {
    margin: 30px auto 0 auto;
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    max-height: 8rem;
  }
  #header h1 {
    font-size: 4rem;
  }
  #features h2 {
    font-size: 3.5rem;
  }
  #map h2 {
    font-size: 3.5rem;
  }
  #benefits h2 {
    font-size: 3.5rem;
  }
}
