a {
  color: #00baf2;
}




h1 {
  font-size: 4rem;
  color: #e5eef4;
}

h1.title .bold {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color:  rgba(237, 241, 26, 0.899);
  color:  #e9d14d;
}



h2 {
  font-size: 2.5rem;


  margin-bottom: 0.5em;
  line-height: 1em;
}

h3 {

  font-size: 1.65em;
  text-transform: uppercase;
  margin-top: 0em;
}

h4 {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

p {
  font-size: 1.1em;
  color: #f4f2e6;

}

p.quote {
  xfont-size: 1.65rem;

  border-left: solid 1px #00baf2;
  padding-left: 24px;
}

p.bold {
  /*   font-size: 1.65rem;
  font-size: 3.2vw; */


}

.meta {
  font-size: 1.1em;
  line-height: 1.2;

}


.spacer {
  width: 100%;
  height: 80px;
}

.spacer-large {
  width: 100%;
  height: 120px;
}

.dash .page {

background-color: #1D2329;
color: #E5E2D3;
}

.dash .dark {
  background-color: #E9F0F0;
  
  background-color: yellow;
}

.dash .light {
  background-color: #292E33;
}


.dash .foot {
  background-color: #475B61;
  background-color: #27292b;
  color: #fff;
}


.hero {
  height: 40vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)),
    url(https://images.unsplash.com/photo-1545488286-6fe608f23485?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1189&q=80);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vh 0 5vh 10vh;
  
  
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  padding-top: 40px;
  min-height: 20vh;
}


@media (min-width: 960px) {
h1 {
    font-size: 5.5em;
    
  }
  p {
    font-size: 1.2em;
  }
  .hero {
    height: 60vh;
  padding: 15vh 0 5vh 5vh;}
}

@media (min-width: 1200px) {
  h1 {
      font-size: 5.25em;
      padding: 10vh 0 5vh 10vh;
    }
    
  
    p {
      font-size: 1.3em;
    }
    .hero {
      height: 70vh;}
  }
