.single-page-header {
  background-image: url("./images/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.76);
}

.breadcrumb {
  background-color: transparent !important;
}

.coming_soon_banner {
  height: 250px !important;
}

.card-footer a:hover {
  color: #3b84c1;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 500;
  perspective: 500;
  padding-top: 10vh;
}

.texts {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  color: #10515a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11vh;
  line-height: 55px;
  cursor: wait;
  height: 13vh;
  width: 50%;
  border: 2px solid black;
  outline: #3b84c1 solid 10px;
  outline-style: solid;
  text-align: center;
}

.texts:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  outline: #bbce2d solid 10px;
}

.text {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.text-front {
  z-index: 1;
}

.text-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.buttons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 45%;
}

.funding-buttons {
  background-color: #3b84c1;
  color: #fff;
}

.funding-buttons:hover {
  background-color: #fff;
  color: #3b84c1;
  border: 1px solid #3b84c1;
}

.buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 0px !important;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 995px) {
  .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buttons .btn {
    margin: 10px;
  }
}

@media screen and (max-width: 995px) {
  .texts {
    font-size: 3vh;
  }
}
