/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #000;
	background: #fff;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Tahoma', serif;
	color:#333;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h2{font-size: 3em; line-height: 70px; padding: 0; margin: 0;}
h3{font-size: 2em; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #0b0b0b;}

a {
	color: black;
	text-decoration:none;
	font-weight: normal;
	border-bottom: dotted 1px red;

}

a:hover {color:red;}


/* Set Page Elements */
.content { 
	float:left;
	margin: 1em;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
	position: relative;
/* 
    max-width: 800px;
 */
    background-color: #fff;
}

.responsive {
	max-width: 70%;
	height:auto;
}
