/*
 ____ _     ____  _  ____ _____ _  _____ _      ____ 
/   _Y \ /|/  __\/ \/ ___Y__ __Y \/  __// \  /|/  _ \
|  / | |_|||  \/|| ||    \ / \ | ||  \  | |\ ||| / \|
|  \_| | |||    /| |\___ | | | | ||  /_ | | \||| |-||
\____|_/ \|\_/\_\\_/\____/ \_/ \_/\____\\_/  \|\_/ \|

This page was made by Christie!
*/

body {
    background-color: #C1E1C1; 
}

nav ul {
    margin: 0 auto; 
    padding-left:0;
    list-style-type:none; 
    text-align:center; 
    font-weight: bold;
}
nav li {
    display:inline-block;
}
nav li a { 
    display:inline-block;
    width: 100px;
    padding: 20px;
    
}

/*links*/
a:link{
    color: #235347;
    text-decoration: underline;
}
a:visited{
    color: blue;
    text-decoration: underline;
}
a:hover{
    color: white;
    text-decoration: underline;
}
a:active{
    color: white;
    text-decoration: none;
}
/*end of links*/

h1, h2, h3 {
    font-family: Times New Roman, Garamond, Georgia;
    font-weight:normal; 
    text-align:center;
    color: #235347;
}

.center {
    text-align: center;
}

#ascii {
    font-family: monospace;
    white-space: pre;
    text-align: center;
}

.image {
    display: block;
    margin: auto;
    width: 400px;
}

.image2 {
    display: block;
    margin: auto;
    width: 600px;
}

.image3 {
    display: inline-block;
    margin: auto;
    width: 300px;
}

.image4 {
    display: block;
    margin: auto;
    width: 900px;
}

.image-desktop{
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 450px;
}

.image-tablet{
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 350px;
}

.image-mobile{
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 200px;
}

.clear{
    clear: both;
}

.sitemap {
    display: block;
    width: 900px;
    margin: auto;
}


