/* CSS Document */

body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1em;
	background-color:#E6E6E6; 
}

h1 {font-family: 'Playfair Display SC', serif; }
h2 {font-family: 'Playfair Display SC', serif; }
h3 {font-family: 'Playfair Display', serif; }
h4 {font-family: 'Playfair Display', serif; }

.stretch-font { -webkit-transform:scale(2.0, 1.0);
-moz-transform:scale(2.0, 1.0);
-ms-transform:scale(2.0, 1.0);
-o-transform:scale(2.0, 1.0);
transform:scale(2.0,1.0);
}

A:link {
	color: #333333;
	text-decoration: none;
}
A:visited {
	color: #333333;
	text-decoration: none;
}
A:active {
	color:#333333;
	text-decoration: none;
}
A:hover {
	color: #333333;
	text-decoration: underline;
}

.bd-font2 {
	font-size: 2em;
}
.content {
	background-color: white;
	border-radius: 10px;	
}
.bd-email {
	font-size:0.75em;
}

@media screen and (min-width:768px){
	.bd-email {font-size:1em;}
}
