/* Heading styles */
h1 {
	font-weight: 900;
	font-size: 2.9em;	
	line-height: 1.1em;
}
h2 {
	font-weight: 700;
	font-size: 2.3em;
	margin-bottom: 12px;
	line-height: 1.2em;
}
h3 {
	font-weight: 600;
	font-size: 1.35em;
	line-height: 1.25em;
	margin-top: 25px;
	margin-bottom: 15px;	
}
h4 {
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 4px;	
}

/* Paragraph styles */
p {
	letter-spacing: 0.007em;
	margin-bottom: 12px;
}
p.text-lg {
	font-size: 1.2em;
	line-height: 1.45em;	
	margin-bottom: 30px;
}
p.text-sm {
	font-size: 0.9em;
}

p.disclaimer-lg {
	font-size: 1em;
	font-weight: 600;
	margin-top: 20px;	
}
p.disclaimer-sm {
	font-size: 0.95em;
	font-weight: 500;
	margin-top: 40px !important;
	letter-spacing: 0.015em;
	font-style: italic;
}

/* Sidebar styles */
h2.text-sm {
	font-size: 1.6em;
	font-weight: 700;
}



/***************** 
MEDIA QUERIES
*****************/

/* MOBILE */
@media only screen and (max-width:750px) {
    h1 {
        font-size: 1.8em;
    }   
    h2 {
        font-size: 1.7em;
        margin-top: 12px;
    }
    

    
}