html {
	background-color: rgba(227, 227, 227, 1);
	
}

.h3 {font-size: 2.5em;}
.h4 {font-size: 2em;}

.lh1 {line-height: 1em;}
.lh2 {line-height: 1.5em;}
.lh3 {line-height: 2em;}
.lh4 {line-height: 2.5em;}
.lh5 {line-height: 3em;}

.mb-2 {margin-bottom: 2%;}
.mb-3 {margin-bottom: 3%;}
.mb-4 {margin-bottom: 4%;}
.mb-5 {margin-bottom: 5%;}
.mb-6 {margin-bottom: 6%;}
.mb-7 {margin-bottom: 7%;}
.mb-8 {margin-bottom: 8%;}
.mb-9 {margin-bottom: 9%;}
.mb-10 {margin-bottom: 10%;}

@media screen and (max-width: 720px) {
	.h3 {font-size: 1.5em;}
	.h4 {font-size: 1.1em;}
	
	html {
		font-size: 12px;
	}
}