.container {
  max-width: 960px;
}
.navbar-wrapper {
  background-color: #8a064c;
}

/*
 * Custom translucent site header
 */

.site-header {
  max-width: 960px;
  margin: 0 auto;
  background-color: #8a064c !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #ebe5f3 !important;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.site-header a.a-2 {
  color: #ebe5f3 !important;
  transition: ease-in-out color 0.15s;
}
.site-header a.a-2:hover {
  color: #fff !important;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.header {
  text-align: center;
  color: #8a064c;
}

.card-text {
  text-align: center;
}

/* for demo purposes */
.card {
  margin: 10px 10px;
}

/* Flip Cards CSS */
.card-container {
  display: grid;
  perspective: 700px;
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: 'frontAndBack';
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}

.card-title {
  text-align: center;
  font-weight: bold;
  color: #8a064c;
  margin-bottom: 3% !important;
  margin-top: 6%;
}

.card-back-text {
  margin-left: 7%;
}

.subHeader {
  color: #8a064c;
}

.text-sec {
  font-size: 15px;
  color: #888888;
}

a {
  color: #8a064c;
}

.people-name {
  font-size: 17px;
}
