.headerProps {

	background-color: #004000 !important;

}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background-color:#004000;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding:30px 76px;
	text-decoration:none;
}
.myButton:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
	color:#ffffff;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
	text-decoration:none;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.btn .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #020202 !important;
}