* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    background: #ffffff;
}

body {
    margin: 0;
    min-height: 100vh;
}

a {
    color: #0000ee;
}

p {
    margin: 0 0 10px;
}

h1,
h2 {
    color: #666666;
}

h1 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

h2 {
    margin: 0;
    padding: 8px 0 10px;
    font-size: 20px;
    font-weight: 400;
}

ul {
    margin: 0 0 10px;
    padding-left: 40px;
}

.site-header {
    margin-bottom: 25px;
}

.site-header-top {
    height: 40px;
    background: #000000;
}

.site-brand {
    width: min(1280px, calc(100% - 20px));
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-brand a,
.site-brand img {
    display: block;
}

.site-nav {
    height: 40px;
    background: #a1c057;
}

.site-nav-inner {
    width: min(1280px, 100%);
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-nav-home {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #91ad4f;
}

.site-nav-home:hover {
    background: #71873d;
}

.site-main {
    width: min(780px, calc(100% - 30px));
    margin: 0 auto 25px;
}

.site-content {
    width: 100%;
}

.hero-image {
    display: block;
    width: 100%;
    height: auto;
}

.site-footer {
    min-height: 50px;
    background: #363636;
}

.site-footer-inner {
    width: min(1280px, calc(100% - 20px));
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
    color: #bebebe;
}

@media (max-width: 850px) {
    .site-header {
        margin-bottom: 20px;
    }

    .site-brand {
        width: calc(100% - 30px);
    }

    .site-main {
        width: calc(100% - 30px);
    }

    .site-footer-inner {
        width: calc(100% - 30px);
    }
}
