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

/* css reset */

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;
}
/* 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;
}

/* custom styles */

@font-face {
    font-family: 'GROBOLDpro';
    src: url('GROBOLDpro.eot?#iefix') format('embedded-opentype'),  url('GROBOLDpro.woff') format('woff'), url('GROBOLDpro.ttf')  format('truetype'), url('GROBOLDpro.svg#GROBOLDpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'GROBOLDpro';
    width: 100%;
    font-size: 100%;
}

p {
    color: #5d2615;
    text-align: center;
    font-size: 3em;
    line-height: 1.5em;
}

.wrapper {
    overflow: auto;
    margin: auto;
    width: 100%;
    padding-top: 15px;
}

img.pig {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.button {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 30px 0 30px;
    max-width: 100%;
    text-align: center;
}

.button a {
    margin: 0 auto;
    min-width: 140px;
    font-size: 2em;
    border: 3px solid #2a561a;
    border-radius: 20px;
    color: #2a561a;
    text-decoration: none;
    padding: 20px;

    box-shadow: 0px 13px 30px -18px rgba(0,0,0,0.84);

    background: rgba(170,239,32,1);
    background: url('shine.png') 8px 8px no-repeat, -moz-linear-gradient(top, rgba(170,239,32,1) 0%, rgba(170,239,32,1) 0%, rgba(15,153,22,1) 88%, rgba(65,167,5,1) 100%);
    background: url('shine.png') 8px 8px no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170,239,32,1)), color-stop(0%, rgba(170,239,32,1)), color-stop(88%, rgba(15,153,22,1)), color-stop(100%, rgba(65,167,5,1)));
    background: url('shine.png') 8px 8px no-repeat, -webkit-linear-gradient(top, rgba(170,239,32,1) 0%, rgba(170,239,32,1) 0%, rgba(15,153,22,1) 88%, rgba(65,167,5,1) 100%);
    background: url('shine.png') 8px 8px no-repeat, -o-linear-gradient(top, rgba(170,239,32,1) 0%, rgba(170,239,32,1) 0%, rgba(15,153,22,1) 88%, rgba(65,167,5,1) 100%);
    background: url('shine.png') 8px 8px no-repeat, -ms-linear-gradient(top, rgba(170,239,32,1) 0%, rgba(170,239,32,1) 0%, rgba(15,153,22,1) 88%, rgba(65,167,5,1) 100%);
    background: url('shine.png') 8px 8px no-repeat, linear-gradient(to bottom, rgba(170,239,32,1) 0%, rgba(170,239,32,1) 0%, rgba(15,153,22,1) 88%, rgba(65,167,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaef20', endColorstr='#41a705', GradientType=0 );
}

@media only screen and (max-width : 768px) {
    .wrapper {
        padding: 0;
    }

    img.pig {
        max-width: 260px;
    }

    p {
        font-size: 2em;
    }
}
