.logo {
  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;
  margin-top: 10px;
}

.logo img {
  height: 100px;
}

nav {
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.slider {
  margin-top: 120px;
}

.slider .indicators {
  position: relative;
  margin-top: 210px;
}

.slider .slides li {
  height: 600px;
}

.slider .slides li img {
  background-position: top;
  background-size: contain;
}

main {
  margin-top: 300px;
}

.indicator-item.active {
  background-color: #ee6e73 !important;
}

.t-header {
  background-color: #ee6e73;
  color: white;
  padding: 10px;
  text-align: center;
}

.t-list li {
  text-align: center;
  font-size: 16pt;
}

.t-tbody tr td {
  text-align: center;
  font-size: 15pt;
}

.fb-iframe {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */