* {
  margin: 0;
  padding:0;
  box-sizing:border-box;
}

body {
  background: #fae4e6;
  width: 100%;
  text-align:center;
}

img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width:1000px;
  vertical-align: middle;
}

.pink{
  background:#fbe5e7
}

.white{
  background:#fafafa;
}

.p-to-w{
  background:linear-gradient(to bottom,#fbe5e7,#fafafa)
}

.w-to-p{
  background:linear-gradient(to top,#fbe5e7,#fafafa)
}

.p-to-w.former{
  background:linear-gradient(to bottom,#fbe5e7,#f9f1f2)
}

.p-to-w.latter{
  background:linear-gradient(to bottom,#f9f1f2 0%,#fafafa 40%)
}

.w-to-p.former{
  background:linear-gradient(to bottom,#fafafa,#f9f1f2)
}

.w-to-p.latter{
  background:linear-gradient(to bottom,#f9f1f2 0%,#fbe5e7 40%)
}

.fv{
  background:linear-gradient(to bottom,#fbe5e7,#f7c2cd)
}

.footer{
  margin-top:20px;
}

a{
  display:inline-block;
  text-align:center;
}

.cta img{
  display:inline;
  width:80%;
}

.tel img{
  display:inline;
  width:70%;
}

.banner a{
  position: relative;
}

.banner{
  display:none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width:600px;
}

.close{
  -moz-appearance: none;
  -webkit-appearance: none;
  position:absolute;
  display:inline-block;
  top:5px;
  right:0;
  z-index:3;
  width:35px;
  height:35px;
  background:none;
  border:none;
}

.close:focus{
  outline:none;
}
