body {
  font-family: 'Dancing Script', cursive;
  font-size: 1.4rem;
}

footer {
  font-size: 1.0rem;
}

.navbar .nav-link {
  color: white !important;
}

.brand-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.hero {
  background: url('../img/presentation.avif') center/cover no-repeat;
  height: 60vh;
}

.bg-primary {
  background-color: #b22222 !important;
}

.btn-primary {
  background-color: #b22222;
  border: none;
}

.btn-primary:hover {
  background-color: #8b1a1a;
}

.services {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
  margin: 0;
}

.services li {
  margin-bottom: 10px;
  break-inside: avoid;
}

.contacts {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.contacts p {
  break-inside: avoid;
  margin-bottom: 10px;
}

.contacts i {
  margin-right: 6px;
}

.contacts svg,
.contacts img {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 4px;
}

a.external-link {
  color: black;
  text-decoration: none;
}

a.external-link i {
  color: black;
}

@media (max-width: 768px) {
  .services {
    columns: 1;
    margin-top: 25px;
  }
  
  .contacts {
    columns: 1;
    margin-top: 25px;
  }
}