body{
  font-family: 'Arial';
  color: var(--fontcol);
}

h1{
  font-size: 2rem;
  margin-bottom: 2rem;
}

h2{
  font-size: 1.5rem;
  margin: 4rem 0 1.5rem 0;
  color: var(--colsec);
  text-transform: uppercase;
}

h3{
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}

h4{
  font-size: 1rem;
  font-weight: 700;
  color: var(--genacc);
}

a.cardlink{
  transition: 250ms;
  text-decoration: none;
  color: var(--fontcol);
}

p, a.menuitem{
  font-size: 1rem;
  line-height: 1.75rem;
}

a.menuitem{
  text-decoration: none;
  color: var(--fontcol);
  transition: 250ms;
  border-radius: var(--genradii);
  padding-right: 1rem;
}

a.footlink{
  text-decoration: none;
  color: white;
  line-height: 1.75rem;
  display: block;
}

p.cardnote{
  font-size: .75rem;
  font-weight: 500;
  margin-bottom: .25rem;
}

p.projectnote{
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

@media screen and (max-width: 999px) {

p{
  font-size: .875rem;
  line-height: 1.25rem;
}
