@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 400 0.875em/1.5em 'Roboto Condensed', Arial, sans-serif;
    color: #3E3E3F;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 863px;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top;
}
p {
    padding-bottom: 0.3rem;
}
strong, h1, h2, h3 {
    font-weight: 700;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.325em;
    line-height: 1.1em;
}
h1 small {
    font-size: 0.875rem;
    font-weight: 400;
}
h2 {
    font-size: 1.6em;
    line-height: 1.3;
    padding-bottom: 0.7rem;
}
h3 {
    font-size: 2.9em;
    line-height: 1.3;
    padding-bottom: 0.3rem;
    color: #fff;
}
.background p {
    font-size: 1.125em;
    line-height: 1.5;
    color: #fff;
}
.background {
    padding: 1rem 0 4.5rem;
}
article {
    padding: 0 2.5rem;
    position: relative;
}
footer {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1rem 3rem;
    background: #fff;
}
.milk {
    position: absolute;
    right: 2rem;
    bottom: 16.5rem;
}
.contact {
    color: #000;
    font-size: 1.125em;
    line-height: 1.3;
    position: absolute;
    bottom: -5.5rem;
    right: 18rem;
}
.contact a {
    color: #000;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:862px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    span {
        display: inline-block;
    }
    .background {
        background: #799F54;
        margin: 0 -2rem 1rem;
        padding: 0.5rem 2rem;
    }
    .milk {
        position: static;
        padding-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    header img {
        display: block;
    }
    .contact {
        position: static;
    }
    .background br {
        display: none;
    }
    h3 {
        font-size: 2em;
    }
    article {
        padding: 0 2rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0 1rem;
    }
    footer {
        padding: 0.5rem 1rem 1rem;
    }
    h3 {
        font-size: 1.55em;
    }
}