

#jumbotron {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;

  background-size: cover;
  background-position: center center;
}
    
#jumbotron h1,
#jumbotron p { 
  width: 100%;
  height: auto;
  max-width: 70%;
  margin: 0 auto 4rem;
  text-align: center;
  color: rgb(244,233,205);
}
#jumbotron h1 {
  font-size: 6.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#jumbotron p {
  font: 1.33rem/1.3 "Work Sans";
}
#jumbotron svg {
  margin-top: 3rem;
}
a svg { color: rgb(244,233,205); }
 
 
.txt, .dark {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  text-align: left;

  z-index: 1;
}
.dark {
  background: rgba(0,0,0,.3);
  z-index: 0;
}


#about h2 {
  line-height: 1.1;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #about h2 {font-size: 3rem; }
}
@media (min-width: 1200px) {
  #about h2 {font-size: 4rem; }
}



#p1 {
  background: rgb(188,191,166);
}
#p3 {
  color: rgb(244,233,205);
}
#p4 {
  background: rgb(79,115,127);
  color: rgb(197,195,175);
}
#p5 {
  background: rgb(237,174,73);
}
#p6 {
  background: rgb(188,191,166);
}

#powered {
  background: rgb(61,88,97);
  color: rgb(197,195,175);
}

