/*global setup*/
@font-face {
  font-family: 'Avenir Black';
  src: url('../assets/subset-Avenir-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('../assets/subset-Avenir-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Avenir Book', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
	font-size: 100%;
}

.banner {
	color: white;
	position: relative;
	background: #d70f64;
	width: 320px;
	height: 400px;
	cursor: pointer;
}

.banner * {
	box-sizing: border-box;
	overflow: hidden;
}

.burger {
	position: absolute;
	left: 0px;
	bottom: 64px;
}

.btn-cta {
	font-family: 'Avenir Black', 'Arial', sans-serif;
	color: #d70f64;
  background-color: #fff;
  padding: 10px 23px;
  display: inline-block;
  line-height: 1;
  font-size: 23px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-weight: 900;
}

.text strong {
	font-family: 'Avenir Black', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.subline {
	position: absolute;
  right: 15px;
  bottom: 97px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.tagline {
	position: absolute;
	font-size: 1.6rem;
	top: 78px;
	left: 25px;
}

.logo {
	position: absolute;
  width: 160px;
  left: 80px;
  top: 20px;
}

.disclaimer {
	font-weight: 100;
	position: absolute;
	font-size: 10px;
	bottom: 6px;
	width: 100%;
	text-align: center;
	opacity: 0.7;
}
