/*CSS Stylesheet*/

h1 {
    color: #ecca51;
    text-align: center;
}

h2 {
    color: #ecca51;
    text-align: center;
}

.content {
    text-align: center;
    background-color: #eceeee;
    width: 30em;
    padding: 1em 2em;
    margin: auto;
    color: #2c3538;
}

nav {
    list-style-type: none;
}

nav ul {
    text-align: center;
}

nav ul li {
    display: inline;
    background-color: #8b2b36;
    margin: 5px 5px;
    padding: 5px 5px;
}

nav ul li a {
    color: #2c3538;
    text-decoration: none;
}

div ul {
    text-align: center;
}

div ul li {
    display: inline;
    background-color: #8b2b36;
    margin: 5px 5px;
    padding: 5px 5px;
}

div ul li a {
    color: #2c3538;
    text-decoration: none;
}

body {
    background-color: #0c4958;
}

footer {
    text-align: center;
    background-color: #eceeee;
    width: 30em;
    padding: 1em 2em;
    margin: auto;
    color: #2c3538;
}

.left {
    float: left;
}

.right {
    float: right;
}

.thumbnail {
    width: 150px;
    height: auto;
}

a:link {
    color: #2c3538;
}

a:visited {
    color: #eceeee;
}

a:hover {
    color: #ecca51;
}

a:active {
    color: #8b2b36;
}
