.background-graphic-1 {
  background-image: url('blueprint/5.png');
  background-color: rgba(255, 255, 255, 0.85);
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
  background-blend-mode: overlay;
}

.bold {
  font-weight: bold;
}

.background-banner {
  z-index: 5;
  position: absolute;
  opacity: 0.5;
  margin-left: 30%;
  margin-top: -20%;
  width: auto;
  max-width: 100%;
  height: auto;
}

.background {
  z-index: 1;
  position: absolute;
  opacity: 0.2;
  width: auto;
  height: auto;
  max-width:100%;
  justify-content: center;
  margin-top:-20%;
  overflow:hidden;
  
}


@media (max-width: 640px) {
  .background-banner {
    transform: scale(1.8); /* Bigger boost */
    transform-origin: top left;
  }
}


.icon {
    width:1rem !important;
    height:1rem !important;
    margin-right: 1rem ;
  }

a.external {
    text-decoration: dotted underline;
    padding-right: 1.3rem;
    background: transparent url(icons/expand-in.png) no-repeat right 0.15rem;
    background-size: 1rem;
}

a.external:hover {
    text-decoration: underline;
    background: transparent url(icons/expand-out.png) no-repeat right 0.15rem;
    background-size: 1rem;
}

.hideGallery {
  height: 25rem;
  overflow: hidden;
}