/* GLOBAL CSS */

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

/* END GLOBAL */

/* HEADER CSS */

@media (min-width: 768px) {
  .nav-outer {
    margin-top: -120px;
    margin-bottom: 80px;
  }

  .navbar-default {
    background: none;
    border: none;
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    color: white;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
  }
}

/* END HEADER */

/* WHATSON CSS */


.whatson-widget .eventItem {
  padding: 0;
  border-radius: 0;
  border: 0;
}

.whatson-widget .eventItem .image {
  border-radius: 8px;
  overflow: hidden;
}

.whatson-widget .eventItem .eventInfo {
  padding-top: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.whatson-widget .eventInfo h3 a {
  color: #98c13d;
}

.whatson-widget .eventInfo .date {
  border: solid 1px #000;
  color: #000;
  display: inline-block;
  padding: 8px 6px;
  border-radius: 8px;
}

.whatson-widget .eventInfo h3 {
  order: 0;
}

.whatson-widget .eventInfo .date {
  order: 2;
  flex-basis: content;
  margin-bottom: 0;
}

.whatson-widget .eventInfo .description {
  order: 1;
  margin-bottom: 8px;
}

/* END WHATSON */

/* CALENDAR CSS */

.calendar-list .eventItem {
  border: 0;
  padding: 0;
  margin-bottom: 8px;
  border: 0;
}

.calendar-list .image,
.event .image {
  border-radius: 8px;
  overflow: hidden;
}

.calendar-list h4 a,
.event .eventInfo h2 {
  color: #98c03c;
}

.event .eventInfo .date {
  border: solid 1px #000;
  color: #000;
  display: inline-block;
  padding: 8px 6px;
  border-radius: 8px;
}

.package-calendar .event .description {
  margin: 16px 0 40px;
}

/* CALENDAR END */

/* HERO IMAGE CSS */


.hero {
  height: 509px;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}

.hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-btn {
  background: #97c03d;
  color: #fff;
}

.hero-text h1 {
  color: #fff;
}

.img-attribution {
  position: absolute;
  bottom: 2px;
  right: 8px;
  color: white;
  font-size: 12px;
}

.img-attribution a {
  color: white;
}

/* HERO IMAGE END */

/* ABOUT US CSS */

.mtca-committee-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #97c13c;
  float: left;
  margin: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a994a;
  font-family: sans-serif;
  font-weight: 600;
  text-align: center;
}

.mtca-committee-member {
  margin-bottom: 8px;
}

.mtca-committee-member:nth-child(2n) img {
  margin-left: 0;
  float: right;
}

.mtca-committee-member:nth-child(2n-1) img {
  margin-left: 0;
}

.mtca-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
}

.mtca-members p {
  margin: 0 8px;
}

.mtca-members p:nth-child(3n) {
  color: #2A994A;
}

.mtca-members p:nth-child(3n-1) {
  color: #26A9D7;
}

.mtca-members p:nth-child(3n-2) {
  color: #98C13D;
}

@media (max-width: 768px) {
  .mtca-committee-member {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mtca-committee-member img {
    margin-bottom: 8px;
  }
}

/* ABOUT US END */