html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.top-twenty {
  margin-top: 20px;
}

.content {
  flex: 1 0 auto;
}

.center {
  text-align: center;
}

#title {
  vertical-align: middle;
  margin-top: 10px;
  background-image: url(../imgs/DivBackgroundWide.png);
  background-size: cover;
  color: white;
  padding: 10px;
}

.row.sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-img {
  padding: 10px;
  width: 100%;
}

.news {
  overflow-y: scroll;
  scrollbar-color: #2c3e50;
  padding: 5px;
  max-height: 300px;
  background-color: #2c3e50;
}

.news,
b {
  color: white;
}

.news.row {
  color: black;
  overflow: hidden;
  overflow-wrap: normal;
  background-color: aliceblue;
  margin-bottom: 5px;
}

.footer {
  flex-shrink: 0;
  min-height: 100px;
  padding-top: 10px;
  background: #2c3e50;
  color: white;
  text-align: center;
}

.link-button {
  align-content: center;
  text-align: center;
  font-size: large;
  background-color: #2c3e50;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

footer .row {
  margin-top: 10px;
}

.ten-top {
  margin-top: 10px;
}

.twenty-top {
  margin-top: 20px;
}

#intro {
  background-image: url(../imgs/DivBGTall.jpg);
  background-size: cover;
  padding: 10px;
  min-height: 500px;
}

#iFMARLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

@media (max-width: 550px) {
  #intro {
    min-height: 100px;
  }
}