body { 
	color: #4f4f4f; 
	margin-left: 0; 
	margin-bottom: 20px; 
	margin-right: 0; 
	margin-top: 0; 
	font: 16px/1.25 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
}

img {
    max-width: 100%;
}

h1 {
	margin-bottom: 10px;
	font-family: "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: 200;	
	font-size: 36px;
	line-height: 1;
}

h2 { 
	font-family: "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: 300;	
	font-size: 24px; 
	color: #3f3f3f;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 { 
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 { 
	font-size: 14px; 
	margin-bottom: 0; 
}

p {
    margin-top: 10px;
	margin-bottom: 10px;
}

a { 
	color: #43699a; 
	text-decoration: none; 
	font-weight: 300;
}

a:hover { 
	text-decoration: underline; 
}

ul { 
	list-style-type: square; 
}

@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }
    
    h1 {
	    font-size: 30px;
    }
    
    h2 {
	    font-size: 24px;
    }
}
