/* Footer */
#footer {
  background-color: rgb(0, 0, 53);
  height: 16%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  float: bottom;
}

#proudRepParent {
  flex-basis: 100%;
  flex-shrink: 1;
}

#proudRep {
  color: white;
  font-size: 300%;
  text-overflow: none;
  margin-top: 7.5%;
  margin-left: 1%;
}

#footerButtonsParent {
  flex-basis: 100%;
  flex-shrink: 1;

}

#footerButton {
  width: 35%;
  min-width: 100px;
  max-height: 100px;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 1%;
  font-size: 150%;
  background-color: rgb(0, 0, 77);
  color:#f7f7f7;
  font-weight: bold;
  border-color: rgb(0, 0, 10);
}

#footerImage {
  flex-basis: 10%;
  max-height: 140px;
  margin-top: 5px;
  margin-right: 5px;
  flex-shrink: 1;
}
#customNews1Heading {
  font-size: 215%;
}
#customNews2Heading {
  font-size: 210%;
}