.zoom-out-navbar {
  opacity: 0;
  transform: scaleY(0);
  transition: transform 0.5s ease, opacity 0.5s linear;
}

.zoom-in-navbar {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.5s ease, opacity 0.5s linear;
}

#mainNav {
  padding-top: none;
  padding-bottom: 1rem;
  background-color: #d1e8ff;
  position: fixed;
}
#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
  color: #003277;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  font-weight: bold;
  color: #003277;
  letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #9187ab;
} 

@media (min-width: 992px) {
  #mainNav {
    padding-top: none;
    padding-bottom: 1.5rem;
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

@media (max-width: 700px) {
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #8883dc;
  display:none;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
  display:none;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #8883dc;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
}

.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}


.flex-container {
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  padding: 1.5rem;
}

.flex-items:nth-child(1) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(2) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(3) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(4) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(5) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(6) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(7) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(8) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(9) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(10) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}
.flex-items:nth-child(11) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}
.flex-items:nth-child(12) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

@media screen and (min-width: 1024px){
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  padding: 1.5rem;
}

.flex-items:nth-child(1) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(2) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(3) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(4) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(5) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(6) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(7) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(8) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(9) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}

.flex-items:nth-child(10) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}
.flex-items:nth-child(11) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}
.flex-items:nth-child(12) {
  display: block;
  flex: 1;
  order: 0;
  text-align: center;
}
}

.name {
    font-weight: bold;
}


@media screen and (max-width: 800px){
.home-title {
    font-size: 2vw;
    text-align: center;
    }
}

@media screen and (max-width: 800px){
.home-text {
    text-align: justify;
    padding-left:0!important;
    padding-left:0!important;
    }
}

.team-member {
  margin: auto;
  text-align: center;
}
.team-member img {
  width: 6rem;
  height: 6rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 600px){
.team-member img {
  width: 6rem;
  height: 6rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #003277;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #003277;
}

.contact{
  background-color: #e1e2e9;
  border-radius: 100%;
  margin: 1rem;
  text-align: center;
  position: absolute;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 7px solid #e9ecef;
}

#map {
  height: 400px;
  width: 50%;
  border: 7px solid #e9ecef;
}


.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

.footer {
  color: white;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

