h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
h1 {
	font-size: 1.5rem;
	margin-bottom: 1.8rem;
	
}
h2 {
	font-size: 1.7rem;
	margin-bottom: 1.7rem;
	
}
h3 {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
	
}
h4 {
	font-size: 1.5rem;
	margin-bottom: 0.9rem;
}
h5 {
	font-size: 1.4rem;
	margin-bottom: 1.1rem;
	
}
h6 {
	font-size: 1.3rem;
	margin-bottom: 1.3rem;
	
}
@media screen and (min-width: 768px){
	h1 {
		font-size: 2rem;
		margin-bottom: 2.5rem;
		
	}
	h2 {
		font-size: 2.3rem;
		margin-bottom: 2.3rem;
		
	}
	h3 {
		font-size: 2rem;
		margin-bottom: 2rem;
		
	}
	h4 {
		font-size: 1.7rem;
		margin-bottom: 1.7rem;
		
	}
	h5 {
		font-size: 1.4rem;
		margin-bottom: 1.2rem;
		
	}
	h6 {
		font-size: 1.1rem;
		margin-bottom: 1.1rem;
		
	}
	
}
@media screen and (min-width: 992px){
	h1 {
		font-size: 3rem;
		margin-bottom: 3rem;
		
	}
	h2 {
		font-size: 2.6rem;
		margin-bottom: 2.6rem;
		
	}
	h3 {
		font-size: 2.2rem;
		margin-bottom: 2.2rem;
		
	}
	h4 {
		font-size: 1.8rem;
		margin-bottom: 1.8rem;
		
	}
	h5 {
		font-size: 1.4rem;
		margin-bottom: 1.3rem;
		
	}
	h6 {
		font-size: 1.1rem;
		margin-bottom: 1.1rem;
		
	}
	
}


@media screen and (min-width: 1200px){
	h1 {
		font-size: 3.5rem;
		margin-bottom: 4rem;
	}
	h2 {
		font-size: 3.5rem;
		margin-bottom: 3.5rem;
		
	}
	h3 {
		font-size: 3rem;
		margin-bottom: 3rem;
		
	}
	h4 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
		
	}
	h5 {
		font-size: 2rem;
		margin-bottom: 1.4rem;
		
	}
	h6 {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
		
	}
	
}
