﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: red;
    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: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.1;
    margin: 15px 0 20px;
    font-weight: 400;
    padding: 0;
}

/*
h1:before,
h1:after {
    position: absolute;
    content: '';
    width: 2.187rem;
    top: .187rem;
    bottom: 0;
    left: -.312rem;
    right: -.625rem;
    background: url(../images/1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

h1:after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}*/

h2 {
    font-size: 1.5rem;
    margin: 16px 0 8px;
    font-weight: normal;
}

h3 {
    font-size: 1.5rem;
    margin: 20px 0 0;
    text-align: center;
    font-weight: normal;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
    flex: 1;
}

ul li {
    padding-left: 15px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -15px;
    font-size: 1.375em;
    line-height: 1.1;
    font-family: 'arial', sans-serif;
}

ul p {
    margin: 0;
    letter-spacing: -0.1px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 60rem;
    margin: 1rem auto;
    border: solid thin #000;
    background-color: #fff;
    padding: 20px;
}
section{
    position: relative;
}
section > a {
    position: absolute;
    width: 25%;
    height: 10%;
    right: 6%;
    bottom: 7%
}

header > a {
    margin: 10px 0;
    display: block;
    width: 13.437rem
}


article {
    padding: 0;
}

article > a:last-of-type {
    color: #fff;
    background-color: red;
    border-color: #e60000;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: .062rem solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.42857143;
    border-radius: 0;
}

article > a:last-of-type:hover {
    color: #fff;
    background-color: #CC0000;
    border-color: #e60000;
}

/*
footer {
    padding: 0 2.5rem 1.25rem;
    text-align: left;
    position: relative;
}
footer > p {
    margin: 0;
    color: #706F6F;
}
footer a {
    position: absolute;
    bottom: 1.25rem;
    right: 2.5rem;
    width: 17.437rem;
}*/

/*section:nth-of-type(1) {
    width: 48.5%;
    float: left;
}

section:nth-of-type(2) {
    width: 49.5%;
    float: right;
}*/

p span {
    color: #E2001A;
    font-weight: bold;
}
p a:hover{
    color: #B30000;
}
@media only screen and (max-width:59.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    /*    section:nth-of-type(1),
    section:nth-of-type(2) {
        width: auto;
        float: none;
    }*/

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    footer,
    article {
        padding: .625rem;
    }

    footer {
        padding-top: 0;
    }

    aside {
        display: block;
    }

    article > br {
        display: none;
    }

    h1 {
        font-size: 1.25rem;
    }

    header > a {
        margin: 10px 0;
        display: block;
        width: 13.437rem
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}
