/* BASIC */
body {
	font-family:'RobotoRegular', Arial, sans-serif;
	font-size: 100%;
	color: #333;
}

/* FONT SIZES */


/* TYPOGRAPHY */

p {
	font-size: 1.1em;
	line-height:1.25em;
	margin-bottom: .75em;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: bold; }

h1 { font-size: 2.0em; line-height: 1.5em; margin-bottom: .5em;}
h2 { font-size: 1.75em; line-height: 1.5em; margin-bottom: .5em; }
h3 { font-size: 1.5em; line-height: 1.5em; margin-bottom: .5em; }
h4 { font-size: 1.25em; line-height: 1.5em; margin-bottom: .5em; }
h5 { font-size: 1.1em; line-height: 1.5em; }
h6 { font-size: 1em; line-height: 21px; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
.small { font-size: 80%; }

	
/* LINKS */

/* IMAGES */

/* FORMS */

input[type="text"], input[type="submit"], textarea {
	width: 100%;
	padding: .5em;
	margin-bottom: .25em;
	font-size:1.1em;
}

.formLabel {
	font-size: 1.1em;
}

.basicContactForm .formText {
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 1em;
}
.formText:first-child {
	margin-left: 0;
}

.basicContactForm .formSubmit {
	width: 25%;
	margin: 0 auto;
	padding: .75em 0;
	background: #7B261D;
	margin-top: 1em;
}
input[type="submit"] {
	margin: 0;
	border: none;
	background: none;
	color: white;
}

