/* stylelint-disable selector-list-comma-newline-after, property-no-vendor-prefix */

/*
 * Globals
 */

body {
    color: #555;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}


/*
 * Masthead for nav
 */

/**
 *.page
 */

.page-warpper {
    background: #fff;
    padding: 16px;

}

.page-title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 14px;
}

.page-content {
    font-size: 14px;
    color: #323233;


}

.page-content > *:first-child {
    margin-top: 0;
}

.page-content p {
    text-indent: 1em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-content h4 {
    margin: 15px 0;
    font-size: 16px;
}

.page-content blockquote {
    padding: 15px;
    background: #f1efee;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    margin: 1em 0;
}

.page-block {
    font-size: 12px;
    margin: 0;
    color: rgba(69, 90, 100, .6);
    padding: 20px 15px 15px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
}

.page-footer {
    text-align: center;
}
