.content {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-link {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  
  .content {
    width: min(calc(100% - 24px), 1200px);
    margin: 0 auto;
  }

}

.hero img {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  object-fit: cover;
}

.jumbotron-fluid {
  margin-left: 40%;
  margin-right: 40%;
}

.titless {
  margin-left: 20%;
  
  margin-right: 20%;
}
.navbar-text{
  margin-left: 20%;
  margin-right: 20%;
}
.jumbotron{
  margin: 24px 0px 24px 0px !important;
}

.blue{
  margin-top: 7px !important;
  margin-bottom: 7px!important;
  margin-right:3px !important;
  margin-left:3px !important;
  background-color: 
  #2f508c;
}

.mainTitle {
  font-size: 2.5rem;
  font-weight: bold;
}

table tr td{
  width: 300px
}

a:link{
  color: #2f508c;
}

underline{
  text-decoration: underline;
}

.navbar-nav {
  width: 100%;
  justify-content: center;
}

.news-container {
  position: relative;
  text-align: center;
  color: white;
  font-size: 20px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 26%;
}

.thumb {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  
}
.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}