@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: 298px;
  height: 248px;
}

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

.images {
  z-index: 1;
}

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

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

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

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

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

.whiteContainerBottom .infoAndCTA {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px 15px 0;
  font-weight: 900;
  position: relative;
}

.whiteContainerBottom .infoAndCTA .info {
  color: #464238;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

.whiteContainerBottom .infoAndCTA .info:first-of-type {
  font-size: 13px;
}

.whiteContainerBottom .infoAndCTA .CTA {
  color: #0b79bf;
  font-size: 10px;
  margin: 0;
  letter-spacing: 1px;
  position: absolute;
  bottom: 9px;
}

.whiteContainerBottom .infoAndCTA .textFrames {
  position: relative;
}

.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: 10px;
}

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

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