
.headerNavDiv {

}

#headerRow {
  display: flex;
  margin: 0 0px 5px 0px;
  padding: 30px 30px 30px 40px;
  justify-content: space-between;
  align-items: flex-end;
},
#headerNav {

}


#headerPageTitle {
  color: #AFCFDE;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: none;

  font-weight: 700;
  /*font-size: 58px;*/
  font-size: 16px;
  font-style: bolder;
  font-family: 'Lobster', cursive;
  margin-right: 40px;
}


#pageNum {
  color: #AFCFDE;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: none;

  font-weight: 700;
  font-size: 16px;
  font-style: bolder;
  font-family: 'Lobster', cursive;
  margin-left: 1em;
  text-align: left;
}

@media only screen and (min-width: 1024px) {

 #headerPageTitle {
    color: #AFCFDE;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: none;

    font-weight: 700;
    /*font-size: 58px;*/
    font-size: 42px;
    font-style: bolder;
    font-family: 'Lobster', cursive;
    margin-right: 40px;
    margin-right: 1em;
  }

  #pageNum {
    color: #AFCFDE;
    width: 100%;
    padding: 0 5px 0 40px;
    border-bottom: none;
    font-weight: 700;
    font-size: 42px;
    font-style: bolder;
    font-family: 'Lobster', cursive;
    margin: 0;
    text-align: left;
  }


}