body {
background : #fff url(/images/background.jpg);
font-family: 'Source Sans Pro', helvetica, arial, sans-serif !important;
}

h1 {
font-size : 5.1em !important;
}

h1 a {
text-decoration : none;
display : block;
border-bottom : 1px solid #ccc;
padding-bottom : .5em;
font-family : 'Bitter', Georgia, serif;
font-weight : bold;
line-height: 1em;
margin-bottom : .4em;

}


h1 a:hover {
text-decoration : none;

}

p {
font-size : 2em;
line-height : 1.5em;
padding-bottom : 1em;
}

h1 a, 
h1 a:visited,
h1 a:hover {
color : #000;
}

.vcard, .contact {
margin : 0 0;
padding : 2em;
}

a {
color : #00a2ff;
}

a:visited {
color : #00a2ff;
text-decoration : none;
}

a:hover {
color : #7d9300;
text-decoration : none;
}

form, 
form label, 
form input,
form textarea {
	font-size : 1.3rem !important;
}

form label {
margin-top : 1em;
}

form input, 
form textarea {
box-sizing : border-box;
width : 100%;
height: auto !important;
padding : .5rem !important;
}

form .required {
color : red;
margin-right : .5em;
}

form input#fsc-submit-1 {
	width : 100%;
	padding : 1rem !important;
	padding : 1em !important;
	
	border : 1px solid #ccc;
}





/* Minimum width of 800 pixels. */
@media screen and (min-width: 900px) {

.vcard, .contact {
width : 800px;
margin : 2em auto;
padding : 0;
}

}
