.centerLogo {
  display: grid;
  grid-column: 33% 33% 33%;
  grid-row: auto;
}

.mainLogo {
  display: grid;
  grid-column-start: 2;
  border-radius: 25px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.logoSmall {
  border-radius: 25px;
  float: left;
  margin-bottom: 20px;
}

.searchSection {
  margin-top: 125px;
}

button {
  max-width: 150px;
}

form {
  display: flex;
}

table {
  display: flex;
  font-size: .9vw;
  max-width: 100%;
  float: left;
  justify-content: center;
}

.purpose {
  font-size: .9vw;
  max-width: 80%;
  margin: auto;
  margin-left: 180px;
  table-layout: fixed;
}

th {
  padding: 10px 5px;
}

button {
  background-color: #3FC6C7;
}

.writing {
  max-width: 40%;
  align-content: center;
  text-align: center;
  margin: auto;
}

.mainSplash {
  position: relative;
  width: 100%;
  top: 0;
}

.sentence {
  color: white;
  font-size: 45px;
  text-align: left;
  margin-bottom: 15px;
}

.wrapper {
  display: flex;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-size: 45px;
  position: relative;
  margin-top: -250px;
  margin-bottom: 75px;
}

.slidingVertical {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 35px;
}

.slidingVertical span {
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  color: #3fc6c7;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.slidingVertical span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.slidingVertical span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.slidingVertical span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.slidingVertical span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.missionStatement {
  display: flex;
  justify-content: center;
}
