@charset "UTF-8";
/* CSS Document */
  

#contactuscontainer {
	position: relative;
	top: -60px;
	margin: 0 auto;  
	height: 990px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	z-index: 0;
	}

#websiteContainer2 {
	margin-left: 80px;
	margin-right: 80px; 
	-webkit-box-shadow: 0px 3px 10px 0 #000000;
	-moz-box-shadow: 0px 3px 10px 0 #000000;
	box-shadow: 0px 3px 10px 0 #000000; 
	position: relative;
	text-align: center;
	overflow: hidden;
	height: auto;
	background-color: #bfaf9a;
}

#pageContainer1 {
	width: 100%;
	height: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
	background-color: #826b51;
}

#contactinfo {
	margin-top: 100px;
	margin-left: 30px;
	width: 300px;
	height: 130px;
	position: relative;
}

#phoneinfo {
	width: 300px;
	height: 65px;
	position: relative;
	margin-left: 30px;
	top: -30px;
}

#officehours {
	width: 300px;
	height: 250px;
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
	top: -35px;
}

#emailinfo {
	width: 400px;
	height: 65px;
	position: relative;
	margin-left: 30px;
	top: -35px;
}

#mapdiv  {
	width: 500px;
	height: 450px;
	position: absolute;
}
	
#mapheader {
	position: relative;
	width: 200px;
	height: 50px;
	margin-top: -50px;
	margin-left: 30px;
}

 #map_canvas {
	position: absolute;
    width: 800px;
    height: 350px;
	margin-top: -20px;
	margin-left: 50px;
    background-color: #CCC;
  }
  
#pagetitle {
	position: absolute;
	display: inline-block;
	font-size: 36px; 
	float: left;
	margin-left: -10px;
	margin-top: -60px;
	color: #603311;
	font-weight: bold;
	font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
	background-color: rgba(47,84,118,0.4);
	left: 0;
	padding-left: 7px;
	padding-right: 7px;
}

#formheader {
	position: absolute;
	width: 200px;
	height: 50px;
	margin-top: 0px;
	margin-left: 379px;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	height: 400px;
	float:left;
	padding-top:0px;
}

#form-div {
	position: absolute;
	background-color: rgba(130,107,81,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:20px;
	padding-bottom:50px;
	width: 420px;
	height: 340px;
	float: left;
	position: absolute;
	margin-top: -480px;
    margin-left: 380px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #f9f1dc;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #2f5476;
	color: #2f5476;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(pictures/name.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
   font-family: Helvetica, Arial, sans-serif;
}

#name:focus{
	background-image: url(pictures/name.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(pictures/mail.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	   font-family: Helvetica, Arial, sans-serif;
}

#email:focus{
	background-image: url(pictures/mail.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(pictures/comment.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	   font-family: Helvetica, Arial, sans-serif;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color: #f9f1dc;
}

#button-blue{
    font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #f9f1dc solid 4px;
	cursor:pointer;
	background-color: #2f5476;
	color: #f9f1dc;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: #adb9c1;
	color: #9e8b73;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}