h1, h2, h3, h4, h5, h6 {
  font-family: BebasNeueRegular, ebrima, helvetica, sans-serif;
  color: #5D7D7E !important;
  letter-spacing: 3pt;
  /* Opacity fix */
  zoom: 1;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  /* Cross-browser text outline */
  width: auto;
  height: auto; /* width & height so IE7 and lower will work */ 
  text-shadow: 2px 2px 0 #445533,
               1px 1px 0 #445533;
}

h1 {
  font-weight: 200;
}

.hero-unit {
  background-color: rgba(165,184,172,.5);
  padding: 20px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.hero-unit .big > p {
  font-size: 18pt;
}

.row, .row-fluid {
  padding-bottom: 60px;
}

footer {
  font-size: 12pt;
}

footer p {
  float: left;
  padding-top: 7px;
}

#social {
  float: right;
}

#first-word, #second-word {
  font-family: BebasNeueRegular, helvetica, arial, sans-serif;
  font-size: 32pt;
  text-shadow: 1px 2px 2px #24221F;
}

#first-word {
  color: #5D7D7E;
}

#second-word {
  color: #A9E5C8;
}

.caption-wrapper > p.image-caption-text {
  position: relative;
  color: white;
  bottom: 45px;
  left: 0;
  font-size: 32pt;
  text-align: center;
  visibility: hidden;
  font-style: italic;
  text-decoration: none !important;
}

.caption-wrapper:hover .image-caption-text {
  visibility: visible;
}

.caption-wrapper:hover  img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
     -moz-filter: blur(2px);
       -o-filter: blur(2px);
      -ms-filter: blur(2px);
}

#pdf {
  width: 850px;
  height: 1070px;
  margin: 0 auto 10px;
}

body {
  font-family: 'district_prothin', ebrima, sans-serif;
  background: #d4e0d2; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZTBkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZhZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d4e0d2 0%, #fffae5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e0d2), color-stop(100%,#fffae5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d4e0d2 0%,#fffae5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d4e0d2 0%,#fffae5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d4e0d2 0%,#fffae5 100%); /* IE10+ */
  background: linear-gradient(to bottom, #d4e0d2 0%,#fffae5 100%); /* W3C */
  background-attachment: fixed;
  font-size: 14pt;
  filter: none;
  z-index: -9;
}

blockquote p {
  text-indent: -0.32em;
}

/*-------------- Navigation ---------------*/

.navbar-inner {
  background: #d4e0d2;
  padding-top: 4px;
}

.active {
  border-bottom: 2px solid #943 !important;
}

/*----------------- Links -----------------*/

a.contact {
  color: #955;
  text-decoration: none;
  margin: 0;
}

a:hover.contact {
  color: darkgreen;
}

/*----------------- Fonts -----------------*/

@font-face {
    font-family: 'district_prothin';
    src: url('../fonts/distproth-webfont.eot');
    src: url('../fonts/distproth-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/distproth-webfont.woff') format('woff'),
         url('../fonts/distproth-webfont.ttf') format('truetype'),
         url('../fonts/distproth-webfont.svg#district_prothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeue-webfont.woff') format('woff'),
       url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
       url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: 'RamblaRegular';
    src: url('../fonts/Rambla-Regular-webfont.eot');
    src: url('../fonts/Rambla-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rambla-Regular-webfont.woff') format('woff'),
         url('../fonts/Rambla-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Rambla-Regular-webfont.svg#RamblaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RamblaItalic';
    src: url('../fonts/Rambla-Regular-Italic-webfont.eot');
    src: url('../fonts/Rambla-Regular-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rambla-Regular-Italic-webfont.woff') format('woff'),
         url('../fonts/Rambla-Regular-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Rambla-Regular-Italic-webfont.svg#RamblaItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RamblaBold';
    src: url('../fonts/Rambla-Bold-webfont.eot');
    src: url('../fonts/Rambla-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rambla-Bold-webfont.woff') format('woff'),
         url('../fonts/Rambla-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Rambla-Bold-webfont.svg#RamblaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RamblaBoldItalic';
    src: url('../fonts/Rambla-BoldItalic-webfont.eot');
    src: url('../fonts/Rambla-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rambla-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Rambla-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Rambla-BoldItalic-webfont.svg#RamblaBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}