.grid-container{
  
  display: grid;
  grid-gap: 70px;
  grid-template-columns: 800px 800px;
  grid-template-rows: 400px 1550px;
  
  font-family: hwt-american-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  
  background-image:     url("https://storage.googleapis.com/webdesignledger.pub.network/WDL/vintage-paper-texture.jpg");
  background-repeat: no-repeat;
  background-size: 1800px 2100px;
  padding: 2em;
  color: #793C3A;
}


.header{
  
  grid-column: 1 / span 2;
  grid-row: 1 / 2;
  text-align: center;
  
  font-family: hwt-american-chromatic,  sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150px;
  letter-spacing: -20px;
}

.left-side{
  grid-column: 1 / 2;
  grid-row: 2 / 2;
}

.right-side{
  grid-column: 2 / ;
  grid-row: 2 / 5;
}

.flex-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top:px;
}

.subhead{
  font-family: hwt-american-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: -1px;
}

h1, h2, h3, h4, h5{
  font-family: hwt-american-chromatic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  color: #D66944;
}


.letter{
  font-size: 130px;
}

.chromatic{
  font-family: hwt-american-chromatic,  sans-serif;
  font-weight: 400;
  font-style: normal;
}

.outline{
  font-family: hwt-american-outline,  sans-serif;
  font-weight: 400;
  font-style: normal;
}

.solid{
  font-family: hwt-american-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.shopworn{
  font-family: hwt-american-shopworn, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.inset{
  font-family: hwt-american-inset, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.stars{
  font-family: hwt-american-stars, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.stars-top{
  font-family: hwt-american-stars-top, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.stars-bottom{
  font-family: hwt-american-stars-bottom, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.captions{
  margin-top: -40px;
  font-size: 15px;
}

.alphabet{
  line-height: 50px;
  letter-spacing: -5px;
  margin-top: -1px;
  font-size: 55px;
  text-align: center;
  border-bottom: solid 15px #D36693;
} 

.family{
  border-bottom: solid 15px #D36693;
}

.sample{
  line-height: 46px;
  margin-top: -20px;  
  text-align: center;
  border-bottom: solid 15px #D36693;
}

.credits{
  line-height: 46px;
  margin-top: -30px;
  text-align: center;
}

.about{
  line-height: 48px;
  margin-top: -8px;
  margin-left: -20px;
  border-left: solid 15px #D36693;
}

.brown{
  color: #793C3A;
}

.orange{
  color: #D66944;
}

.pink{
  color:#D36693;
}

.yellow{
  color: #E6C556;
}



