.masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
}
.masthead img {
  max-width: 100%;
}

.masthead-centerf {
  flex: 1 1 auto;
}

.masthead-hr {
  width: 100%;
  height: 2px;
  background-color: black;
}

/* NOT SURE IF USED AT ALL
.masthead-issue {
  font-family: Roboto, Lato, Open Sans;
  font-size: 1.4cqw;
  display: inline-block;
  position: absolute;
  bottom: 28%;
  left: 50%;
}
*/

.masthead-issue-print {
  font-size: 1.7cqw;
  width: 15%;
  padding-left: 1rem;
}

.masthead-issue-web {
  font-size: 1.4cqw;
  width: 15%;
  padding-left: 1rem;
}

.masthead-logo {
  position: relative;
  display: flex;
  flex: 0 0 35%;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  container-type: inline-size;
}

.masthead-readonline {
  text-align: center;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  font-size: 8x5%; 
  flex: 1 1 auto;
}

.masthead-season-img {
  display: flex;
  flex: 0 0 43%;
  justify-content: center;
  align-items: center;
}

.masthead-season-img-middle {
  display: flex;
  flex: 0 0 30%;
  justify-content: center;
  align-items: center;
}

.masthead-tagline {
  width: 100%;
  position: absolute;
  text-align: center;
  letter-spacing: 0.56cqw;
  font-size: 5cqw;
  bottom: 0;
}

.masthead-vol-print {
  font-size: 1.7cqw;
  width: 15%;
  text-align: right;
  padding-right: 1rem;
}

.masthead-vol-web {
  font-size: 1.4cqw;
  width: 15%;
  text-align: right;
  padding-right: 1rem;
}
