@charset "UTF-8";

body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
}

*,
*:before,
*:after,
div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; }

img { max-width: 100%; height: auto; }
b, strong { font-weight: bold; }
p { margin-bottom: 1.25em; text-align: left; }
p:last-child { margin-bottom: 0; }

header, section, footer { position: relative; max-width: 1920px; margin: 0 auto; }