﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: .812rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    font-size: .937rem;
    line-height: 1.3;
    margin: 1.25rem 0;
    text-align: center;
}

h2 {
    font-size: .812rem;
    margin: 0 0 .937rem;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: .312rem;
    background: #000;
    margin-left: -1.25rem;
    top: .437rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
    padding: 5rem;
}

main {
    background: #FEC311;
    text-align: center;
    font-size: 1.5rem;
    padding: .625rem;
}

header {
    position: relative;
}

header section a {
    position: absolute;
    right: 3%;
    top: 7%;
    width: 48%;
    height: 82%;
    display: flex;
    /*   border: 2px solid red;*/
}


header > a {
    position: absolute;
    left: 3%;
    top: 7%;
    width: 46%;
    height: 82%;
    display: flex;
    /*border: 2px solid red;*/
}

/*
header section a:first-of-type {
    flex: 1.1;
}

header section a:last-of-type {
        flex: 2.3
}
*/

article {
    padding: .312rem 0;
}

p:first-of-type strong {
    /*    font-size: 1.3em*/
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left;
    }

    h2 {
        margin-bottom: .312rem;
    }

    article {
        padding: .625rem;
    }

    main {
        font-size: 1.25rem;
    }

    article > br {
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }
}
