    body {
    background-color: #B8DADA;
    font-family: 'Playfair Display', serif;
    display: grid;
    grid-template-columns: 1fr 1024px 1fr;
}
#homeContent {
  padding-top: 50px;
  display:grid;
  grid-template-columns: 50% 50%;
}
#body {
  padding: 0 15px;
}
h1 {
  font-family: 'Merienda', cursive;
  text-align: center;
  margin-bottom: 10px;
}
h2 {
  font-family: 'Merienda', cursive;
  text-align:  center;
  }
h3 {
  font-size: 1.5em;
  text-align: center;
}
h4 {
  margin-top: 0;
  padding-top: 0;
}
footer {
  text-align: center;
}
main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 25px;
  float: none;
  clear:both;
}
.banner {
  max-width: 612px;
}
.center {
  text-align: center;
}
#right {
  padding: 0 20px;
}
.full-width {
  width:100%;
}

#nav ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 0;
  max-width: 1200px;
  list-style-type:none;
  margin: 0 auto;
}

nav, li { 
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.menucontainer{
  margin: 0;
  padding: 0;
  width: 900px;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin:5px;
  padding:5px;
  border: solid thin black;
}
nav ul li:hover {
  color: white;
  background-color: black;
  border: solid thin #73A5A0;
  cursor: pointer;
}
#st {
  margin-top: 50px;
}
.overflow {
  background-color: #73A5A0;
}
button {
  height: 40px;
}
.big-bold {
  font-size:1.2em;
  font-weight:bold;
  padding-right:2px;
}
.slide {
    width:600px;
}

#schedule {
  width:900px;
  margin-left:auto;
  margin-right:auto;
}

#chatroom, #chatroom2 {
  width: 800px;
  margin: 0 auto;
}
#OAquestions{
  font-family: "Merienda", cursive;
  font-size: 10 pt;
  text-align: left;
  margin-top: 50px;
}
.button {
  background-color: #B8DADA;
  border: solid thin black;
  color: black;
  padding: 5px 35px;
  text-align: center;
  text-decoration: none;
  font-family: 'Merienda', cursive;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.button:hover {
  color: white;
  background-color: black;
  border: solid thin black;
  cursor: pointer;
}
#fellowship{
  margin-top: -5px;
  line-height: 25px;
}