﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  background-color: #f3f1ef;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */ }

.row {
  max-width: 1140px;
  margin: 0 auto; }

p {
  font-size: 115%;
  line-height: 1.7; }

.custom-list {
  font-size: 115%;
  margin-left: 60px;
  background-color: transparent !important; }
  .custom-list li {
    padding-bottom: 5px; }

.section-footer {
  text-align: center; }

.btn:link,
.btn:visited {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.3s, border 0.3s, color 0.3s; }

.btn-full:link,
.btn-full:visited {
  color: #f3f1ef;
  background-color: #b33939;
  border: 1px solid #b33939;
  margin-right: 15px; }

.btn:hover,
.btn:active {
  background-color: #7f2929; }

.btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

.btn:active {
  transform: translateY(1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.btn-full:hover,
.btn-full:active {
  border: 1px solid #7f2929; }

.btn-donate {
  margin: 20px 0; }

p a:link,
p a:visited {
  padding: 1px 0;
  text-decoration: none;
  color: #b33939;
  font-weight: 300;
  border-bottom: 2px dotted transparent;
  transition: border-bottom 0.3s; }

p a:hover,
p a:active {
  color: #b33939;
  border-bottom: 2px dotted #b33939; }

#loginLink {
  display: none !important; }
