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

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 {
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    background-image: url(../graphics/bckgrnd.png);
} 
}

.error h1 {
    font-size: 80px
}

.error .slogan {
    font-size: 25px
}

.reserved h1 {
    font-size: 40px
}

.reserved h2 {
    margin-top: 40px;
    font-size: 50px;
    font-weight: 600;
}

.reserved .slogan {
    margin-top: 0px;
}

.reserved .comingsoon {
    margin-top: 20px;
}

.reserved .slogan p {
    font-size: 25px;
    font-style: italic;
    line-height: 1.5em
}

.reserved .comingsoon p {
    font-size: 30px;
    line-height: 1.5em
}

a {
    color: #fff;
    text-decoration: none
}

.header {
    padding-top: 30px;
    background-image: none;
    background-repeat: none;
    width: 100%;
    text-align: center;
}

.header img {
    margin: 0;
    width: 100%;
    height: auto;

}

.smllimg {
    display: inline-block;
    max-width: 350px
}

.mdmimg {
    display: none;
    max-width: 768px
}

.lrgimg {
    display: none;
    max-width: 1024px
}

.content {
    padding-top: 0px;
    width: 100%;
}

.content img {
    max-width: 278px;
    width: 95%;
    height: auto;
}

.credits {
    margin: 100px 0 15px 0;
    font-size: 11px;
}

.credits img {
    margin-top: 10px;
    clear: both
}

@media only screen and (min-width:350px) {
    .error h1 {
        font-size: 110px
    }

    .error .slogan {
        font-size: 35px
    }

    .reserved h1 {
        font-size: 50px
    }

    .reserved .slogan {
        font-size: 20px
    }

    .content img {
        width: 100%;
    }

    .smllimg {
        display: none;
    }

    .mdmimg {
        display: inline-block;
    }
}

@media only screen and (min-width:768px) {
    .header {}

    .reserved h1 {
        font-size: 65px
    }

    .mdmimg {
        display: none;
    }

    .lrgimg {
        display: inline-block;
    }
}
