@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3F4B4E;
    font: 400 1.0625em/1.3em 'Montserrat', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 500px;
    margin: 1rem auto;
    border: solid 1px #3F4B4E;
    background: #fff url('../images/bg.jpg') bottom left no-repeat;
    overflow: hidden;
    padding: 1.5rem 1.5rem 0.5rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1em;
    line-height: 1.3;
}
h2 {
    font-size: 1.875em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
h2 span {
    font-weight: 400;
}
h2, strong {
    color: #B6BF3C;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.625rem;
}
header {
    margin: 0 -1.5rem 1.5rem 0;
    position: relative;
}
.logo1, .logo2 {
    position: absolute;
    right: 8%;
}
.logo1 {
    width: 34%;
    top: 5%;
    height: 25%;
}

.logo2 {
    width: 24%;
    top: 31%;
    height: 22%;
}
article {
    padding: 1.5rem 1.5rem 0 0;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: 2.75rem;
}
@media only screen and (max-width:499px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        padding: 1rem;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        margin: 0 -1rem 1rem 0;
    }
    article {
        padding: 0;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
}