html {
    min-width: 100%;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}
a {
    text-decoration: none;
    color: #FFF;
}
a:hover h6 {
    color: rgba(255,255,255,0.5);
    transition: 0.6s ease;
}
a:hover #navbut {
    color: rgba(255,255,255,0.5);
    transition: 0.6s ease;
}
.form a {
    color: #242424;
}
.form a:hover {
    color: rgba(0,0,0,0.5);
    transition: 0.6s ease;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-stretch: expanded;
    font-weight: 700;
    font-size: 62pt;
    text-align: center;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-stretch:expanded;
    font-weight: 300;
    font-size: 20pt;
    text-align: center;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
}
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24;
}
body {
    padding: 0;
    background-image:url(images/bld.jpg);
    background-size: cover;
    max-width: 100%;
}
.nav {
    width: 100%;
    left: 0;
    top: 0;
    height: 58px;
    color: #242424;
    position: fixed;
/*
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2;
*/
}
.navleft {
    float: left;
    width: 33%;
    text-align: left;
    top:0;
    margin-top: -3%;
    padding-left: 17px;
}
.navright {
    float: right;
    width: 35%;
    text-align: right;
    padding-top: 16px;
    padding-right: 15px;
}
#navbut {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 23;
    background-color: transparent;
    border-style: none;
    color: #FFF;
}
.header {
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    padding-top: 17%;
}
.headcont {
    text-align: center;
}
.contact {
    background-color: #FFFFFF;
    margin-left: -10px;
    margin-right: -7px;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #000000;
    height: auto;
}
.form {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.form input {
    width: 500px;
}
.footer {
    text-align: center;
    background-color: #322E2F;
    height: 9px;
    margin-left: -10px;
    margin-right: -7px;
    margin-top: -20px;
    margin-bottom: -10px;
    padding-top: 1%;
    position: static;
}