.container {
  max-width: 960px;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/* Picked with https://www.canva.com/colors/color-wheel/ */
:root {
  --triadic0: rgb(67, 188, 100);
  --triadic1: rgb(188, 100, 67);
  --triadic2: rgb(100, 67, 188);
}

/*
 * Banner
 */

.site-navbar-bg{
  background-color: var(--triadic0);
}

.site-navbar-text{
  color: white;
  text-shadow: #8e8e8e;
  font-weight: bolder;
}

 .site-banner{
  background-image: url(./img/banner.jpg);
  /* opacity: 0.75; */
  background-size: cover;
  /* border-radius: 21px; */
}
.site-banner-text{
  color: var(--triadic0);
  background-color: var(--triadic1);
  border-radius: 25px;
  font-weight: bold;
}

.site-module0{
  background-color: var(--triadic1);
  color: black;
}

.site-module1{
  background-color: var(--triadic0);
  color: black;
}



/*
 * Video Containers
 */
.site-video{
  height: auto;
  width: 100%;
  border-radius: 75px;
}

/*
 * 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;
  transform: rotate(30deg);
}

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

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


/*
 * Extra utilities
 */

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

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
