/* Contact section starts*/



.contact {
  background-size: cover;
	background-color: #1A3549;
	width: 100%;
	height: 100%;
}


.contact h3 {
	font-size: 22pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.025em;
	color: #FFF;
	font-family: "Heuristica-Regular";
  	font-weight: lighter;
  	width: 800px;
}


.contact p {
	font-size: 16pt;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: 0.025em;
	margin-top: -10px;
}


.contactbox h2 {
  font-size: 25pt;
  color: #FFF;
  text-align: center;
  font-family: "Heuristica-Regular";
  font-weight: lighter;
  padding: 5px;
  letter-spacing: 0.05em;
}


.contactbox {
  width: 296px;
  height: 48px;
  background-color: #c39431;
  margin-left: auto;
  margin-right: auto;
}


.formwrap {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
  padding-top: 20px;
}


.comments {
  float: left;
  margin-left: 20px;
}


fieldset {
	color: #FFF;
	border-style: hidden;
	float: left;
  text-align: left;
}


fieldset input {
	width: 300px;
	height: 35px;
	border: solid 2px;
	border-color: #c39431;
	margin-top: 10px;
	margin-bottom: 10px;
}


form {
  float: left;
  color: #FFF;
}


textarea {
	width: 300px;
	height: 191px;
	border: solid 2px;
	border-color: #c39431;
	float: left;
  margin-top: 15px;
}


.submitbutton input {
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-top: 200px;
	padding-left: 50px;
}


.copyright {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}


.copyright p {
	font-size: 12pt;
	text-align: center;
	color: #FFF;
	clear: both;
	padding-top: 25px;
  padding-bottom: 30px;
}

/* Contact section ends*/

/* default iPad screens */
@media only screen and (max-width:768px){

.formwrap {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contact h3 {
  font-size: 20pt;
  max-width: 500px;
}

.comments {
	margin-left: 0;
}

fieldset {
	float: none;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}

fieldset input {
	width: 250px;
}

textarea {
	float: none;
	width: 250px;
}

form {
  float: none;
}

.comments {
  float: none;
  margin-left: 0;
  text-align: center
}

.submitbutton input {
	float: none;
	padding-top: 30px;
	padding-left: 0px;
	width: 250px;
	height: 100%;
	text-align: center;
}

.submitbutton {
	text-align: center;
}

}


/* styles for mobile browsers smaller than 480px; (iPhone) */
@media only screen and (max-width:480px){

.forms {
	text-align: center;
}


  .contactbox {
    height: 40px;
    width: 250px;
}


.contactbox h2 {
  font-size: 18pt;
  max-width: 300px;
  }

  .contact h3 {
  font-size: 20pt;
  max-width: 300px;
  }

  .contact p {
  font-size: 16pt;
  max-width: 250px;
  }

.formwrap {
width: 100%

}

fieldset {
	float: none;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}

fieldset input {
	width: 250px;
}

textarea {
	float: none;
	width: 250px;
}

form {
  float: none;
}

.comments {
  float: none;
  margin-left: 0;
}


.submitbutton {
	text-align: center;
}

.submitbutton input {
	float: none;
	padding-top: 30px;
	padding-left: 0px;
	width: 250px;
	height: 100%;
}



.copyright {
	width: 80%;
	padding-top: 10px;
}

.copyright p {
	font-size: 10pt;
}

  }