
/* DEFAULT HTML ELEMENTS */

h2, .h2, h3, .h3, h4, .h4 {
  line-height: 1.5em;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1.3em;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  h1, .h1 { font-size:25px !important;}
  h2, .h2 { font-size:20px !important;}
  h3, .h3 { font-size:17px !important;}
}

@media only screen and (max-width: 600px) {
  h1, .h1 { font-size:23px !important;}
  h2, .h2 { font-size:19px !important;}
  h3, .h3 { font-size:16px !important;}
  h4, .h4 { font-size:14px !important;}
}

p {
  line-height: 1.4em;
}

a {
  text-decoration: underline;
}


/* WIDGETS */

.container {
  margin: 0 auto;
  max-width: 800px;
}

.continue-bar {
  font-family: 'Lucida Grande','Open Sans', Verdana, Arial, sans-serif !important;
  font-size: .98em;
  padding: 4px;
  margin-bottom: 0;
}

.continue-bar [class*="span"] {
  text-align: center;
  line-height: 28px;
}

.continue-bar a.btn {
  text-decoration: none;
  color: #fff;
  margin-top: 0;
  line-height: 16px;
}

@media (max-width: 768px) {
  #dont-show-link { display: none; }
}

.white-bg {
  background: #fff;
}

.donate-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.zen-bug {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-pad-sides {
  padding: 0 15px;
}

.block-pad-vert {
  padding: 25px 0;
}

.serif {
  font-family: Georgia, 'Times new roman', Times, serif;
}

/* THEMES */

.theme-tan {
  background-color: #f5f1e6;
  font-family: Georgia, serif;
}

.theme-tan .continue-bar {
  background-color: #FFC0B6;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

.theme-tan .continue-bar a {
  color: #701D00;
}

.theme-tan h1 {
  font-size: 60px;margin: 0;color: #654131;font-weight: normal;text-align: center;font-style: italic;
}

.theme-blue {
  background-color: #1e3b52;
  font-family: 'Lucida Grande','Open Sans', Verdana, Arial, sans-serif;
  color: #494949;
}

.theme-blue a {
  color: #3267A7;
}

.theme-blue .continue-bar {
  background-color: #FFFBCC;
}

.theme-blue .continue-bar a.btn {
  color: #008;
}

.theme-blue .fr-body {
  background-color: #F1F0D8;
}

.theme-blue .fr-header-image {
  background: #1e3b52;
}

/* OVERRIDES */

.tan-bg {
  background-color: #e6dfd4 !important;
}

.kakhi-bg {
  background-color: #F1F0D8 !important;
}
