* {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
}
a {
text-decoration: none;
color: inherit;
}
div, a, span, p, li, h1, h2, h3, h4, h5, h6 {
font-family: 'Product Sans';
font-size: 16px;
}
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
ul {
list-style: none;
}
.overauto, .content, .footer {
overflow: auto;
}
.content {
margin-top: -200px;
display: inline-block;
margin-bottom: -5px;
padding-top: 20px;
width: 100%;
}
.content iframe {
max-width: 100%;
}
.content img {
max-width: 100%;
}
.button {
height: 50px;
line-height: 50px;
display: inline-block;
padding: 0px 20px;
transition: 0.2s ease 0s;
}
.button:hover {
opacity: 0.8;
}
.button p {
float: left;
}
.button_arrow {
margin-left: 30px;
height: 24px;
width: 12px;
float: left;
margin-top: 13px;
}
.button_w .button_arrow {
background-image: url(#);
background-repeat: no-repeat;
background-size: cover;
}
.button_b .button_arrow {
background-image: url(#);
background-repeat: no-repeat;
background-size: cover;
}