@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
.stage {
  background-image: url("../images/stage-background.jpg");
  background-size: cover;
  color: white;
}
.stage--subpage {
  padding-bottom: 5rem;
}
.stage__bar {
  padding: 25px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: background-color, padding;
  transition-duration: .3s;
}
.stage__bar--scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
}
.stage__bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.stage__menu-item {
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  opacity: .7;
  transition: opacity .25s;
}
.stage__menu-item:hover {
  opacity: 1;
}
.stage__slogan {
  padding-top: 150px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -1px;
}
.stage__slogan h1 {
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
}
.stage__slogan p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.stage__sign-in {
  text-align: center;
  margin-top: 40px;
}
.stage__preview {
  height: 350px;
  text-align: center;
  overflow: hidden;
  width: 1070px;
  margin: 70px auto 0;
  box-shadow: 0px -8px 25px 0px rgba(0, 0, 0, 0.4);
}

.benefits {
  background-color: #2e3238;
  padding: 4rem 0 0;
  box-shadow: 0px -8px 8px 1px rgba(0, 0, 0, 0.2);
}
.benefits__title {
  text-align: center;
  font-size: 3rem;
  margin: 1rem 0;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -1px;
}
.benefits__subtitle {
  margin: 1.5rem 0 2rem;
  text-align: center;
}
.benefits__items {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 3rem;
  width: 25%;
}
.benefits__item:last-of-type {
  padding-right: 0;
}
.benefits__icon {
  margin-bottom: 1.5rem;
}
.benefits__name {
  font-weight: bold;
  margin-bottom: 1rem;
}
.benefits__description {
  text-align: center;
}

.features {
  margin-bottom: 4rem;
}
.features__item {
  background-color: #2e3238;
}
.features__item .container {
  display: flex;
  justify-content: space-between;
  padding: 6rem 0;
}
.features__item--mirrored .container {
  flex-direction: row-reverse;
}
.features__item--mirrored .features__preview {
  margin: 0 3rem 0 0;
}
.features__title {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -1px;
}
.features__subtitle {
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.features__bulletpoints {
  list-style: none;
  margin: 0;
  padding: 0;
}
.features__bulletpoint {
  background: url(./../images/checked.png) no-repeat left center;
  padding-left: 40px;
  line-height: 1.5rem;
  margin-bottom: 1.8rem;
}
.features__bulletpoint:last-of-type {
  margin-bottom: 0;
}
.features__preview {
  background-image: url("./../images/preview-frame.png");
  background-size: cover;
  min-width: 682px;
  height: 394px;
  margin: 0 0 0 3rem;
}
.features__preview img {
  margin: 26px 0 0 82px;
}

.sign-in {
  background-image: url("../images/stage-background.jpg");
  background-size: cover;
  color: white;
  padding: 4rem 0;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: -1px;
  text-align: center;
  box-shadow: inset 0px 8px 8px 1px rgba(0, 0, 0, 0.2);
}
.sign-in__title {
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sign-in__subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.5rem;
}

.faq {
  margin: 6rem 0;
}
.faq__item {
  margin-bottom: 3rem;
}
.faq__question {
  font-size: 2rem;
  margin-bottom: 1rem;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #f1f1f1;
  background: #2e3238;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.separator {
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #1080f2;
}

p {
  margin: 0;
  padding: 1rem 0;
}

a {
    color: #007ade;
}

table th {
    text-align: left;
}

table td,
table th {
    padding: 0 1rem .5rem 0;
}
