@charset "utf-8";
/* CSS Document */
body {font-family:"Arial";
font-size:18px;
line-height: 1.5;
color:#772F1A;
}
#logo img {width:250px}
ul {list-style: none;
display: inline;
font-family:"times New Roman";
font-size:25px;
}
a:hover {color:chocolate}

a:active {color:darkred}

li {display: inline;
margin-left:15px;
margin-right:15px;
}

a {text-decoration: none;
color:#772F1A}

#head {background-color:#F58549;
height:80px;
margin-top:5px;
vertical-align: top}


#logo {display:inline-block}

#nav {display:inline-block;
text-align: center;
float:right;
margin-top:10px;
margin-right:30px}
#contactform {background-color:#EDB37A;
	text-align: center;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}


input[type=text] {
  background-color: #9E6B49;
  color: white;
width:30%;
height:30px;
border: none;
cursor: pointer;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #772F1A;
  border: none;
  color: #EDB37A;
  padding: 16px 32px ;
  text-decoration: none;
  margin: 30px;
  cursor: pointer;
}
