.container-full-size {
  width: unset;
  max-width: unset;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: unset;
  margin-left: unset;
}

.blue-bg {
  background-color: #1a1d24;
}

.white-bg {
  background-color: #ffffff;
}

.red-bg {
  background-color: #ee1a23;
}

.mt-100 {
  margin-top: 100%;
}

.blue-light-bg {
  background-color: #2e3340;
}

.container-bordered {
  border-left: 50px solid #2e3340;
  border-top: 50px solid #ee1a23;
  border-bottom: 50px solid #ee1a23;
  border-right: 50px solid #2e3340;
}

.container-bordered-red {
  border-left: 100px solid #ec2933;
  border-top: 50px solid #ee1a23;
  border-bottom: 50px solid #ee1a23;
  border-right: 100px solid #ec2933;
}

@media screen and (max-width: 992px) {
  .container-bordered {
    border-left: unset;
    border-top: unset;
    border-bottom: unset;
    border-right: unset;
  }

  .footer-dark .footer-middle {
    padding-left: 5vh;
  }
}
