@import url(https://fonts.onboard.org/roboto.400,500.css);

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/majestic-resorts/fonts/source-sans3-400.woff2) format('woff2')
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/majestic-resorts/fonts/source-sans3-300.woff2) format('woff2')
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/majestic-resorts/fonts/source-sans3-600.woff2) format('woff2')
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Source Sans 3', Roboto, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: .15em;
}

#filter-box button {
  font-family: 'Source Sans 3', Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .15em;
  color: #fff !important;
  background-color: transparent;
  border: none;
  letter-spacing: .2em;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: .5em;
  font-size: 1em;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-bottom: 1px solid transparent;
}

#filter-box button:hover {
  border-bottom: 1px solid #fff;
}

#filter-box button.is-checked {
  border-bottom: 1px solid #fff;
}

#filter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center !important;
  font-family:'Source Sans 3', Roboto, Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 640px) {
  #filter-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  #filter-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}