.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0 0 0 85%);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.center-cropped-long {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
}

.center-cropped {
  width: 100%;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.product-image {
  margin-bottom: 20px;
}

.img-fit {
  max-height: 100%;
}

.gallery-thumbnail {
  border: 0;
}

.gallery-fit {
  width: 100%;
}

.badge-nullbits {
  color: #666;
  background-color: #01ff99c2;
}

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

.product-device {
  position: absolute;
  right: 0%;
  top: 0;
  width: 275px;
  transform: rotate(30deg);
}

.product-device-2 {
  right: auto;
  bottom: 0;
  left: 0%;
}

.bitc-black {
  max-width: 100%;
  transform: rotate(180deg);
}

.bitc-white {
  max-width: 100%;
}

/*
 * Extra utilities
 */

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-radius {
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0 0 0 5%);
}

body {
  padding-top: 60px;
}

.extra-padding {
  padding-top: 113px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 110px;
  }

  h1 {
    line-height: 0.9;
  }

  .extra-padding {
    padding-top: 162px;
  }

  .p-3 {
    padding-top: 1rem !important;
    padding-right: 0.2rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.2rem !important;
  }
}

.flex-equal > * {
  -webkit-box-flex: 1;
  flex: 1;
}

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

.overflow-hidden {
  overflow: hidden;
}

.navbar .dropdown-menu-right {
  right: 0;
  left: auto;
}
