@media (max-width:991px) {

h1 {
	font-size: 30px !important;
}

}

@media (min-width:991px) {

h1 {
	font-size: 50px !important;
	margin-top: 2rem;
		}

h2 {
	font-size: 30px !important;
}
}

a.linksbutton {
	background-color: #d9896c !important;
	height: 50px !important;
	padding-top: 10px !important;
	margin-top: 1rem;
	border: 1px solid #d9896c !important;
}

a.linksbutton:hover {
	background-color: #848c42 !important;
}


