#nav{ 

    display:inline-block;
    text-align:center;
}

           .lavaLampNoImage {
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            position: relative;
            height: 29px;
            

        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;

                }
                    .lavaLampNoImage li.back {
                        z-index: 8;
                        position: absolute;
                        margin-top:-39px;
                        border: 1px solid #000;
                        background-color: #e57809;
                        width: 9px;
                        height: 40px;
                    }
                    .lavaLampNoImage li a {
                        display: block;
                        float: left;
                        height: 34px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                        font: bold 14px arial;
                        text-decoration: none;
                        color: white;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }  
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Ubuntu, Arial, sans-serif;
	background-image: url('../img/bg.jpg');
}

.back {
	background-image: url('../img/bg-degrader.png');
	background-repeat: repeat-x;r
}

.main h1{
	padding-top: 50px;
	font-size: 3em;
    text-align: center;
    margin-bottom: 50px;
	font-family: Satisfy, Ubuntu, Arial, sans-serif;
	color: #d16c2a;
	
}

nav {
	width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
	height: 100px;
	background-color: #585858;
	border: dashed 1px white;
	
}

nav ul  {
	width: 100vw;
}

header h2 {
	margin: 20px;
	font-family: Satisfy, Ubuntu, Arial, sans-serif;
	font-size: 2em;
	color: #d16c2a;
}

section {
	margin: auto;
	width: 100vw;
	max-width: 900px;
}

.banner {
	width: 100%;
}

.flot {
	padding-right: 20px;
	float: left;
}

.contact form{
	margin: auto;
	width: 70%;
	position: relative;
	top: -150px;
}

.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}

.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}

.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],

textarea, 
select{
    box-sizing: border-box;
    border:1px solid #d16c2a;
    padding: 7px;
    margin:0px;
    outline: none;  
}

.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    box-shadow: 0 0 8px #d16c2a;
    border: 1px solid #d16c2a;
}

.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}

.form-style-1 .field-select{
    width: 100%;
}

.form-style-1 .field-textarea{
    height: 100px;
}

.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #d16c2a;
    box-shadow:none;
}

.form-style-1 .required{
    color:red;
}

.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #d16c2a;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}