a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #517a35 url('images/green-leopard.png') repeat 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ul,
ol {
    list-style: none;
}

li {
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    overflow: hidden;
}

pre,
code {
    font-family: Monaco, Consolas, monospace;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Satisfy', cursive;
    color: #fff;
    padding-bottom: 8px;
}

h2 {
    font-size: 2.5em;
    font-family: 'Satisfy', cursive;
    color: #517a35;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #517a35;
}

h3 {
    font-size: 2em;
    line-height: 1.25em;
    font-family: 'Satisfy', cursive;
    text-align: center;
}

h4 {
    font-size: 1.5em;
    font-family: 'Satisfy', cursive;
    text-align: center;
}

h5 {
    font: bold normal 1.25em/1.5em 'Lato', sans-serif;
    text-align: center;
    padding: 10px 0;
}

h6 {
    font-size: 1em;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    /*margin-left: 30px;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #517a35;
}

a:hover {
    text-decoration: underline;
}

.grid-container>hr {
    /*margin-left: 10px;*/
    margin-right: 10px;
}

.divider {
    background-color: #526546;
    height: 25px;
    opacity: 0.6;
}

.page {
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
}

#sign {
    margin: 20px auto;
    width: 100%;
}

.copyright {
    font: normal normal 0.8em/1.2em 'Lato', sans-serif;
}

.header {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
}

.footer,
.header {
    background-color: #526546;
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.footer a {
    color: #fff;
    font-weight: bold;
}

.bx-wrapper {
    margin: 10px auto 35px;
}