html {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    background-color: #000;
    margin: 0;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

p {
    color: #fff;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
}

p.whtbg {
    color: #000;
}

h1 {
    color: #fff;
    font-family: "Palatino", "Georgia", serif;
}

h2 {
    color: #fff;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
}

h2.whtbg {
    color: #000;
    text-align: center;
}

h3 {
    color: #fff;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
}

h3.errormessage {
    color: #f00;
}

h4 {
    color: #000;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
}

h4.tag {
    color: #fff;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
}

span.error {
    color: #f00;
}

span.desc {
    color: #444;
    font-style: italic;
    font-weight: bolder;
}

a {
    color: #fff;
    text-decoration: none;
}

a.whtbg {
    color: #000;
    font-weight: bolder;
}

a:hover {
    text-decoration: underline;
}

iframe {
    border: none;
}

#iframe_details {
    display: block;
    float: right;
    width: 30%;
    height: 80%;
    margin: 10px;
}

#iframe_admin {
    display: block;
    min-width: 99%;
    margin: 10px;
}

#shorttext {
    width: 40%;
}

#longtext {
    width: 40%;
}

#longtext_other {
    width: 80%;
}

#dropdown {
    width: 20%;
}

table {
    
}

table.prevyear {
    width: 45%;
    border: none;
}

table.forms {
    width: 50%;
}

table.slots {
    width: 66%;
}

th {
    color: #000;
    font-family: "Palatino", "Georgia", serif;
    padding: 10px;
    margin: 10px;
}

th.slots {
    width: 30%
}

tr {
    
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr.slots {
    
}

td {
    color: #000;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
    padding: 10px;
    margin: 10px;
}

td.slots {
    
}

ul {
    
}

ol {
    
}

li {
    color: #000;
    font-family: "Myriad Pro", "Calibri", "Arial", "Gill Sans", sans-serif;
}

.header {
    background-color: #000;
    display: block;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: block;
    position: relative;
    width: 25%;
}

.logoinner {
    display: block;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.nav {
    display: block;
    position: relative;
    float: right;
    width: 70%;
    text-align: right;
}

.content {
    background-color: #fff;
}

.section1 {
    background: url(Images/Fotolia_69034955_S.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section2 {
    width: 100%;
}

.section2inner {
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.text {
    display: block;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.gnome {
    display: block;
    position: relative;
    float: right;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.gnomeinner {
    display: block;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.columns {
    flex: 1;
    padding: 2%;
}

.footer {
    background-color: #000;
    width: 100%;
}

.footertext {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}