/*===========================================================

Index

00 - Imports
01 - Variables & Mixins
02 - Basics
03 - Typography

===========================================================*/
/*===========================
00 - Imports
===========================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Use Border-Box */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*===========================
01 - Variables & Mixins
===========================*/
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.imagereplace {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/*===========================
02 - Basics
===========================*/
html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
  background: url("../images/pattern.png") center center #f96458;
  color: #ffffff;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wubby-logo {
  display: block;
  width: 222px;
  height: 203px;
  margin: 100px auto 50px;
  opacity: 1;
  background: url('../images/wubby-logo.png') center center no-repeat;
  background-size: 222px 203px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.wubby-logo:hover {
  -webkit-transform: rotateZ(5deg);
  -moz-transform: rotateZ(5deg);
  -ms-transform: rotateZ(5deg);
  transform: rotateZ(5deg);
}
.intro {
  max-width: 750px;
  font-weight: 700;
  margin: 0 auto 75px;
  line-height: 1.72;
}
.signed ::-webkit-input-placeholder {
  color: #872b23;
}
.signed :-moz-placeholder {
  color: #872b23;
}
.signed ::-moz-placeholder {
  color: #872b23;
}
.signed :-ms-input-placeholder {
  color: #872b23;
}
#from {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  color: inherit;
  background: none;
  text-align: center;
  border-bottom: dashed 3px #ffffff;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  width: 500px;
}
#from:focus {
  outline: none;
}
label {
  display: block;
  margin: 0 0 10px 0;
}
#dearest {
  display: inline-block;
  font-family: 'nimbus-sans-extended', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  padding: 20px 40px;
  background: #872b23;
  border: solid 10px #f96458;
}
.dearest-perspective {
  display: inline-block;
  border-bottom: solid 10px #872b23;
  border-right: solid 10px #3a0d09;
  margin: 30px 0;
}
.touch-it-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 227px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.touch-it-wrapper:hover .touch-it-poke {
  margin-left: -240px;
}
.touch-it-poke {
  position: absolute;
  display: block;
  z-index: 2;
  width: 50%;
  height: 90px;
  margin-left: -270px;
  background: #feac97;
  top: 20px;
  -webkit-transition: margin-left 0.1s ease;
  -moz-transition: margin-left 0.1s ease;
  transition: margin-left 0.1s ease;
}
.touch-it-poke:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 195px;
  height: 133px;
  left: 100%;
  top: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/hand.png") center center no-repeat;
}
#touch-it,
.touch-it {
  position: relative;
  display: block;
  z-index: 1;
  width: 227px;
  height: 227px;
  margin: 0 auto;
  border-radius: 50%;
  background: url("../images/touch-it-button.png") center center no-repeat;
  background-size: 227px 227px;
  background-color: #872b23;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: box-shadow 0.1s ease;
  -moz-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
}
#touch-it:hover,
.touch-it:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
#touch-it:active,
.touch-it:active {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
.not-feelin-it {
  display: none;
  position: relative;
  letter-spacing: 0.2em;
  margin: 0 0 40px 0;
}
.not-feelin-it:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -20px;
  width: 37px;
  height: 47px;
  background: url("../images/up-arrow.png") center center no-repeat;
  background-size: 37px 47px;
}
.oh-baby {
  background: #feac97;
  margin-bottom: 60px;
  padding: 60px;
}
.oh-baby h3 {
  color: #3a0d09;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.send-it {
  padding: 0 0 80px 0;
  letter-spacing: 0.2em;
}
.send-it .send-it-cta {
  margin: 80px 0;
}
.share-button {
  background: #872b23;
  padding: 10px 30px;
  letter-spacing: 0.2em;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.share-button:hover {
  background: #3a0d09;
}
.share-drawer {
  display: none;
  width: 100%;
  height: 0;
  background: #872b23;
  background: rgba(135, 43, 35, 0.25);
  margin: 100px 0 0 0;
  overflow: hidden;
}
.share-drawer h4 {
  font-size: 0.7em;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
.share-drawer.is-open {
  display: table;
  padding: 60px;
  height: 50%;
}
.share-drawer-link {
  display: inline;
  background: #3a0d09;
  padding: 20px;
  font-size: 0.6em;
  text-transform: none;
}
.vertical-center {
  display: table-cell;
  vertical-align: middle;
}
.wubby-central {
  background: url("../images/pattern-white.png") center center repeat white;
}
.wubby-central .wubby-logo {
  background: url('../images/wubby-logo-red.png') center center no-repeat;
  background-size: 222px 203px;
}
.wubby-central .touch-it-wrapper {
  margin-bottom: 120px;
}
.wubby-central #touch-it,
.wubby-central .touch-it {
  background: url("../images/return-the-wuv.png") center center no-repeat;
  background-size: 227px 227px;
  background-color: #872b23;
}
.wubby-central input#from {
  margin: .5em 0;
}
/*===========================
03 - Typography
===========================*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h1 {
  font-size: 1.6875em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}
