@charset "utf-8";
/*----------------------------------------------*/
/* Global Reset */
/*----------------------------------------------*/
html, body {height: 100%;}
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;outline: 0;font-size: 100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}/* remember to define focus styles! */
del {text-decoration: line-through;}

/*----------------------------------------------*/
/* General Styles */
/*----------------------------------------------*/
* {margin:0;padding:0;}
html, body {font-family: 'Montserrat', sans-serif, Helvetica, Arial; font-size:1.1em; line-height:1.3; color: #383838;}

/*----------------------------------------------*/
/* Wrapper Styles */
/*----------------------------------------------*/
#wrapper {min-height: 100%; height: auto !important; height: 100%; margin:auto; padding:15px;}
#container {padding-top:51px; margin: auto; text-align: center; max-width:821px;}
img {max-width: 90%;height: auto;margin:0 25px 70px;}
@media screen and (max-width:480px)
{
    #container {padding-top:21px;}
    img {margin: 0 0 30px !important;}
}

p {font-size:1.1em;padding:15px;}
strong {font-weight: bold;}
a {display:inline-block;background-color:#f16c00;color:#ffffff;padding:10px;border-radius:10px;text-decoration:none; margin-bottom:47px;}
a:hover {background-color:#3f403e;}