*,
*:after,
*:before {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /*text-rendering: optimizeLegibility;*/
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}
html, body {
    width: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'off';
    min-width: 100%;
    font-size: 16px;
    color: #333;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
ul, menu, dir {
    display: block;
    list-style-type: none;
}
ul.list {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 20px;
}
img {
    display: inline-block;
    vertical-align: middle;
}
fieldset {
    display: block;
    border: 2px none threedface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
}
h1, h2, h3, h4, h5 {
    display: block;
    font-weight: bold;
}
h2 {
    margin-bottom: 10px;
}
h4 {
    font-weight: bold;
    padding: 6px 0;
    display: block;
    position: relative;
    margin-top: 15px;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    border-color: transparent;
}
input, textarea, button {
    /*-webkit-appearance: none;*/
    font-family: 'off', sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
article {
    position: relative;
    overflow: hidden;
}
article:after {
    clear: both;
    content: "";
    display: block;
}

h1 {
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    margin: 0;
    color: #000;
    margin-bottom: .6em;
}
p {
    /* font-size: 1.2em;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 1em;
    text-align: justify; */
    font-size: 1.2em;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 0em;
    text-align: justify;
}
blockquote {
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: justify;
    border-left: 1px solid #e2e2e2;
    color: #666;
    padding-left: 1em;
}
section {
    text-align: center;
    padding-top: 6em;
    padding-bottom: 6em;
    position: relative;
    width: 100%;
    position: relative;
    display: block;
}

section h2 {
    font-size: 3.75em;
    color: #000;
    font-weight: 300;
    margin-bottom: .2em;
    text-align: center;
}


@media (max-width: 1220px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 1020px) {
    body {
        font-size: 12px;
    }
}
@media only screen and (max-device-width: 900px) {
    body {
        padding-top: 60px;
    }
}
