/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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: none
}

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


/* Adjust box model to use the padding and border when calculating width */

* {
    box-sizing: border-box;
}


/* Custom Header Type */

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


/* General Styles */

body {
    background: #ADDEDE;
}

.index {
    background: #ffdba1;
}

header {
    background: rgba(0, 0, 0, 0);
}

h1 {
    color: white;
    font-size: 40px;
    font-family: 'supermariobroswiiregular', 'oswald', sans-serif;
    padding-left: 15%;
    margin-top: 30px;
}

h2 {
    color: white;
    font-size: 30px;
    font-family: 'supermariobroswiiregular', 'oswald', sans-serif;
}

.aimg {
    display: inline-block;
    float: left;
    margin: -13px 10px 0 0;
}

h2 a {
    margin: 25px 0px 0px 0px;
}

h3 {
    color: black;
    font-size: 40px;
    font-family: 'supermariobroswiiregular', 'oswald', sans-serif;
}

.alth3 {
    color: white;
    font-size: 40px;
    font-family: 'supermariobroswiiregular', 'oswald', sans-serif;
}

a:hover {
    -webkit-transition: .25s;
    transition: .35s;
    color: #f4e389;
}

a {
    text-decoration: none;
    color: white;
    display: block;
    padding-left: 15%;
}

article {
    display: block;
}

footer {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 40px;
    width: 250px;
    text-align: center;
}

footer a {
    display: inline-block;
    font-size: 10px;
    padding: 3px;
}

p {
    font-family: 'oswald', helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
}


/* Site-Specific Styles */

.imgfoot {
    float: left;
    bottom: 0px;
    position: fixed;
    display: block;
    background-size: 100%;
    line-height: 0px;
}

.star {
    background: #4688ff;
}

.container {}

.coins {
    right: 60px;
    float: right;
    bottom: 50%;
    top: 50%;
}

.coins:hover {
    opacity: .7;
}

.flyout {
    position: absolute;
    width: 100px;
    height: 100px;
    background: red;
    overflow: hidden;
    bottom: 40px
}

.thumbnail {
    height: 90px;
    float: left;
    margin-right: 10px;
    margin-bottom: 100%;
}

.hills {
    position: fixed;
    line-height: 0px;
    bottom: 0px;
    z-index: -1;
    right: 0px;
}

.sidebar {
    float: left;
    background-image: url(../img/sidebar.png);
    width: 250px;
    background-size: 100%;
    left: 0px;
    position: absolute;
    height: 100%;
}

.subside {
    float: right;
    width: 250px;
    background-image: url(../img/subside.png);
    background-size: 100%;
    right: 0px;
    position: fixed;
    height: 100%;
}

.border {
    margin-right: 270px;
}

.aboutborder {
    margin-left: 170px;
}

.content {
    padding-top: 30px;
    min-width: 500px;
    max-width: 700px;
    margin-left: 15%;
}

.article {
    float: left;
    display: inline;
    height: 250px;
}

.timeline {
    height: 20%;
    width: 20%;
    float: left;
    margin-right: 8px;
}

.aleft {
    float: left;
    width: 33%;
}

.aleft h3 {
    font-size: 28px;
}

.aright h3 {
    font-size: 28px;
}

.acenter h3 {
    font-size: 28px;
}

.aleft p {
    font-size: 10px;
    line-height: 12px;
}

.aright p {
    font-size: 10px;
    line-height: 12px;
}

.acenter p {
    font-size: 10px;
    line-height: 12px;
}

.aright {
    float: right;
    width: 33%;
}

.acenter {
    display: inline-block;
    width: 33%;
    padding-left: 10px;
}

.flower {
    background-image: url(../img/cave.png);
    background-size: 100%;
    color: white;
}


/* Helper Classes */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}