body, html {
  background: #212121;
  margin: 0;
  padding: 0;
  height: 100%;
}

.btn {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
  z-index: 999;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x:  hidden;
}

.slide {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.slide.active {
  flex: 100%;
  opacity: 1;
  z-index: 1;
}

.caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 12px;
  display: none;
}

.slide.active .caption {
  display: block;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  border: none;
/* border-radius: 50%;*/
  cursor: pointer;
  z-index: 2;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.text {
  width: 90%;
  max-width: 33em;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.center { 
  padding: 10% 0;
}

h1 { color: #D3D3D3; 
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 16px;}

p { color: #D3D3D3; 
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  max-width: 33em;}

.text-center { 
  text-align: center;
}

a { color: #5e9eff; 
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  max-width: 33em;
}

b {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
