@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kalam-v17-latin-700.eot');
    src: url('../fonts/kalam-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v17-latin-700.woff2') format('woff2'), url('../fonts/kalam-v17-latin-700.woff') format('woff'), url('../fonts/kalam-v17-latin-700.ttf') format('truetype'), url('../fonts/kalam-v17-latin-700.svg#Kalam') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v19-latin-700.eot');
    src: url('../fonts/nunito-sans-v19-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2'), url('../fonts/nunito-sans-v19-latin-700.woff') format('woff'), url('../fonts/nunito-sans-v19-latin-700.ttf') format('truetype'), url('../fonts/nunito-sans-v19-latin-700.svg#NunitoSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 700 1em/1.3em 'Nunito Sans', sans-serif;
    color: #231F20;
}
h1, h3, h4, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 900px;
    border: solid 1px #231F20;
    background: #fff url('../images/bg.jpg') top left no-repeat;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem 1rem;
    font-size: 1em;
    line-height: 1.3;
    letter-spacing: 0;
}
h1:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -16px;
    color: #FDD526;
}
h2 span {
    font: 700 1rem/1.3em 'Nunito Sans', sans-serif;
    -webkit-text-stroke: 0;
    text-transform: none;
    letter-spacing: 0;
    display: block;
}
h2, h3, h4 {
    font-family: 'Kalam', sans-serif;
}
h2 {
    font-size: 1.875em;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
    padding-bottom: 1rem;
    -webkit-text-stroke: 1px;
    text-transform: uppercase;
}
h3 {
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
}
h4 {
    font-size: 2.2em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FED503;
    padding: 1.375rem 0.5rem;
}
h4 span {
    color: #F6892B;
}
header {
    padding: 2.25rem 2.25rem 1.5rem;
}
header p {
    text-transform: uppercase;
    color: #745900;
}
.logo {
    position: absolute;
    top: 1rem;
    right: 2rem;
}
.banner {
    display: none;
}
article {
    padding: 0 3rem;
    width: 67%;
    letter-spacing: -2px;
}
footer {
    padding: 0.75rem 2rem;
    background: #231F20;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
footer p {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.1;
    text-align: right;
    padding: 0;
}
.qrc {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1rem;
}
.color {
    color: #FDD526;
}
.contact {
    flex: 1;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    h3 br {
        display: none;
    }
    p a, span {
        display: inline-block;
    }
    header {
        background: #FAC31E;
        padding: 1rem 2rem;
    }
    h4 {
        padding: 0.5rem 0.5rem 0;
        background: #180300;
        width: fit-content;
    }
    .logo {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        position: static;
        display: flex;
        margin-bottom: 2rem;
    }
    .banner {
        display: block;
    }
    article {
        padding: 1rem 2rem;
        width: auto;
    }
    footer {
        flex-direction: column;
        gap: 1rem;
    }
}
@media only screen and (max-width:480px){
    header, article, footer{
        padding: 1rem;
    }
    h3 {
        font-size: 1.5em;
        margin-bottom: 0.75rem;
    }
    h4 {
        font-size: 1.75em;
    }
    footer{
        justify-content: center;
    }
    .qrc {
        flex-direction: column;
        align-items: center;
    }
    footer p {
        text-align: center;
    }
} 