/**
 * @file
 * Subtheme specific CSS.
 */



.view-header .btn {
	position: absolute;
	top: -40px;
	right: 0;
}

@media ( min-width : 1200px) {
	.h1, h1 {
		font-size: 2rem;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
	.h4, h4 {
		font-size: 1rem;
	}
}