.dropdown-menu {
  width:100%;
  max-height: 20rem;
  overflow-y: auto;
}

.full_name {
  color: var(--nokia-blueblack);
  font-weight: bold;
  line-height:.8;
  padding-left: 0.5rem;
  padding-top: 1.25rem;
}

/*
 * Tiles for the Product View pages
 */

.product-tiles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.product-tile {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  min-width: 300px;
  max-width: 355px;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .product-tile {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-tile {
    width: 100%;
    min-width: 350px;
  }
}


/*
 * Buttons for the Product View pages
 */

.btn-group-justified {
  align-items-center justify-content-center
  display: flex;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
  float: none;
  display: table-cell;
  flex: 1;
  font-weight: 600;
  color: var(--Nokia-Grey800);
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
  width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
  left: auto;
}

.btn-outline-product, .dropdown-item {
  color: var(--Nokia-Black);
  background-color: var(--Nokia-White);
  border-color: var(--Nokia-Grey800);
}

.btn-outline-product:hover, .dropdown-item:hover,
.btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open>.dropdown-toggle.btn-product {
  color: var(--Nokia-White);
  background-color: var(--our-blue);
  border-color: var(--Nokia-Grey800);
}

mark.blue {
    color: var(--our-blue);
    background: none;
}

.inf-banner {
  position: relative;
  text-align: center;
}

.inf-banner img{
  display: flex;
  height: 14rem;
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
}

.inf-banner:hover {
  transform: scale(1.05);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition:transform 0.3s ease-in-out;
  -ms-transition:transform 0.3s ease-in-out;
}

.inf-intro-text {
  font-family: NokiaPureHeadline;
  color: var(--infinera-white);
  text-decoration: none;
  position: absolute;
  top: 4.5rem;
  left: 3rem;
  font-size: 40px;
  font-weight: 300;
}

.inf-intro-text a {
  color: var(--infinera-white);
  text-decoration: none;
}

.inf-welcome-text {
  font-family: NokiaPureHeadline;
  color: var(--infinera-white);
  text-decoration: none;
  position: absolute;
  top: 8.5rem;
  left: 3rem;
  font-size: 24px;
  font-weight: 300;
}

.inf-welcome-text a {
  color: var(--infinera-white);
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  .inf_name {
    color: var(--darkmode-text-light);
   }

  .full_name {
    color: var(--darkmode-text-light);
   }

  .btn-group-justified .btn,
    .btn-group-justified .btn-group {
    color: var(--Nokia-White);
  }

  .btn-outline-product {
    color: var(--Nokia-White);
    background-color: var(--Nokia-Grey800);
    border-color: var(--Nokia-White);
  }

  .btn-outline-product:hover, .dropdown-item:hover,
  .btn-primary:focus, .btn-primary:active,
  .btn-primary.active, .open>.dropdown-toggle.btn-product {
    color: var(--darkmode-text-light);
    background-color: var(--darkmode-background-dark);
    border-color: var(--Nokia-Grey800);
  }
}
