html {
    min-height: 100vh;

    margin: 0;
    padding: 0;

  -webkit-text-size-adjust: none;
}

body {
    min-height: 100%;

    margin: 0;
    padding: 0;

    font-family: "Arial", sans-serif;
    font-size: 14px;

    /*background: linear-gradient(to bottom,
        #1c1b17 0px,
        #1c1b17 333px,
        white 333px,
        white calc(100% - 100px),
        #1c1b17 calc(100% - 100px),
        #1c1b17 100%
    );*/

    background: linear-gradient(to bottom,
        #1c1b17 0px,
        #1c1b17 333px,
        white 333px,
        white calc(100% - 100px)
    );
    background-repeat: repeat-x;
}

main {
    width: 1225px;
    height: 100%;
    min-height: 100vh;

    margin: 0 auto 0 auto;
    padding: 0;

    position: relative;
}

section#header {
    padding-bottom: 10px;
}
header {
    height: 231px;

    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: 1212px 231px;
    background-position: center top;
}
header #banner_description {
    position: absolute;
    top: 10px;
    left: 182px;

    font-family: "Arial", sans-serif;
    font-size: 10.7px;
    line-height: 14px;
}
header #banner_logo {
    position: absolute;
    top: 9px;
    left: 339px;
}
header #banner_logo_text {
    margin: 0;

    position: absolute;
    top: 124px;
    left: 351px;

    font-family: "Arial Rounded MT Bold", sans-serif;
    font-size: 17.3px;
    font-weight: 700;
    line-height: 20px;
}
header #banner_since1995 {
    position: absolute;
    top: 6px;
    left: 560px;
}
header #banner_school_sign {
    position: absolute;
    top: 56px;
    left: 56px;
}
header #banner_motocycle {
    width: 443px;
    height: 204px;

    position: absolute;
    right: 58px;

    border-left: 4px solid #9df518;
}
header #banner_grey_strip {
    width: 628px;
    height: 32px;

    position: absolute;
    top: 172px;
    right: 58px;

    opacity: 95%;
    background-color: #787878;
}
header #banner_strip_text {
    height: 50px;

    position: absolute;
    top: 172px;
    left: 549px;

    color: #90e80c;

    font-family: "Arial Rounded MT Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-shadow: 1px 1px 2px black;
}
header #banner_strip_text p,
header #banner_strip_text img {
    display: inline;
    vertical-align: middle;
}
header #banner_strip_text img {
    position: relative;
    top: 3px;
}
header #banner_image_1 {
    position: absolute;
    top: 51px;
    right: 296px;
}
header #banner_image_2 {
    position: absolute;
    top: 51px;
    right: 62px;
}

section#header nav {
    height: 76px;

    margin: 13px auto;

    position: relative;
}
section#header #nav_signs {
    position: absolute;
    left: 25px;
    top: -5px;
}

section#header ul {
    width: 724px;
    height: 53px;

    margin: auto;
    list-style: none;
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;

    vertical-align: middle;

    border: 1px solid black;
}
section#header li {
    width: 106px;
    height: 45px;

    display: inline-block;

    text-align: center;
    vertical-align: middle;

    background-color: #000000;
    border-bottom: 4px solid #5b5b5a;
}
section#header li:not(#current_site):hover {
    border-bottom: 4px solid #e5e5e5;
}
section#header li#current_site {
    border-bottom: 4px solid #90e80c;
}
section#header a {
    width: 106px;
    height: 36px;

    display: inline-block;
    padding-top: 10px;
}
section#header a {
    color: white;
    text-decoration: none;
}

section#header #nav_street {
    position: absolute;
    left: 1000px;
    top: -35px;
}

section#content {
    padding-bottom: 150px;

    display: flex;
    justify-content: center;
    gap: 16px;
}
section#content>aside {
    box-sizing: border-box;
    background-color: #f0f0f0;
}
#aside1 {
    width: 182px;
    min-width: 182px;

    min-height: calc(100% - 493px);
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#aside2 {
    width: 203px;
    min-width: 203px;

    font-size: 12px;
    line-height: 39px;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
section#content>aside nav {
    box-sizing: border-box;

    margin: 10px 15px 50px 15px;
    padding: 2px;

    background-color: #90e80e;
}
section#content>aside nav p {
    margin: 0;
    padding-top: 10px;

    font-family: "Arial", sans-serif;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
section#content>aside nav ul {
    padding: 6px;
    list-style: none;
}
section#content>aside nav li {
    margin-bottom: 1px;
    background-color: white;
}
section#content>aside nav a {
    height: 29px;

    display: block;
    margin: 0;
    padding-left: 10px;

    color: black;
    line-height: 29px;
    text-decoration: none;
}
section#content>aside nav a:hover {
    color: #1b801b;
    background-color: #a9a9a9;
}

section#content>aside article {
    margin: 15px;
    padding: 15px 10px 50px 10px;

    text-align: center;

    background-color: white;
}

section#content>aside article a {
    color: #008000;
}

#main_content {
    flex: 1;
}

article {
    font-family: "Arial", sans-serif;
    font-size: 14px;

}

footer {
    height: 100px;

    margin-top: 50px;
    padding: 10px;

    box-sizing: border-box;
    align-content: bottom;

    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;

    background: #1c1b17;
    background-repeat: repeat-x;
}

#blessing_text {
    margin: 0;
    padding-top: 10px;

    color: #69cf32;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
#copyright {
    padding: 0;
    margin: 0;

    display: inline-block;

    position: absolute;
    left: 30px;
    bottom: 10px;

    color: white;
    font-size: 12px;
}
#bank {
    padding: 0;
    margin: 0;

    display: inline-block;
    
    position: absolute;
    right: 30px;
    bottom: 10px;

    color: white;
    font-size: 12px;
}
#bank span {
    width: 100px;

    margin-right: 10px;

    display: inline-block;

    text-align: right;
}