@font-face {
    font-family: Metropolis;
    src:url("fonts/Metropolis-Medium.ttf");
}

body {
  background: #fff;
}
* {
  font-family: 'Metropolis', sans-serif;
  font-weight: 200;
  line-height: 1.6;
  font-weight: 200;

}

h1 {
  font-weight: 200;
  font-family: 'Metropolis-Light', sans-serif;
  font-size: 42px;
}

#page {
  min-height: 100vh;
  margin: 40px 0;
}

#tiers {
  background: #fff;
  box-shadow: 0 16px 24px rgba(0,0,0,.3);
  margin: 40px auto;
  text-align: left;
}

.tier {
  overflow: hidden;
  border: 1px solid #ccc;

}

.tier .tier-description {
  max-height: 0;
  overflow: hidden;
}

.tier .tier-description p {
  padding: 16px;
}

.tier.active .tier-description {
  max-height: 1000px;
  transition: max-height .6s ease-out;
}

.tier-title  {
  padding: 16px;
  font-size: 24px;
    cursor: pointer;
}

#tier1 .tier-title {
  background: url('../img/mahogany.jpeg') no-repeat;
  background-size: cover;
  color: #fff;


}

#tier2 .tier-title {
  background: url('../img/marble.jpeg') no-repeat;
  background-size: cover;
  color: #000;
}

#tier3 .tier-title {
  background: url('../img/silver.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#tier4 .tier-title {
  background: url('../img/gold.jpeg') no-repeat;
  background-size: cover;
  color: #fff;
}

#tier5 .tier-title {
  background: url('../img/saphire.png') no-repeat;
  background-size: cover;
  color: #fff;
}

#tier6 .tier-title {
  background: url('../img/gears.jpeg') no-repeat;
  background-size: cover;
  color: #fff;
}


.videoWrapper {
  position: relative;
  padding-top: 78.25%;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 32px;
}

.videoWrapper iframe {
  position: absolute;;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
