.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

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

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

.d-flex-direction-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h2.text-center,
h2.border-bottom {
  color: #3e3e3f;
}

div.badge {
  background-color: #ee1d23;
}

div.sean-footer a.nav-link {
  color: #3e3e3f;
}

div.sean-footer a.nav-link:hover {
  color: #ee1d23;
}

html {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

header {
  background-image: url("../assets/header.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
}

#aboutUs {
  background-image: url("../assets/about.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

#contactUs {
  background-image: url("../assets/contact.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

#developedBy {
  text-decoration: none;
  font-family: Raleway;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in;
}

#developedBy:hover {
  text-shadow: 1px 1px 15px yellow;
  color: black;
}

#developedBy:active {
  text-decoration: underline;
}

.offcanvas-body button {
  text-align: left;
}

.modal-body.size {
  height: 70vh;
}

.bg-color {
  background-color: #fcfcfc;
}

.brand-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  padding: 0.5em;
  transition: all 0.5s ease-in-out;
  height: 150px;
  width: 300px;
}

.brand-image-container:hover {
  background: rgba(247, 247, 247, 1);
}

.brand-image {
  height: 100%;
  max-width: 250px;
  object-fit: contain;
}

.partner-image {
  height: 100%;
  max-width: 200px;
  object-fit: contain;
}

.partner-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  padding: 0.5em;
  height: 150px;
  width: 250px;
  box-shadow: inset 0 0 5px 1px rgb(0 0 0 / 20%);
}
