html,
body {
  height: 100%; }

body {
  color: #6c6f73;
  text-rendering: optimizeLegibility; }

h1,
h2,
h3,
h4,
h5 {
  color: #333; }

h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8rem;
  letter-spacing: .1rem; }

img {
  max-width: 100%; }

.hero_logo_img {
  max-height: 256px;
}

.blockquote {
  border: none;
  color: #333;
  font-size: 1.6rem;
  padding: 0; }

.blockquote-footer {
  margin: 1rem 0 0; }

.feature-alt {
  background: #f0f0f0; }

.feature-four .feature-content {
  padding: 0; }

.feature-content {
  padding: 8rem 0;
  overflow: hidden; }

.feature-dark {
  background: #262f36;
  color: white; }
  .feature-dark h2 {
    color: white; }

.main-footer {
  background: #262f36;
  color: white;
  padding: 6rem 0;
  font-size: .8rem; }
  .main-footer h6 {
    color: #718fa9; }
  .main-footer a {
    color: #6c6f73; }

.stage {
  align-items: center;
  color: rgb(14, 14, 14);
  display: flex;
  height: 100%;
  width: 100%; 
}
.stage-bg-image {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url('./img/background.jpg') center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  z-index: -99;
  margin: -15px;
  padding: 0;
}

.stage-caption {
  font-size: 1.4rem;
  font-weight: 200;
  margin: 0 auto;
  max-width: 60rem;
  text-align: center; }
  .stage-caption h3 {
    color: white;
    font-weight: bold;
    text-transform: uppercase; }

@media screen and (min-width: 991px) {
  .row {
    display: flex;
    align-items: center; } }

    #map {
      width: 100%;
      height: 300px; /* Adjust the height as needed */
      margin-top: 20px;
      z-index: 1;
  }

  i {
    padding-right: 15px;
  }
  .stage i {
    padding-right: 0;  
    padding-left: 15px;
  }
  