body {
    background-image: url(../images/background_skyline_5120x2880.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 15px;
    top: 15px;
    padding-top: 15px;
}
p {
    font-family: droid-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: medium;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgba(234,221,194,0.65);
}
img LOGO {
    float: none;
    text-align: center;
    margin-bottom: 25px;
}
nav {
    text-align: right;
    padding-right: 200px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    font-size: medium;
    line-height: normal;
    color: #532707;
    text-decoration: none;
    background-color: rgba(247,235,184,0.78);
}
h1 {
}
h2 {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
    font-variant: normal;
    vertical-align: baseline;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    color: rgba(70,25,6,1.00);
    font-size: x-small;
    line-height: 100%;
}
footer {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    position: fixed;
    clear: both;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,1.00) 100%);
    color: #FFFFFF;
    margin-bottom: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
}
.navlist  {
    list-style-type: none;
    overflow: hidden;
}
.navlistitem {
    float: right;
    color: #5D2709;
    background-color: rgba(247,235,184,0.78);
}
.navlistitem a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #461A06;
    background-color: rgba(247,235,184,0.78);
}
.navlistitem a:hover {
    color: #E8DAB9;
    background-color: saddlebrown
}
table {
    margin-bottom: 50px;
}
.tableawards {
    margin-bottom: 200px;
}
