/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Montserrat";
}

body {
  border-top: 10px solid #475b63;
  text-align: center;
  background: #fff;
}

#logo {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
  color: #2e2c2f;
  letter-spacing: -1px;
}

#logo span {
  font-weight: normal;
}

h2 {
  font-size: 16px;
  color: #0197f6;
  text-align: center;
  margin: 20px;
  font-weight: bold;
  line-height: 20px;
}

h3 {
  font-size: 32px;
  font-weight: normal;
  color: #111;
  line-height: 38px;
}

h4 {
  opacity: 0.5;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  font-style: italic;
}

#presenter img {
  max-width: 400px;
  width: 90%;
  border: 5px solid #6c7c82;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

#presenter p {
  font-weight: bold;
  line-height: 18px;
  margin-top: 10px;
}

#presenter p span {
  font-weight: normal;
  font-size: 15px;
}

#secrets p {
  text-align: left;
  margin: 20px 10px 5px 25px;
  line-height: 23px;
}

#secrets p::before {
  content: "🚀";
  margin-left: -29px;
  padding-right: 5px;
}

#secrets p span {
  font-weight: bold;
}

.secondo {
  font-size: 22px;
  line-height: 26px;
}

.button {
  background-color: #0197f6;
  padding: 14px;
  margin: 30px 0 5px;
  display: block;
  border-radius: 5px;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  border-bottom: 10px solid #0169ac;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.disco {
  color: #999;
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
}

#importante h3 {
  font-size: 21px;
  line-height: 22px;
  font-weight: bold;
  margin: 24px 0;
}

#importante p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 30px;
}

#privacy p {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.4;
}

#wrapper {
  max-width: 900px;
  width: 90%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  #lefty {
    float: left;
    max-width: 450px;
  }
  #righty {
    float: left;
    max-width: 420px;
    margin-left: 30px;
  }
}

#hiddenbro h3 {
  margin: 20px;
}

#hiddenbro p {
  margin: 20px;
  line-height: 20px;
  font-size: 16px;
}

#imgholder {
  max-width: 600px;
  margin: 20px auto;
}

#imgholder img {
  width: 100%;
}
