@charset "UTF-8";

#container {
    width: 800px;
    margin-right: 100px;
    margin-bottom: 40px;
    margin-left: 100px;
    background-color: rgba(250,228,210,1.00);
}
.header {
    width: 800px;
    margin-top: 95px;
    display: inline-block;
}
.nav ul {
    list-style-type: none;
    text-align: right;
    font-weight: lighter;
    text-decoration: underline;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(72,61,52,1.00);
    padding-right: 15px;
    display: inline-block;
    padding-left: 615px;
}
body {
    background-color: rgba(119,159,151,1.00);
}

.nav ul li {
    padding-top: 5px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    display: list-item;
    text-decoration: none;
    text-align: right;
    font-size: medium;
    font-weight: bold;
}
/* CSS Document */

body p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 600px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0px;
    padding-bottom: 15px;
    color: rgba(93,81,70,1.00);
}
section {
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: medium dotted rgba(43,117,103,1.00);
}
h2 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding-left: 100px;
    padding-bottom: 30px;
    font-size: large;
    color: rgba(72,61,52,1.00);
}
h1 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    font-size: 34px;
    color: rgba(43,117,103,1.00);
    padding-left: 0px;
    font-weight: 800;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-style: double;
}
