/*Imports*/
@font-face {
  font-family: Liberation;
  src: url(LiberationSans-Regular.ttf);
}

/*Global Styles & Resets*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
  font-size: 10px;
  font-family: Liberation;
}

/*Navbar Styles*/
.nav-wrapper ul li {
  -webkit-animation: heroText 1s forwards 0s ease;
          animation: heroText 1s forwards 0s ease;
  opacity: 0;
}

.navImg {
  display: block;
  width: 220px;
  height: 64px;
}

@media only screen and (max-width: 600px) {
  .navImg {
    display: block;
    width: 185px;
    height: 54px;
  }
}

/*Homepage Styles*/
/*Hero Image*/
.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(137, 199, 244, 0.2)), to(rgba(255, 255, 255, 0))), url(../images/landing.jpg);
  background-image: linear-gradient(rgba(137, 199, 244, 0.2), rgba(255, 255, 255, 0)), url(../images/landing.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero div {
  margin-left: 40%;
  margin-bottom: 15%;
  color: white;
  font-size: 2rem;
  -webkit-animation: heroText 1s forwards 0.5s ease;
          animation: heroText 1s forwards 0.5s ease;
  opacity: 0;
}

.hero h1 {
  margin: 0%;
}

@-webkit-keyframes heroText {
  0% {
    -webkit-transform: rotate(0) translateY(-100px) skewY(0);
            transform: rotate(0) translateY(-100px) skewY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) translateY(0px);
            transform: rotate(0) translateY(0px);
    opacity: 1;
  }
}

@keyframes heroText {
  0% {
    -webkit-transform: rotate(0) translateY(-100px) skewY(0);
            transform: rotate(0) translateY(-100px) skewY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) translateY(0px);
            transform: rotate(0) translateY(0px);
    opacity: 1;
  }
}

.contact {
  padding: 40px;
}

/*Mission*/
.mission {
  margin: 100px auto;
  max-width: 1024px;
  font-size: 1rem;
  clear: both;
  display: block;
  height: 30vh;
}

.mission-img {
  max-width: 40%;
  float: right;
}

.mission img {
  width: 100%;
}

.mission-text {
  width: 50%;
  float: left;
  font-size: 1.25rem;
}

.mission-text h2 {
  font-size: 3em;
  border-bottom: 3px solid #89c7f4;
  margin-bottom: 3%;
  margin-top: 0%;
}

/*Homepage Links*/
.homepage-links {
  text-align: center;
  color: black;
  background-color: #eaeaea;
  margin: 0 auto;
  padding: 6vh 0;
}

.homepage-links-content {
  max-width: 1024px;
}

.homepage-links a {
  color: black;
  text-align: center;
  width: 100%;
  margin: auto;
}

.homepage-links .card {
  padding-top: 5%;
}

.homepage-links .card-image {
  width: 80%;
  margin: 5% auto;
}

/*Questions*/
.questions-background {
  background-image: url(../images/questionimg2.png);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
}

.questions {
  font-size: 1.5rem;
  max-width: 1024px;
  margin: 0 auto;
}

.question {
  background-image: -webkit-gradient(linear, left top, right top, from(#2b53df), to(#89c7f4));
  background-image: linear-gradient(90deg, #2b53df, #89c7f4);
  cursor: pointer;
  padding: 20px;
  width: 100%;
  color: white;
  text-align: left;
  outline: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 1.5rem;
  border: 1px solid #89c7f4;
}

.active,
.question:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#2b53df), to(#2b53df));
  background-image: linear-gradient(90deg, #2b53df, #2b53df);
}

.active {
  border: none;
}

.hiddenContent {
  padding: 20px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 2px solid #75a0e0;
  border-top: none;
}

.about-wrapper {
  background-color: #eaeaea;
  position: relative;
  padding: 4% 8%;
}

.about-wrapper h1 {
  text-align: center;
  margin-top: 0;
}

.about-wrapper .about {
  background-color: white;
  padding: 2vw;
}

.about-wrapper .about .about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 27vw;
  padding: 2vw;
  position: relative;
}

.about-wrapper .about .about-info .image {
  height: 25vw;
  width: auto;
  float: left;
}

.about-wrapper .about .about-info .image img {
  height: 25vw;
  width: auto;
  width: auto;
}

.about-wrapper .about .about-info .text {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 1px 1px 1px;
          box-shadow: 1px 1px 1px;
  padding: 2%;
  float: right;
  width: 70%;
  height: 25vw;
}

.about-wrapper .about .about-info .text P {
  font-size: 1.5em;
}

.about-wrapper .about .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-wrapper .about .people .person {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background-color: red;
}

.about-wrapper .about .people .person img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.person2,
.person3,
.person4 {
  display: none;
}

/*Footer*/
footer {
  background-color: black;
  text-align: center;
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.95;
  z-index: 2;
  color: white;
  font-size: 2em;
}

@media only screen and (max-width: 1625px) {
  .text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1400px) {
  .text {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .text {
    font-size: 10px;
  }
  .text h1 {
    font-size: 4em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .text {
    font-size: 9px;
  }
  .text h1 {
    font-size: 3em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1030px) {
  .text {
    font-size: 14px;
  }
  .text h1 {
    font-size: 4em;
    margin-bottom: 5px;
  }
  .hero div {
    margin-left: 0%;
    margin-bottom: 15%;
    color: white;
    font-size: 2rem;
    -webkit-animation: heroText 1s forwards 0.5s ease;
            animation: heroText 1s forwards 0.5s ease;
    opacity: 0;
  }
  .mission-img {
    margin-right: 5%;
  }
  .mission-text {
    margin-left: 5%;
  }
  .mission-text {
    font-size: 1.1rem;
  }
  .homepage-links {
    font-size: 1.5rem;
  }
  .about-wrapper .about .about-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrapper .about .about-info .image {
    display: none;
  }
  .about-wrapper .about .about-info .text {
    width: 100%;
    height: auto;
  }
  .about-wrapper .about .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-wrapper .about .people .person {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    background-color: red;
  }
  .about-wrapper .about .people .person img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .about-wrapper .about .about-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrapper .about .about-info .image {
    display: none;
  }
  .about-wrapper .about .about-info .text {
    width: 100%;
    height: auto;
    font-size: 10px;
  }
  .about-wrapper .about .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-wrapper .about .people .person {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    background-color: red;
  }
  .about-wrapper .about .people .person img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
  }
  .hero div {
    margin-left: 0%;
    margin-bottom: 15%;
    color: white;
    font-size: 1.5rem;
    -webkit-animation: heroText 1s forwards 0.5s ease;
            animation: heroText 1s forwards 0.5s ease;
    opacity: 0;
  }
  .hero div p {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .mission-img {
    display: none;
  }
  .mission-text {
    width: 90%;
    font-size: 1.25rem;
  }
  .mission {
    margin-top: 3%;
    height: 45vh;
  }
}
/*# sourceMappingURL=styles.css.map */