body {
  background-color: #666699;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headerFill {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: wrap;
  background-color: #fa9fc9;
  width: 96%;
  margin-top: 2%;
}
.headerFill img {
  width: 25%;
  height: auto;
}
@media (max-width: 501px) {
  .headerFill img {
    width: 60%;
  }
}
.dropbtn {
  display: flex;
  background-color: #fa9fc9;
  color: #666699;
  width: 8rem;
  border: none;
  cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #fa9fc9;
}
.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.dropdown-content {
  display: none;
  width: 10rem;
  background-color: #fa9fc9;
  box-shadow: 0px 8px 16px 0px #666699;
  z-index: 1;
}
.dropdown-content a {
  color: #666699;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #e83e8c;
}
.show {
  display: block;
}
button {
  font-size: 16pt;
}
.mainInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainInfo img {
  width: 96%;
  align-self: center;
}
.mainInfo h1 {
  width: 96%;
  align-self: center;
}
.mainInfo p {
  width: 96%;
  text-align: center;
  font-size: 16pt;
}
.imageHoverOne {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 96%;
  margin-bottom: 1%;
}
@media (max-width: 1024px) {
  .imageHoverOne {
    flex-direction: column;
    align-items: center;
  }
}
.imageHoverOne .hoverOne {
  width: 48%;
}
.imageHoverOne .hoverOne img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .imageHoverOne .hoverOne {
    width: 95%;
  }
}
.imageHoverOne .hoverTwo {
  width: 48%;
}
.imageHoverOne .hoverTwo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .imageHoverOne .hoverTwo {
    width: 95%;
  }
}
.imageHoverTwo {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 96%;
  margin-bottom: 1%;
}
@media (max-width: 1024px) {
  .imageHoverTwo {
    flex-direction: column;
    align-items: center;
  }
}
.imageHoverTwo .hoverThree {
  width: 48%;
}
.imageHoverTwo .hoverThree img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .imageHoverTwo .hoverThree {
    width: 95%;
  }
}
.imageHoverTwo .hoverFour {
  width: 48%;
}
.imageHoverTwo .hoverFour img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .imageHoverTwo .hoverFour {
    width: 95%;
  }
}
.imageHoverThree {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 96%;
  margin-bottom: 1%;
}
@media (max-width: 1024px) {
  .imageHoverThree {
    flex-direction: column;
    align-items: center;
  }
}
.imageHoverThree .hoverFive {
  width: 48%;
}
.imageHoverThree .hoverFive img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .imageHoverThree .hoverFive {
    width: 95%;
  }
}
.imageHoverThree .hoverSix {
  width: 48%;
}
.imageHoverThree .hoverSix img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .imageHoverThree .hoverSix {
    width: 95%;
  }
}
.carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
.carousel .left-button,
.carousel .right-button {
  display: flex;
  justify-content: center;
  align-items: none;
  flex-direction: row;
  color: #fa9fc9;
  background-color: #e83e8c;
  font-size: 40px;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.carousel .left-button:hover,
.carousel .right-button:hover {
  color: #e83e8c;
  background-color: #fa9fc9;
  border: 2px solid b;
}
.carousel .left-button {
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
}
.carousel .right-button {
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
.carousel img {
  width: 100%;
  display: none;
}
.carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .carousel {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .carousel {
    width: 95%;
  }
}
.carousel .left-button,
.carousel .right-button {
  display: flex;
  justify-content: center;
  align-items: none;
  flex-direction: row;
  color: #fa9fc9;
  background-color: #e83e8c;
  font-size: 40px;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
}
.carousel .left-button:hover,
.carousel .right-button:hover {
  color: #e83e8c;
  background-color: #fa9fc9;
  border: 2px solid #666699;
}
.carousel .left-button {
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
}
.carousel .right-button {
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
.carousel img {
  width: 100%;
  display: none;
}
.github {
  color: #e83e8c;
  text-decoration: none;
}
.groupCards {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .groupCards {
    width: 95%;
    flex-flow: column;
    align-items: center;
  }
}
.groupCards .cardOne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.groupCards .cardTwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.groupCards .cardThree {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.groupCards .cardFour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.groupCards .cardFive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  height: 200px;
  margin: 3%;
  margin-left: 2%;
  margin-right: 2%;
  border-top: solid #fa9fc9 2px;
}
footer h3 {
  display: flex;
  font-size: 18pt;
}
.address {
  font-size: 10pt;
  line-height: 1;
}
.width-100 {
  width: 100%;
}
