/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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;
}
html {
  margin: 0;
  padding: 0;
}
p {
  font-size: 15px;
  line-height: 20px;
}
strong {
  font-weight: bold;
}
a,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #ff7bac;
  background-image: url(../assets/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}
.ingress {
  font-weight: 900;
  font-style: italic;
}
#app {
  width: 100%;
  max-width: 940px;
  height: 660px;
  /* overflow: hidden; */
  background-image: url(../assets/tausta_pink.png);
  background-repeat: no-repeat;
  padding: 90px 40px 80px 40px;
  margin: 50px auto;
}
.logo {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.share {
  max-width: 940px;
  margin: 0 auto;
}
.addthis_sharing_toolbox {
  float: right;
  margin-top: 20px;
}
#page-1 p {
  color: #000;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 22px;
}
.option {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #000;
}
.option-text {
  font-weight: 400;
  color: #d9e021;
  font-size: 18px;
  line-height: 20px;
  padding: 14px;
  margin-left: 50px;
  min-height: 26px;
}
.option-name {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
}
.option:hover,
.option-text:hover,
.option .selected {
  color: #000;
  background-color: #d9e021;
}
.question-text {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.counter {
  font-weight: 700;
  font-size: 40px;
  line-height: 120px;
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 142px;
  height: 158px;
  right: 20px;
  background-image: url(../assets/bg-counter.png);
  margin-top: -120px;
}
.answer-modal {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 420px;
  background-color: #ff7bac;
}
.answer {
  background-image: url(../assets/bg-palaute.png);
  width: 500px;
  height: 360px;
  background-repeat: no-repeat;
  color: #d9e021;
  padding: 0px 50px 0px 100px;
  margin-left: -50px;
  display: table-cell;
  vertical-align: middle;
}
.answer-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.author .name {
  color: #000;
  font-weight: 400;
}
.author .position {
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
}
.author .img {
  width: 200px;
  margin: 60px 0 10px 0;
  border-radius: 100px;
  border: 4px solid #fff;
}
.result {
  font-size: 35px;
  color: #000;
}
.hide {
  display: none;
}
.btn {
  background-color: #d9e021;
  color: #000;
  border-radius: 0;
  border: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
}
.btn:hover,
.btn:focus {
  background-color: #ff7bac;
  color: #fff;
  border-radius: 0;
}
.btn-fb {
  background-color: #405391;
}
.btn-fb:hover,
.btn-fb:focus {
  background-color: #405391;
}
#start-btn {
  width: 198px;
  height: 222px;
  margin-top: -40px;
}
@media (max-width: 768px) {
  html {
    background: #ff7bac;
    height: 100%;
    overflow: initial;
  }
  body {
    height: 100%;
    background: #ff7bac;
    overflow: initial;
  }
  .logo {
    display: none;
  }
  .mob-logo {
    display: block;
  }
  .page {
    overflow: initial;
  }
  #start-btn {
    width: 198px;
    height: 222px;
    margin-top: 0px;
  }
  #app {
    background-image: none;
    background-color: transparent;
    height: 100%;
    overflow: initial;
    border: none;
    padding: 20px;
    margin: 0;
  }
  .counter {
    right: 0px;
    width: 70px;
    height: 79px;
    background-size: cover;
    font-size: 20px;
    line-height: 60px;
    margin-top: -70px;
  }
  .answer {
    background-color: #ff7bac;
    background-image: none;
    color: #fff;
    padding: 0;
    display: block;
    margin: 20px 0 20px 0;
    width: auto;
    height: auto;
  }
  .answer-modal {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 720px;
    background-color: #ff7bac;
    z-index: 5;
  }
  .mob-share {
    display: block;
  }
  .share {
    display: none;
  }
  .bottom-logo {
    display: none;
  }
  .mob-bottom-logo {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #page-1 {
    height: auto;
  }
  #page-2 .arrow_box:after,
  .arrow_box:before {
    display: none;
  }
  #page-3 .result-text {
    width: auto;
  }
  .addthis_sharing_toolbox {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */