/* ---- SQEEN Cascading Style Sheet ---- */
/* ---- All rights reserved - SQEEN ---- */


/* Fonts */

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}


html, body, div, span, object,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
    margin:             0;
    padding:            0;
    border:             0;
    outline:            0;
    font-size:          100%;
    vertical-align:     baseline;
}

body {
    text-align:         center;
    font-family:        "Ubuntu", Lucida, Arial, Helvetica, sans-serif;
    color:              #333;
}

#logo {
    display:            inline-block;
    width:              180px;
}

#center {
    position:           relative;
    margin:             120px auto 60px auto;
    width:              580px;
    text-align:         left;
    border:             1px solid #fff;
}

#content {
    margin:             15px 0 0 130px;
    font-size:          16px;
}

#content h1 {
    font-size:          36px;
    font-weight:        700;
}

#content h1 span {
    font-size:          28px;
}

#content h2 {
    font-size:          24px;
    font-weight:        700;
}

#content p {
    line-height:        140%;
}