@charset "utf-8";

/* We reset everything. Let there be light. */
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    margin-bottom: 0 !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    background-color:#fff;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    color:inherit;
    font:inherit;
    text-decoration:none;
}
img {
    max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 10px;
}
h1 {
    font-size: 22px;
}
strong{
    font-weight:700;
}
em {
    font-style:italic;
}
main {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.content {
    position: relative;
    width: 960px;
    max-width: 90%;
    margin:auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#logo {
    margin:0 auto 30px;
    display:block;
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 780px) {
}