﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: #023770;
    display: inline;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: #eee;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    max-width: 46.25rem;
    background-color: #fff;
    box-shadow: 0 0 .625rem #aaa;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 2.1rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #023770;
    margin-bottom: 1.125rem;
    margin-top: 0;
}

h1 span {}

h2 {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #023770;
    margin-bottom: .5rem;
    margin-top: 0;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

ul {
    margin-top: 0;
    margin-bottom: .625rem;
    list-style: square;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    background: url(../images/header.jpg)center/cover;
}

menu {
    margin: 0;
    padding: 3.125rem 0;
}

menu a {
    max-width: 15.625rem;
    display: block;
    margin: 0;
}


section {
    margin-top: .625rem;
    padding: .625rem .937rem;
    border: .125rem solid #9c1006;
}

section:nth-of-type(1) {
    border: .125rem solid #9c1006;
    margin-bottom: 1.25rem;
    color: #023770;
    padding: 1.25rem .937rem .625rem;
    margin-top: 0;
}

aside {
    padding: 0 .937rem;
}

element:nth-of-type(1) {
    width: 41%;
    float: left;
    padding-right: .937rem;
}

element:nth-of-type(2) {
    width: 50%;
    float: left;
    margin-left: 8.333333%;
    padding-left: .937rem;
}

p span {
    color: #023770;
}

@media only screen and (max-width:46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        font-size: .875rem;
    }

    section:nth-of-type(1),
    section {
        padding: .625rem;
        margin: 0 0 .625rem;
    }

    element:nth-of-type(1),
    element:nth-of-type(2) {
        width: auto;
        float: none;
        padding: 0;
        display: block;
        margin: 0
    }

    section:last-of-type p {
        margin: 0;
    }

    h1 {
        font-size: 1.25rem;
    }

    h2 {
        font-size: 1rem;
    }

    p {
        margin: 0 0 .625rem;
    }

    a {
        font-weight: bold;
    }

    ul {
        margin-left: 0;
        padding-left: 1.187rem
    }

}

@media only screen and (max-width:29.937rem) {}
