header {
        color: white; 
		margin: 10px 10px;
		border: 10px;
        border-radius: 5px;
        font-size: 1.5em;
        text-transform: capitalize;
}

body {
	margin: 0;
	padding: 0;
	background: #EFECCA;
	text-align: center;
	background-image: url("background-vestorp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.nav ul {
	list-style: none;
	color: white;
	text-align: center;
	font-size: 1.3em;
	padding: 10px 10px;
	margin: 10px 10px;
        border: 5px;
        border-radius: 5px;
        background: rgba(211,211,211,0.4);
}

.nav li {
	font-family: :Tahoma, Verdana, Segoe, sans-serif;
	font-size: 1.2em;
	line-height: 40px;
        padding: 4px;
        margin: 5px;
        height: 5px;
        width: 15px;
}

.nav a {
	text-decoration: none;
	display: inline-block;
	color: white;
}

.nav a:hover {
		background-color: #E6E2AF;
		color: #002F2F;
	}

.nav a.active {
  background-color: #fff;
  color: #EFECCA;
  cursor: default;
}

@media screen and (min-width: 600px) {
  .nav li {
    width: 200px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
}

.nav li {
	display: inline-block;
	margin: 10px;
}

.nav ul {
	overflow: auto;
	width; 600px;
	margin: auto;
}
 /* -------------------------------------*/

/* body css */

.midten {
        color: #fff;
	display: inline-block;
        width: 60%;
	margin: 10px 10px;
	padding: 10px 10px;
	border: 10px;
	border-radius: 5px;
        background-color: grey;
        background: rgba(211,211,211,0.4);
}

.midten a {
  font-weight: bold;
  color: white;
}

.midten a:hover {
  color: purple;
}

li {
        list-style-type: none;
        position: relative;
}
/* ---------------------------------------*/

/* footer css */

#foden {
	color: white;
	display: block;
	text-align: center;
	margin: 10px 10px;
	padding: 10px 10px;
	border: 10px;
	border-radius: 5px;
        background: rgba(211,211,211,0.4);
}


/* form */

#mail {
	color: white;
	display: inline-block;
	position: relative;
	box-sizing: content-box;
	margin: 10px 10px;
	padding: 10px 10px;
	border: 10px;
        width:40%;
	border-radius: 5px;
	text-align: center;
        background: rgba(211,211,211,0.4);

}

.label {
	display: inline-block;
	width: 70px;
	text-align: left;
}
