/*Footer CSS*/

#footerWrapper {
	height: 460px;
	width: 100%;
	background-color:#e6e6e6;
	float: left;
	border-top: 45px solid #CFCFCF;
	margin-bottom: 50px;

}

#footerContent {
	height:350px;
	width:900px;
	margin-left: auto;
	margin-right: auto;

}
#quickContactWrapper {
	height:300px;
	width:400px;
	float: left;

}

#quickContactTitle {
	height:25px;
	width: 400px;
	padding-top: 20px;
	margin-top:20px;
	font-family: 'bmr1';
	font-size: 25px;
	color: #333333;

}

.button-2 {
	height:35px;
	width: 400px;
	display: inline-block;;
	background-color: #320001;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 35px;
	font-family: 'bmr2';
	color:#FFFFFF;
	font-weight: normal;
	border: 0px;
	margin-top: -6px;
	
}

.button-2:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #583031;
	transition: background-color .25s ease-in-out !important;
   -moz-transition: background-color .25s ease-in-out !important;
   -webkit-transition: background-color .25s ease-in-out !important;
}

#social-icons {
	width:auto;
	height:auto;
	float: right;
}


.social-circle {
	width:20px;
	height:20px;
	color: #FFFFFF;
	background-color: #320001;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social-circle:hover{
	background-color: #583031;
	transition: background-color .25s ease-in-out !important;
   -moz-transition: background-color .25s ease-in-out !important;
   -webkit-transition: background-color .25s ease-in-out !important;
}


#contactInfoWrapper {
	height:300px;
	width: 300px;
	float: right;


}

#contactText {
	height:220px;
	width: 300px;
	font-family: 'bmr2';
	font-size: 18px;
	color: #320001;
	text-align: right;
	padding-top: 80px;

}

#contactText a {
	color:#320001;
}

#contactText a:hover {
	color:#583031;
	transition: color .25s ease-in-out !important;
   -moz-transition: color .25s ease-in-out !important;
   -webkit-transition: color .25s ease-in-out !important;
}

/*ContactForm*/

input, textarea, select, button {
  width : 400px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 5px;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

input {
	height: 40px;
	font-size: 20px;
	color:#999;
	margin-top: 10px;

}

textarea {
	height: 120px;
	font-size: 20px;
	color:#999;
	margin-top: 10px;
	resize:none;

}

#fieldWrapper {
	height:220px;
	padding-top: 10px;
	width: 400px;
	float: left;

}

#mailSent {
	height:180px;
	padding-top: 50px;
	width: 400px;
	float: left;
	font-family: 'bmr2';
	font-size: 24px;
	color: #320001;
	display: none;


}