* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-size: 1rem;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
}

a {
    outline: none;
    color: #21759b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
    display: table;
    content: "";
}

.site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    background-color: #fff;
}

.site-header {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

.logo {
    float: left;
    margin-right: 1rem;
}

.logo img {
    height: 60px;
    border-radius: 1rem;
}

.logo-des {
    float: left;
}

.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 14px;
    margin-bottom: 1rem;
}

.site-header h1,
.site-header h2 {
    text-align: left;
}

.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.site-title {
    font-size: 22px !important;
}

.site-title {
    line-height: normal !important;
    margin-bottom: 0 !important;
}

.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}

.site-description {
    font-size: 15px !important;
    text-align: center !important;
    color: #21759B !important;
}

.site-content {
    margin: 24px 0 0;
    margin: 1.714285714rem 0 0;
}

.entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
}

.entry-content p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}

footer {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
    .site {
        margin: 0 auto;
        max-width: 960px;
        max-width: 68.571428571rem;
        overflow: hidden;
    }

    .site-header h1,
    .site-header h2 {
        text-align: left;
    }

    .site-header h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.846153846;
        margin-bottom: 0;
    }

    .entry-header .entry-title {
        font-size: 22px;
        font-size: 1.571428571rem;
    }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
    body {
        background-color: #e6e6e6;
    }

    body .site {
        padding: 0 40px;
        padding: 0 2.857142857rem;
        margin-top: 48px;
        margin-top: 3.428571429rem;
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
        box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    }
}
