﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;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 {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #231F20;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 1.25rem 0;
}

h2 {
    font-size: 1em;
    margin: 0;
    font-weight: 500;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    letter-spacing: -0.2px
}

ul li {
    padding-left: .875rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .5rem;
    background: #231F20;
    margin-left: -.875rem;
    top: .437rem;
}
ul li ul{
    margin: 0;
}

ul li ul li {
    padding-left: 2.187rem;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: 1px;
    background: #231F20;
    margin-left: -.937rem;
    top: .625rem;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 51.25rem;
    margin: 1rem auto;
    border: solid thin #818285;
    box-shadow: 0 0 .937rem rgba(0, 0, 0, 0.2);
}

header {
    padding: .625rem;
    float: right;
}

header a {
    margin: .625rem .937rem;
    display: block;
    width: 260px;
    transform: rotate(-6deg);
    box-shadow: .625rem .625rem .625rem rgba(0, 0, 0, 0.5);
    border-radius: .937rem;
}

article {
    padding: 5rem .937rem .937rem;
}




footer {
    background: #FFC20E;
    font-size: 1.125rem;
    text-align: center;
    padding: .625rem;
}

h1,p strong{
        font-weight: 500;

}
p a:hover{
    text-decoration: underline;
}
@media only screen and (max-width:51.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left;
    }

    header {
        float: none;
    }

    header a {
        transform: none;
        margin: 0;
        width: 12.5rem;
    }

    article {
        padding: .625rem;
    }
    ul br{
        display: none;
    }
}

@media only screen and (max-width:479px) {}
