body {
  font-size: 18px;
  line-height: 26px; }

a {
  color: #C1272D;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
  a:hover, a:focus {
    color: #000;
    text-decoration: none; }

h1, h2 {
  margin: 0;
  padding: 0; }

h2 {
  margin-bottom: 10px; }

p {
  margin-bottom: 25px; }

.btn-custom, input[type=submit] {
  padding: 13px 30px 10px 30px;
  color: #fff;
  background-color: #C1272D;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
  border: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
  .btn-custom:hover, .btn-custom:focus, input[type=submit]:hover, input[type=submit]:focus {
    color: #fff;
    background-color: #000;
    text-decoration: none; }

.section {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .section {
      padding: 25px 50px; } }
  @media (min-width: 992px) {
    .section {
      padding: 50px 75px; } }

.brand img {
  width: 325px;
  margin: auto; }

.about {
  background-color: #ccc;
  display: table; }
  .about-inner {
    display: table-cell;
    vertical-align: middle; }
  .about p:last-child {
    margin-bottom: 0; }

.donate {
  display: table; }
  .donate-inner {
    display: table-cell;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .donate {
      background-color: #ccc; } }

.join {
  background: transparent url("images/join-bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  @media (min-width: 1200px) {
    .join {
      padding: 50px 100px; } }

#mc_embed_signup {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 25px;
  text-align: center; }
  #mc_embed_signup input {
    width: 100%; }
  #mc_embed_signup input[type=email] {
    margin-bottom: 10px;
    padding: 5px 10px; }

.social {
  font-size: 30px; }
  .social a {
    color: #000; }
    .social a:hover {
      color: #C1272D; }
