body {
  color: white;
  font-size: 12px;
  background: #4F6A5A; }

/* prevent FOUT */
.wf-loading * {
  opacity: 0; }

/* typography */
p {
  line-height: 1.7em;
  font-size: 1.08em; }

a {
  color: white;
  text-decoration: underline;
  outline: none !important; }
  a:hover {
    color: #002b5c; }

.italic {
  font-style: italic; }

.container {
  max-width: 960px;
  position: relative; }

header .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 1100px;
  width: 100%;
  overflow: visible;
  background: url("../img/arch.jpg") right top no-repeat; }
header div.row {
  padding: 30px 0 0px 0; }
  header div.row div:nth-child(1) {
    text-align: center;
    margin: 60px 0 20px 0; }
    @media (min-width: 768px) {
      header div.row div:nth-child(1) {
        margin-top: 0; } }
  header div.row div:nth-child(2) h3 {
    text-align: center;
    font-family: "futura-pt-condensed";
    font-size: 4em;
    line-height: 1em;
    padding: 0 0 5px 0;
    margin: 0; }
    @media (min-width: 768px) {
      header div.row div:nth-child(2) h3 {
        text-align: left; } }
    @media (min-width: 992px) {
      header div.row div:nth-child(2) h3 {
        font-size: 6.1em;
        margin-top: -8px; } }
  header div.row div:nth-child(2) h4 {
    text-align: center;
    font-family: "futura-pt";
    font-weight: 400;
    font-size: 2.4em;
    line-height: 1em;
    padding: 0;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      header div.row div:nth-child(2) h4 {
        text-align: left;
        margin-bottom: 0; } }
  header div.row div:nth-child(3) {
    text-align: center; }
    header div.row div:nth-child(3) img.twitter-icon {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        header div.row div:nth-child(3) img.twitter-icon {
          float: right;
          margin: 20px 0 0 0; } }
    header div.row div:nth-child(3) img.facebook-icon {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        header div.row div:nth-child(3) img.facebook-icon {
          float: right;
          margin: 15px 0 0 10px; } }
    header div.row div:nth-child(3) a.donate-button {
      margin-bottom: 20px;
      background:    #cc0000;
      background:    -webkit-linear-gradient(#cc0000, #990000);
      background:    linear-gradient(#cc0000, #990000);
      border-radius: 5px;
      padding:       6px 13px;
      color:         #ffffff;
      display:       inline-block;
      font:          normal 700 1.5em "Calibri", sans-serif;
      text-align:    center;
      text-shadow:   1px 1px #000000;
      vertical-align: top;
      text-decoration:   none; }
      @media (min-width: 768px) {
        header div.row div:nth-child(3) a.donate-button {
          float: right;
          padding: 8px 20px;
          margin: 15px 0 0 10px;
          vertical-align: middle;}} 
    header div.row div:nth-child(3) form {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        header div.row div:nth-child(3) form {
          text-align: right;
          margin-bottom: 0; } }
      header div.row div:nth-child(3) form input {
        display: inline-block;
        clear: both;
        height: 30px;
        width: 185px;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          header div.row div:nth-child(3) form input {
            float: right; } }
      header div.row div:nth-child(3) form button {
        display: inline-block;
        clear: both;
        background: none;
        border: none;
        font-size: 1.3em;
        font-family: "futura-pt";
        font-weight: 400; }
        @media (min-width: 768px) {
          header div.row div:nth-child(3) form button {
            float: right; } }
header .navbar {
  min-height: auto;
  margin-bottom: 0; }
  header .navbar.navbar-default {
    background: none;
    border: none; }
    @media (min-width: 768px) {
      header .navbar.navbar-default {
        position: relative; } }
  header .navbar .container {
    border-top: 4px solid #002b5c;
    border-bottom: 4px solid #002b5c;
    background: #81977c; }
    header .navbar .container button .icon-bar {
      background-color: white; }
    header .navbar .container ul.navbar-nav {
      position: relative;
      float: none;
      margin: 0 auto;
      max-width: 620px; }
      header .navbar .container ul.navbar-nav li.active a {
        color: #002b5c;
        background: none; }
      header .navbar .container ul.navbar-nav li a {
        color: white;
        padding: 10px 25px;
        font-size: 1.5em;
        font-family: "futura-pt";
        font-weight: 400;
        text-decoration: none; }
      @media (min-width: 768px) {
        header .navbar .container ul.navbar-nav li:nth-child(2) a {
          padding-left: 0; } }
      @media (min-width: 768px) {
        header .navbar .container ul.navbar-nav li:last-child a {
          padding-right: 0; } }
      header .navbar .container ul.navbar-nav li.separator {
        display: none; }
        @media (min-width: 768px) {
          header .navbar .container ul.navbar-nav li.separator {
            padding-top: 10px;
            display: block; } }

.container.main-wrap.home .row h2, .container.main-wrap.biography .row h2, .container.main-wrap.about .row h2, .container.main-wrap.news .row h2 {
  font-family: "futura-pt-condensed";
  font-size: 2.6em;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin: 0; }
.container.main-wrap.home .row div:nth-child(1) img, .container.main-wrap.biography .row div:nth-child(1) img, .container.main-wrap.about .row div:nth-child(1) img, .container.main-wrap.news .row div:nth-child(1) img {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container.main-wrap.home .row div:nth-child(1) img, .container.main-wrap.biography .row div:nth-child(1) img, .container.main-wrap.about .row div:nth-child(1) img, .container.main-wrap.news .row div:nth-child(1) img {
      margin: 0; } }
@media (min-width: 768px) {
  .container.main-wrap.home .row div:nth-child(1), .container.main-wrap.biography .row div:nth-child(1), .container.main-wrap.about .row div:nth-child(1), .container.main-wrap.news .row div:nth-child(1) {
    padding-left: 0; } }
.container.main-wrap.home .row div:nth-child(2), .container.main-wrap.biography .row div:nth-child(2), .container.main-wrap.about .row div:nth-child(2), .container.main-wrap.news .row div:nth-child(2) {
  padding-right: 30px; }
.container.main-wrap.home .row div:nth-child(2) img.callout {
  float: right;
  padding: 10px 0 0 0px;
  margin-right: -20px; }
.container.main-wrap.home .row.ribbon {
  margin-top: 10px;
  background: #002b5c;
  min-height: 75px; }
  .container.main-wrap.home .row.ribbon div:nth-child(1) {
    padding: 15px 0 0 20px; }
    .container.main-wrap.home .row.ribbon div:nth-child(1) p {
      font-family: "futura-pt";
      font-size: 1.08em; }
  .container.main-wrap.home .row.ribbon div:nth-child(2) {
    padding: 15px 0 0 20px; }
    .container.main-wrap.home .row.ribbon div:nth-child(2) p {
      font-family: "futura-pt-condensed";
      font-size: 1.16em; }
      .container.main-wrap.home .row.ribbon div:nth-child(2) p span {
        font-size: .9em; }
.container.main-wrap.news .row h3 {
  font-family: "futura-pt";
  font-size: 1.5em;
  color: #002b5c;
  font-weight: bolder;
  padding: 0;
  margin: 0; }
.container.main-wrap.news .row ul {
  list-style: none;
  margin: 0;
  padding: 0px 0 10px 0; }
  .container.main-wrap.news .row ul li {
    line-height: 2em; }
    .container.main-wrap.news .row ul li a {
      font-style: italic; }
      .container.main-wrap.news .row.ribbon2 {
  margin-top: 10px;
  background: #002b5c;
  min-height: 75px; }
  .container.main-wrap.news .row.ribbon2 div:nth-child(1) {
    padding: 15px 0 0 20px; }
    .container.main-wrap.news .row.ribbon2 div:nth-child(1) p {
      font-family: "futura-pt";
      font-size: 1.5em;
      font-weight: bolder;}
  .container.main-wrap.news .row.ribbon2 div:nth-child(2) {
    padding: 15px 0 0 20px; }
    .container.main-wrap.news .row.ribbon2 div:nth-child(2) p {
      font-family: "futura-pt-condensed";
      font-size: 1.5em; 
      font-weight: bolder;}
      .container.main-wrap.news .row.ribbon2 div:nth-child(2) p span {
        font-size: .9em; }
@media (min-width: 768px) {
  .container.main-wrap.news .row div:nth-child(1) {
    padding-left: 40px; } }
.container.main-wrap.news .row div:nth-child(2) {
  padding-top: 0px; }
  @media (min-width: 768px) {
    .container.main-wrap.news .row div:nth-child(2) {
      padding-top: 50px; } }

  .container.main-wrap.contact .row .panel-body h2 {
    color: #002b5c;
    text-align: left;
    padding-bottom: 10px;
    font-family: "futura-pt";
    font-size: 3em;
    font-weight: bolder;
    padding: 20px 0 10px 0;
    margin: 0; }
  .container.main-wrap.contact .row .panel-body form label {
    color: white;
    font-family: "futura-pt"; }
  .container.main-wrap.contact .row .panel-body form input {
    font-family: "futura-pt"; }
  .container.main-wrap.contact .row .panel-body form .bg-success {
    color: white; }
  .container.main-wrap.contact .row .panel-body form p {
    color: #002b5c;
    line-height: 1.5em;
    font-family: "futura-pt"; }
  .container.main-wrap.contact .row .panel-body form button {
    background: #002b5c;
    color: white; 
    border: #002b5c;}

.gallery {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    border: 5px solid black;
    border-radius: 15px;
    text-align: right;
}



/*# sourceMappingURL=styles.css.map */
