.flex-container {
  position: relative;
  height: 50vh;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.flex-title {
  color: white;
  overflow-wrap: break-word;
  position: relative;
  font-size: 28px;
  margin: auto;
  padding: 5px;
  line-height: 28px;
  text-align: center;
  top: 30%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 2vw;
  top: 20%;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0%;
  border: 0px solid #f1f1f1;
}

.flex-slide {
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  -webkit-box-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-slide p {
  font-size: 2em;
}

.flex-slide ul li {
  font-size: 2em;
}

.flex-slide:hover {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.research-project-1 {
  height: 90%;
  max-height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(127, 127, 127, 0.5))), url("../../assets/img/research_projects/imaging.png");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(127, 127, 127, 0.5)), url("../../assets/img/research_projects/imaging.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  opacity: 0.8;
}

@-webkit-keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
            flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@-webkit-keyframes homeFlextitle {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 15%;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 15%;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 15%;
  }
}

@keyframes homeFlextitle {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 15%;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 15%;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 15%;
  }
}

.flex-about-home {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .flex-about-home {
    -moz-animation: flexAboutHome;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: flexAboutHome;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: flexAboutHome;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@-webkit-keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.research-project-2 {
  max-height: 90%;
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(127, 127, 127, 0.5))), url("../../assets/img/research_projects/tms2.png");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(127, 127, 127, 0.5)), url("../../assets/img/research_projects/tms2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}

.research-project-3 {
  max-height: 90%;
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(127, 127, 127, 0.5))), url("../../assets/img/research_projects/e-phys-6.png");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(127, 127, 127, 0.5)), url("../../assets/img/research_projects/e-phys-6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}

.research-project-4 {
  max-height: 90%;
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(127, 127, 127, 0.5))), url("../../assets/img/research_projects/modeling3.png");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(127, 127, 127, 0.5)), url("../../assets/img/research_projects/modeling3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  opacity: 0.8;
}

.research-project-1:hover .research-project-2:hover .research-project-3:hover .research-project-4:hover {
  opacity: 1;
}
/*# sourceMappingURL=accordion.css.map */