.bg-primary {
  background: #005580 !important;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

@media (min-width:992px)  {
  .full-page {
    height: 100vh;
  }
  .overflow-x-lg-visible {
    overflow-x: visible !important;
  }
}


.op-drop-shadow {
  box-shadow: 0px 0px 30px #111111;

}

.op-drop-shadow-light {
  box-shadow: 0px 0px 10px #666666;

}

.quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 2rem;
  background: #fffce5;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-radius: 20px;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

section .quote:nth-child(odd)
{
  background: #ffffe5;
}

.quote span {
  font-size: 1.25rem;
  font-style: italic;
  padding: 10px;
}
.quote .fa-quote-left,.fa-quote-right {
  color: #777;
}

.text-pro {
  color: #9f8700;
}

