﻿
.button-jh {  width: 80%; background-color: #fff;  border: solid 3px #d2242a;  color: #d2242a !important;  padding: 5px 5px 5px 5px;  text-align: center;  text-decoration: none !important;  font-size: 20px !important; font-weight:500; display: inline-block; margin: 4px 2px;  cursor: pointer;}

.button-jh.a {font-size: 50px !important;}

.button-jh:hover { width: 80%; background-color: #d2242a;  border: solid 3px #fff;  color: #fff !important;  padding: 5px 5px 5px 5px;  text-align: center;  text-decoration: none ;  font-size: 20px !important; font-weight:500; display: inline-block; margin: 4px 2px;  cursor: pointer;}

@media screen and (max-width: 821px) {
	a.button-jh, a.button-jh:hover{margin-bottom: 50px;}
	}