html,body {
  height: 100%;
  font-family: Arial;
}

body {
  -webkit-font-smoothing:antialiased;
  text-rendering: optimizeLegibility;
  color: #6c6f73;
}
h1,h2,h3,h4,h5 {
  color: #333;
  padding: 0;
}
h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1rem;
}

h5 {
  text-transform: uppercase;
  font-weight: bold;
  color:white;
  letter-spacing: 0.1rem;
}

img {
  max-width: 100%;
}

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

.navbar-brand {
  padding-left: 1;
  padding-bottom: 0;
  padding-right: 1;
  padding-top: 0;

}

#stage {
  background: url('img/hero-bg.jpg') center center no-repeat;
  background-size: cover;
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

#stage-caption {
  font-size: 1.4rem;
  font-weight: 200;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

#stage-caption h2 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

#stage-caption p {
text-transform: lowercase;
font-weight: bold;
}

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

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


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

.contact-content {
  text-align: center;
}

form .contact-info-group label{

  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  form .contact-info-group label:nth-child(1) {
    padding-right: 10px; }
  form .contact-info-group label:nth-child(2) {
    padding-left: 10px; }
