body {
	color: #56534e;
	font-family: 'corporate-s', sans-serif;
}

body strong {
    font-weight: 600;
}

#logo img {
  max-height: 90px;
}

#header .inner .intro h1 {
    margin-top: 15px;
}

#header .messages {
    min-height: 150px;
    padding-top: 74px;
}

a#stripe_checkout_button {
    background: #b62f38;
}

a#stripe_checkout_button:hover {
    background: #d04f57;
}

.panel .inner .toggle {
    border: 1px solid #b62f38;
    color: #ffffff;
}