@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 .CTA {
  color: #0777be;
  border: 1px solid #0777be;
  background-color: white;
}

.images {
  z-index: 1;
  background-image: url("../assets/summer.jpg");
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 158px;
  transition: width 2s linear;
  height: 100%;
  background-repeat: no-repeat;
}

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

.whiteContainerBottom .infoAndCTA {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px 19px 42px;
  font-weight: 900;
  color: white;
}

.whiteContainerBottom .infoAndCTA .info {
  font-size: 21px;
  margin: 0 0 18px 0;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.whiteContainerBottom .infoAndCTA .CTA {
  font-size: 14px;
  text-align: center;
  margin: 0;
  border: 1px solid white;
  padding: 7px 13px;
  white-space: nowrap;
}

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

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

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