#welcome{
  font-size: 48px;
  color: rgb(88, 196, 234);
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.logoText {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%); 
 }

.topNav {
  list-style-type: none;
  margin: 0;
  padding: 0%;
  color: white;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  padding: 1%;
  font-size: 1.6rem;
}

.item a {
  color: white;

}
#topNav a:hover{
  background-color: black;
}

.groupPic {
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 205px;
}

.timelineInfo {
  background-color: black;
  justify-content: center;
  color: white;
}

h2.Heading {
  text-align: center;
}

.articleNews{ 
  display: flex;
  grid-gap: 30px;
  background-color: black;
  text-align: center;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  margin-left: 6%;
  margin-right: 5%;
 
}


h3.hArticleOne, h3.hArticleTwo, h3.hArticleThree {
  color: white;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  margin: 7%;
}


h3.hArticleThree {
  padding: 0px 50px;
}

.banner {
  padding: 10px 0px 40px 0px;
}