#block-olcn-contactblock {
  background: var(--orange-light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*margin-bottom: 10px;*/
  border-top: solid 8px #e75a26;
  /*border-bottom: solid 8px #e75a26;*/
}

#block-olcn-contactblock p {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  color: white;
}

.contact-block {
  background-color: rgba(177, 178, 181, 0.25);
  box-shadow: 2px 2px 10px rgba(0,0,0, 0.75);
  border-radius: 20px;
  top: 50%;
  position: absolute;
  left: 50%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(100%);
  padding: 1.5rem 2rem;
  z-index: 10;
  animation: contactslideIn 1s ease-out forwards;
  animation-delay: 0s;
  animation-delay: 0.5s;
  width: 60%;
}
