body {
    padding-bottom: 50px;
}

#header {
	background-color: #4AAE1E;
}

#header #logo {
	margin-top: 0;
}

#logo>h1 {
	background: none;
	border-radius: 0;
	padding: 1em;
	margin-bottom: 0;
}

#footer {
    display: none;
}

#greetings {
	max-width: 850px;
}

#greetings-text h1 {
	font-size: 200% !important;
}

#greetings-text h2 {
	display: none;
}

#greetings-text p, #greetings-text strong {
	font-size: 20px !important;
	line-height: 1.5;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.donate-button {
    color: white;
    background-color: #ff9a02;
    border-radius: 0px;
    border: 3px solid white;
    margin: 5px 0;
    display: inline-block;
    padding: 12px 0 14px;
    font-size: 20px;
    border-radius: 2px;
    width: 100%;
    max-width: 240px;
}

.donate-button:hover, .donate-button:focus {
    background-color: #fdad35;
    color: white;
}

label[for=reserved_optograde_amount] {
	display: none !important;
}