/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    font-family: 'Signika Negative', sans-serif;
    line-height: 1.5;
    font-size: 18px;
}

body {
    background: #fff url(puur-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}

a, a:link, a:visited {
    font-weight: bold;
    color: #000;
}

a.button:link, a.button:visited {
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,.1);
    border-radius: 7px;
    display: inline-block;
    margin: 10px 10px 10px 0;
}

.container {
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 50px;
}

.logo {
    max-width: 150px;
    height: auto;
    display: block;
    margin: 20px 0;
}

.hero-image {
    background: #fce898 url(/puur-hero.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.event-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px auto;
    border: 1px solid rgba(255,255,255,.8);
}

.event-block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.outro {
    margin: 0 auto;
    max-width: 800px;
    padding: 40px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {

    .container {
        padding: 100px 40px;
    }

    .hero-image {
        width: 70%;
        height: 100%;
        min-height: 300px;
        float: right;
        margin-left: 40px;
    }

    .logo {
        margin: 0 50px 50px 0;
    }

    .event-block {
        flex-wrap: nowrap;
    }

    .event-block img {
        width: 250px;
        height: auto;
        margin: 0 40px 0 0;
    }


}
