@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Gentium+Basic);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:"Gentium Basic", "Perpetua", Georgia, "Times New Roman", Times, serif;
	font-weight:300;
	font-size: 24px;
	line-height:30px;
	color:#777;
	background:white;
}

.error {
    color: #960080;
}

.success {
    color: #960080;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.panel-custom-purple > .panel-heading {
    background: #960080;
    color: #ffffff;
    border-color: #960080;
}

.container {
	max-width:800px;
	width:100%;
	margin:0 auto;
	position:relative;
}


#contact input[type="text"], #contact input[type="email"], #contact input[type="checkbox"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 24px/32px "Gentium Basic", "Perpetua", Georgia, "Times New Roman", Times, serif;; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}
#contact h2 {
    line-height:60px;
    font-family: "PT Sans Narrow", "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;
	color:#b70302;
	font-weight:normal;
	display: block;
	font-size: 60px;
	

}
#contact h3 {
    line-height:48px;
    font-family: "PT Sans Narrow", "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;
	color:#b70302;
	font-weight:normal;
	display: block;
	font-size: 48px;

}
#contact h4 {
    line-height:48px;
    font-family: "PT Sans Narrow", "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif;
	color:#b70302;
	font-weight:normal;
	display:block;
	font-size:36px;
}

fieldset {
    float: left;
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 98%;
	padding: 5;
	width: 95%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select{
    float: left;
	width:98%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:15px;
}
#contact input[type="checkbox"]{
    float: left;
	width:5%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover, #contact select:hover, #contact input[type="checkbox"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #960080;
}

#contact textarea {
	height:100px;
	max-width:98%;
  resize:none;
}

#contact select {
    font-family: "Gentium Basic";
    padding: 18px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 18px; 
    width:95%;
    float:left;
}
 
#contact button[type="submit"] {
	cursor:pointer;
	width:40%;
	border:solid;
	border-color:#000080;
	background:#000080;
	color:white;
	margin:0 0 5px;
	padding:10px;
	font-size:24px;
}

#contact button[type="submit"]:hover {
	background:white;
	border-color:#960080;
	color:#960080;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px #b70302; }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
