body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

.navbar {
  padding: 0.9375em;
}

.navbar-brand img {
  width: 2.5em;
  height: auto;
}

.navbar-nav .nav-link {
  margin-right: 0.9375em;
  font-size: 1.125em;
}

.carousel-inner img {
  max-height: 37.5em;
  object-fit: cover;
  object-position: top;
}

.carousel-control-prev, .carousel-control-next {
  filter: invert(100%);
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625em;
}

.row.mb-4 {
  display: flex;
  align-items: center;
}

.col-md-8 {
  text-align: right;
}

.col-md-4 {
  position: left;
}

@media (max-width: 48em) {
  .row.mb-4 {
    flex-direction: column;
  }

  .text-container, .image-container {
    text-align: center;
  }
}

@media (max-width: 48em) {
  .navbar-nav .nav-link {
    font-size: 1em;
    margin-right: 0.625em;
  }
  
  .carousel-inner img {
    max-height: 18.75em;
  }
  
  .row.align-items-center .col {
    font-size: 1em;
  }
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,900);

body {
  font-family: Lato;
  background: #FFF;
  height: 62.5em;
}

h1.title {
  text-align: center;
  font-size: 40px;
  color: #282828;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

b {
  color: #FFFFFF;
  font-size: 3.4375em;
}

p.remarks, a {
  text-align: center;
  margin-top: 6.25em;
  color: #FFFFFF;
}

.container {
  width: 100%;
  max-width: 40.625em;
  min-width: 18.75em;
  margin: 0 auto;
  padding: 0 5vh;
}

#accordion-1 {
  position: relative;
}

#accordion-1 .head {
  background-color: #6e2fdf;
  color: #FFFFFF;
  padding: 1.25em 1.875em;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordion-1 .arrow {
  color: #FFFFFF;
  font-size: 3.75em;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

#accordion-1 .head:hover .arrow {
  opacity: 1;
}

#accordion-1 .head:hover, #accordion-1 .active {
  background-color: #3e0891;
}

#accordion-1 .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}

#accordion-1 .content {
  background-color: #F3EDFF;
  display: none;
  padding: 1.25em 1.875em;
  color: #222222;
}

#accordion-2 {
  position: relative;
}

#accordion-2 .head {
  background-color: #6e2fdf;
  color: #FFFFFF;
  padding: 1.25em 1.875em;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordion-2 .arrow {
  color: #FFFFFF;
  font-size: 3.75em;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

#accordion-2 .head:hover .arrow {
  opacity: 1;
}

#accordion-2 .head:hover, #accordion-2 .active {
  background-color: #3e0891;
}

#accordion-2 .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}

#accordion-2 .content {
  background-color: #F3EDFF;
  display: none;
  padding: 1.25em 1.875em;
  color: #222222;
}

#accordion-3 {
  position: relative;
}

#accordion-3 .head {
  background-color: #6e2fdf;
  color: #FFFFFF;
  padding: 1.25em 1.875em;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordion-3 .arrow {
  color: #FFFFFF;
  font-size: 3.75em;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

#accordion-3 .head:hover .arrow {
  opacity: 1;
}

#accordion-3 .head:hover, #accordion-3 .active {
  background-color: #3e0891;
}

#accordion-3 .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}

#accordion-3 .content {
  background-color: #F3EDFF;
  display: none;
  padding: 1.25em 1.875em;
  color: #222222;
}

p {
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
}

h1 {
  font-size: 1.875em;
  margin-bottom: 1rem;
  text-align: center;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
  text-align: center;
}

.text {
  padding: 1.25em;
}

button {
  text-decoration: none;
  color: white;
}

.btn {
  text-decoration: none;
  color: white;
}

#wrapper-team {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

#team-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.team-box {
  width: 300px;
  text-align: center;
  display: inline-block;
}

.team-box:first-of-type {
  margin-right: 26px;
}

.team-box:last-of-type {
  margin-left: 26px;
}

.team-box h3 {
  text-transform: uppercase;
  font-size: 28px;
  margin: 18px 0 12px;
}

.team-box p {
  font-size: 14px;
  margin-bottom: 24px;
}

.team-box a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  width: 160px;
  margin: 0 auto;
}

.team-box img {
  opacity: 1;
}

.team-box img:hover {
  opacity: 0.5;
  transition: opacity 2s;
}

.footer {
  background-color: #333;
  color: white;
  padding: 2.5em 0;
}

.footer h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.footer p, .footer a {
  font-size: 0.9em; 
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icon {
  color: #fff;
  margin-right: 1em;
  transition: color 0.3s ease;
}

.footer .social-icon:hover {
  color: #007bff;
}

.footer hr {
  border-top: 0.1em solid #444;
  margin: 2em 0;
}

.footer .container {
  max-width: 73.125em;
  margin: 0 auto;
}

.footer .row {
  display: flex;
  justify-content: space-between;
}

.footer .list-unstyled {
  padding-left: 0;
  list-style-type: none;
}

.footer .list-unstyled li {
  margin: 0.3em 0;
}

@media (max-width: 48em) {
  .footer .row {
      flex-direction: column;
      text-align: center;
  }

  .footer .col-md-4 {
      margin-bottom: 1.25em;
  }

  .footer .social-icon {
      margin-right: 0.625em;
  }
}