/*
 * This css file includes styles added in the jekyll port of this theme.
 * To find the original style.css that ships with Airspace, read airspace.css
 *
 */

 .italic {
   font-style: italic;
 }

 .bold {
   font-weight: bold;
 }

 .center-text {
   text-align: center;
 }

.post-area {
  padding: 40px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-bottom: 1px dotted #ddd;
}

.post-area a:link, .post-area a:visited {
  font-size: 30px;
  color: #333;
}

.post-area a:hover {
  color: #0D0017;
}

/**
 * events
 */

.event {
  position: relative; }

.event-list {
  margin-left: 0;
  list-style: none; }
  .event-list > li {
    margin-bottom: 30px; }

.event-meta {
  font-size: 14px;
  color: #828282; }

.event-link {
  display: block;
  font-size: 24px; }

.event-organisers-name {
  color: grey; }

/**
 * events
 */
.event-header {
  margin-bottom: 30px; }

.event-date {
  margin: 10px 0 0 0;
  padding: 0; }

.event-time {
  line-height: 18px; }

.event-time, .event-organisers-name {
  margin: 0;
  color: #A6A6A6; }

.event-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  width: 75%; }
  @media screen and (max-width: 800px) {
    .event-title {
      font-size: 36px;
      width: 70%; } }
  @media screen and (max-width: 600px) {
    .event-title {
      width: 50%; } }

.event-content {
  margin-bottom: 30px; }
  .event-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .event-content h2 {
        font-size: 28px; } }
  .event-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .event-content h3 {
        font-size: 22px; } }
  .event-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .event-content h4 {
        font-size: 18px; } }
section#nav-test {
  height: 10vh;
  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;
}


/* Team */
team-section {
  width: 100%;
  position: relative;
  padding: 4vw 6vw;
  text-align: center;
}




.team-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team-container:after {
  content: "";
  width: 20%;
  min-width: 180px;
}

.card {
  width: 20%;
  min-width: 180px;
  margin-bottom: 16px;
  position: relative;
}
.card figure {
  width: 85%;
}
.card .overflow-wrapper {
  width: 85%;
  overflow: hidden;
  position: relative;
}
.card .overflow-wrapper figure {
  width: 100%;
}
.card .front {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-color: white;
}

.card .front img {
  width: 100%;
}
.card .back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  text-align: inherit;
  background-color: #556AA5;
  color: white;
  font-weight: 400;
}
.card .back > * {
  padding: 0 16px;
}
.card .back h5 {
  padding-top: 16px;
  font-size: 2vw;
  line-height: 2.2vw;
}
.card .back .title {
  padding-bottom: 0.25vw;
  color: #51C3C3;
}
.card .back .bio {
  padding-bottom: 0.5vw;
  font-size: 1vw;
  line-height: 1.3vw;
}
.card .back .social {
  width: 100%;
  justify-content: flex-start;
  padding-bottom: 16px;
}
.card .back .icon {
  width: 2.5vw;
  height: 2.5vw;
  position: relative;
  margin-right: 6px;
  border-radius: 100%;
  background-color: white;
}
.card .back .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6vw;
  color: #556AA5;
}

.flipY {
  perspective: 1500px;
}
.flipY:hover .flip-container {
  transform: rotateY(180deg);
}

.flip-container {
  transition: all 500ms ease-in;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-container figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-container .back {
  transform: translateX(-50%) rotateY(180deg);
}

.slideDown .front {
  z-index: 0;
}
.slideDown .back {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms linear;
}
.slideDown:hover .back {
  max-height: 100%;
}

.slideUp .front {
  z-index: 0;
}
.slideUp .back {
  bottom: 0;
  top: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms linear;
}
.slideUp:hover .back {
  max-height: 100%;
}

.slideLeft .front {
  z-index: 0;
}
.slideLeft .back {
  left: -100%;
  transform: none;
  transition: all 500ms linear;
}
.slideLeft:hover .back {
  left: 0;
}

.fadeIn:hover .front {
  opacity: 0;
  transition: opacity 500ms linear;
}

/* Contact form */
