@font-face {
  font-family: 'Archer';
  src: url("../assets/Archer-Medium.woff");
  font-weight: normal;
}

body {
  font-family: 'Archer', times, serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  width: 158px;
  height: 598px;
}

a:hover .infoAndCTA .CTA {
  color: #30b19c;
}

.images {
  z-index: 1;
}

.images::before, .images::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 158px;
  transition: width 1s linear;
  height: 100%;
  background-repeat: no-repeat;
}

.images::before {
  z-index: 2;
  background-image: url("../assets/PLAYGROUND.jpg");
  top: 100px;
}

.images::after {
  top: 100px;
  background-image: url("../assets/BIRDWATCHER.jpg");
}

.images.current::before {
  width: 0;
}

.whiteContainerBottom {
  background-color: white;
  width: 100%;
  height: 206px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.whiteContainerBottom .infoAndCTA {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 31px 21px 42px;
  font-weight: 900;
}

.whiteContainerBottom .infoAndCTA .info {
  color: #464238;
  font-size: 24px;
  margin: 0 0 21px 0;
  text-align: center;
  line-height: 1;
}

.whiteContainerBottom .infoAndCTA .CTA {
  color: #0b79bf;
  font-size: 12px;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
}

.whiteContainerBottom .infoAndCTA .textFrames {
  position: relative;
  width: 100%;
  height: 100%;
}

.whiteContainerBottom .infoAndCTA .textFrames .info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 1s linear;
}

.whiteContainerBottom .infoAndCTA .textFrames .info.current {
  opacity: 1;
}

.whiteContainerBottom .infoAndCTA .textFrames .info sup {
  vertical-align: top;
  line-height: 1.25;
  font-size: 12px;
}

.whiteContainerBottom .infoAndCTA .textFrames .info:nth-of-type(2) {
  top: 25px;
}

.whiteContainerTop {
  background-color: white;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}

.whiteContainerTop .logo {
  width: 100%;
  height: 100%;
  position: relative;
}

.whiteContainerTop .logo img {
  width: 144px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
