﻿@charset "utf-8";

:root {
    font-size: 16px;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.431em;
    background-color: #F1F0EF;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;

    background-color: #fff;
    overflow: hidden;

    box-shadow: 0px 0px 1.437rem #A6A6A6;
}

header,
article,
footer {
    padding: 0rem 1.5rem;
}

header {
    margin: 0 0 .937rem;
}

p {
    text-align: left;
}



h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 2.431em;
    line-height: 1.2;
    font-weight: normal;
    color: #86BC25;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.631em;
    line-height: 1.231em;
    margin-bottom: .625rem;
    font-weight: normal;
}

h3 {
    color: #86BC25;
    font-size: 1rem;
    font-weight: normal;
}

a:link,
a:active,
a:visited {
    color: #86BC25;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #86BC25;
    text-decoration: underline;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top: thin solid #52BA5A;
}

ul {
    padding-left: 1rem;
}

li {
    padding-bottom: 0.2rem;
}

ul {
    padding-left: 2rem;
    margin: 0 0 1.25rem;

}

ul li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
}

ul li:before {
    content: "\25A0";
    color: #86BC25;
    float: left;
    margin-left: -1.25rem;
    margin-top: -0.1rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    display: flex;
    justify-content: space-between;
}

header img {
    max-width: 100%;
    height: auto;
    display: block;
    padding-top: 1.5rem;
}

ul + p,
h2 + p {
    margin: 0 0 0 0;
}

footer section {
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: thin solid #CCC;
    margin-bottom: 1.5rem;
    background-color: #F8F9F9;
    box-shadow: .187rem .187rem .25rem #A6A6A6;


}


@keyframes slidy {
    0% {
        left: 0%;
    }

    22% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    47% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    72% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    97% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

.slider {
    overflow: hidden;
    margin: 0 0 2.187rem;
}

.slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 24s slidy infinite;
}

figure img {
    width: 20%;
    float: left;
}


/* Responsive */
@media only screen and (max-width:49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    .slider {
        margin: 0 0 1.25rem;
    }

    h1 {
        font-size: 1.692em;
        font-weight: bold;
    }

    h1 br {
        display: none;
    }

    h2 {
        font-size: 1.231em;
        font-weight: bold;
    }

    header img {
        padding-top: 0rem;
    }

    footer > section > p:first-of-type br {
        display: none;
    }

}
