/*
File Name: style.css
Date: 1/20/2020
Programmer: John Garcia
*/

/* MOBILE STYLESHEET */

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    background-color: #E8E8E8;
}

p, h1, h2, h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    text-shadow: 2px 2px #989898;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.1em;
    font-style: italic;
}

ol {
    list-style: decimal;
    margin-left: 15px;
}

li {
    line-height: 1.5em;
}

#funfacts li {
    margin-left: 30px;
}

#references li {
    margin-left: 30px;
}

footer {
    margin-bottom: 10px;
    font-style: italic;
    color: #9F00C5;
    text-align: center;
}

#references ul {
    list-style-type: disc;
    list-style-position: inside;
}

#references a:link, #references a:visited {
    text-decoration: none
}

#references a:hover {
    text-decoration: underline;
    color: #E8E8E8;
    background-color: #0000FF;
}

#container {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
}

#designer {
    font-size: .75em;
    line-height: 1.1em;
    text-align: left;
}

#contact {
    letter-spacing: 3px;
    font-size: .9em;
}