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;
}
html{       
    background-image:url('../images/background.jpg');        
    background-repeat:no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position:center center;
    height: 100%;
    overflow: auto;    
}
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;
}
body {
    color: #000;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}
h1 {
    font-size: 4em;
    line-height: 2em;
    font-weight: 600;
    color: #e60000;
    text-align: center;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

}
h2 {
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
    color: #e60000;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 600;
    color: #e60000;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

}
p {
    padding: .5em 0;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
b, strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center {
    text-align: center;
}
#page-wrapper{
	 max-width: 1300px;
	 margin: 0 auto;
}
#header {
    text-align: center;
}
#content {
    text-align: center;
}
#content a {
    display: inline-block;
    width: 300px;
    padding: 10px;
}
#content img {
    width: 300px;
    height: 300px;
}
@media screen and (max-width: 768px) {
    h1 {
    font-size: 3em;
}