/* 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;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#0b0b0b;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; 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: 600px;
    background-color: #fff;
}

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