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;
}

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;
}

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;
}

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

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

table {
    
}

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

tr {
    
}

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

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: 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;
}