.photo-gallery {
  margin: 40px 0;
}
.btn-danger {
  background-color: #000;
  color: #fff;
  border: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-danger:active {
  background-color: #000;
  border: none;
}
.btn-danger:focus {
  background-color: #000;
  border: none;
}
.photo-gallery .contact-text {
  margin: 30px 0 0;
  padding: 40px;
  background-color: #f1f1f2;
}
.email {
  color: #0d6efd;
}
.text-red {
  color: #0070b6;
  font-size: 20px;
}

h6.text-red p {
  color: #5c5c5c;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
p.text {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 25px;
}
.news .text-red {
  color: #0070b6;
  font-size: 20px;
}
* {
  font-weight: 400 !important;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 0, 0, 0.5) !important;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 0, 1, 0.5);
}
@media screen and (max-width: 800px) {
  .photo-gallery .contact-text {
    margin: 10px 0 0;
    padding: 20px;
    background-color: #f1f1f2;
  }
  p.text {
    font-size: 18px;
  }
  .text-red {
    font-size: 18px;
  }
  .news .text-red {
    font-size: 18px;
  }
}
