@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&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 {
    width: 100%;
    height: auto;
    display: block;
}

body {
    color: #505050;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
}

p {
    margin: 0 0 1.562rem;
}

h1,
h3,
strong {
    font-weight: 500;
}

h1 {
    font-size: 34px;
    margin: 0;
    margin: 1.875rem 0
}

h1 span {
    font-size: 0.7em;
    font-weight: 500
}

h2 {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
    font-weight: 500
}

h3 {
    font-size: 32px;
    margin: 0 0 1.25rem;
    font-weight: 500;
    color: #7EB54B;
    line-height: 1.2
}

h3 span {
    color: #993366;
}

h4 {
    /*color: #7EB54B;*/
    font-size: 32px;
    margin: .625rem 0 2.5rem;
    font-weight: 500;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
}

ul li {
    padding-left: 2.5rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -2.5rem;
    font-size: 1.875rem;
    line-height: 1.1;
    font-family: 'Arial', sans-serif;
    color: #7EB54B;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    /* 
    
    box-shadow: 0 0 .937rem rgba(0, 0, 0, 0.3);
    padding: 1.25rem;
    max-width: 45rem;
    
    */
}

header {
    position: relative;
}

main {
    display: block;
    border: solid thin #993366;
}

header img + img {
    position: absolute;
    width: 18.75rem;
    right: 0;
    bottom: -3.75rem;
}

article {
    padding: .937rem 2.5rem 0 1.875rem;
    position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    article p:nth-of-type(2){
        letter-spacing: -0.1px
    }
}


article > a  {
    position: absolute;
    max-width: 2.812rem;
    right: 26%;
    bottom: 18.5%;
}

footer {
    padding: 0 3.125rem 1.25rem;
}

aside,
footer {
    position: relative;
}

aside > a {
    position: absolute;
    right: -3%;
    top: 30%;
    width: 150px;
}

footer > a {
    position: absolute;
    right: 5px;
    bottom: 40%;
    width: 200px;
}

aside > p {
    margin: 0;
}


address {
    margin: .625rem .625rem 0;
    border: .187rem solid #E6C8DD;
    background: #993366;
    color: #fff;
    padding: .625rem;
    text-align: center;
    border-radius: .625rem;
    display: none;
}

element {
    display: none;
}

p span {
    color: #7EB54B;
    font-weight: 400;
}

@media only screen and (max-width:599px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        font-size: 1rem;
    }

    h1,
    p,
    ul {
        margin: 0 0 .625rem;
    }

    article {
        padding: .625rem .625rem 0;
        ;
    }

    header img + img {
        display: none
    }

    address {
        display: block;
    }

    p br {
        display: none;
    }

    p:last-of-type br {
        display: inline-block;
    }

    article > a {
        position: static;
    }

    h3 {
        font-size: 1.5rem;
        margin: .625rem 0;
        line-height: 1;
    }

    h1 {
        margin: .625rem 0;
        font-size: 1.25rem;
    }

    h2 {
        font-size: 1rem;
        margin: .625rem 0;
    }

    h4 {
        font-size: 1.125rem;
        margin: .625rem 0;
    }

    ul {
        margin: 0;
    }

    ul li {
        padding: 0 0 0 .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
        font-size: 1.375rem;
        line-height: 1.1
    }

    footer {
        padding: 0 .625rem;
    }

    aside > a,
    footer > a {
        display: none
    }

    article > a {
        position: static;
        max-width: 2.5rem;
        margin: 10px auto;
        display: block;
    }

    element {
        display: block;
        margin: 0;
    }

    element > a {
        max-width: 9.375rem;
        display: block;
        margin: .625rem auto;
    }
}

@media only screen and (max-width:29.937rem) {}
