.btn-primary {
  background-image: url();
  border: 0; }

.btn-danger {
  background-image: url();
  border: 0; }

html {
  height: 100%; }

body {
  padding-top: 5rem;
  background-color: #0a2e5c;
  min-height: 100%;
  position: relative;
  overflow: auto; }
  body.loading {
    overflow: hidden; }

p {
  font: 700 1rem "Bitter", serif;
  font-weight: 400;
  line-height: 2.25rem; }

.loader {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) 50% 50% no-repeat;
  text-align: center; }
  .loader .fa-cog {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 2rem; }

.navigation-bar {
  height: 5rem;
  background: #282e36;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 9998; }
  .navigation-bar:before {
    min-height: 5rem;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/bkg_noiseoverlay.png");
    background-repeat: repeat;
    opacity: .15; }
  .navigation-bar a {
    font: 700 1rem "Bitter", serif;
    font-size: 1.5rem;
    text-transform: capitalize; }
  .navigation-bar .navigation-brand {
    border: 1px solid #ffffff;
    width: 3rem;
    height: 3rem;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 1rem 2rem; }
    .navigation-bar .navigation-brand img {
      position: relative;
      top: .188rem;
      width: 2.75rem;
      height: 1.813rem; }
  .navigation-bar .navigation-items {
    height: 3rem;
    margin: 1rem 2rem; }
    .navigation-bar .navigation-items .navigation-nav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .navigation-bar .navigation-items .navigation-nav li {
        display: inline;
        padding: .5rem; }
        .navigation-bar .navigation-items .navigation-nav li a {
          color: #ffffff; }

.amatic {
  font: 1rem "Amatic SC", cursive;
  text-transform: capitalize; }

.bitter-bold {
  font: 700 1rem "Bitter", serif;
  text-transform: capitalize; }

.container--about {
  background: #0a2e5c url("../img/bkg_hexpattern_81x600.png") repeat-x;
  left: -10px;
  opacity: 0;
  position: relative; }
  .container--about:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0a2e5c;
    background-image: -webkit-linear-gradient(top left, #0a2e5c, #fd261f);
    background-image: linear-gradient(to bottom right,#0a2e5c, #fd261f);
    opacity: .20;
    width: 100%;
    height: 33.625rem; }
  .container--about .container.about {
    height: 33.625rem;
    background-image: url("../img/about/photo_About_792x538.png");
    background-repeat: no-repeat; }
    .container--about .container.about .about--summary {
      position: relative;
      top: -7.57rem;
      color: #ffffff;
      text-shadow: 2px 2px 5px #000000; }
      .container--about .container.about .about--summary p {
        margin: 0; }
    .container--about .container.about .text-header {
      width: 21.3125rem;
      margin-top: 2.625rem;
      min-height: 274px; }
      .container--about .container.about .text-header .amatic {
        color: #fd261f;
        font-size: 3.75rem;
        width: 100%; }
        .container--about .container.about .text-header .amatic.adventurous {
          top: 0;
          text-align: left;
          position: relative;
          z-index: 1; }
        .container--about .container.about .text-header .amatic.design {
          position: relative;
          top: -7.125rem;
          text-align: right; }
        .container--about .container.about .text-header .amatic .top-line {
          position: absolute;
          top: 1.75rem;
          z-index: 2;
          right: 0;
          background: url("../img/pencil-line.png") left center repeat-x;
          width: 6.25rem;
          height: 6px; }
        .container--about .container.about .text-header .amatic .bottom-line {
          position: absolute;
          top: 1.75rem;
          z-index: 2;
          left: 0;
          background: url("../img/pencil-line.png") left center repeat-x;
          width: 11.125rem;
          height: 6px; }
      .container--about .container.about .text-header .bitter-bold {
        color: #ffffff;
        font-size: 14.25rem;
        position: relative;
        top: -4.5rem; }
  .container--about #textHeader, .container--about #aboutSummary {
    opacity: 0;
    position: relative;
    left: -10px; }

.container--resume {
  background-color: #ffffff;
  font: 700 1rem "Bitter", serif; }

.container--endorsements {
  background-color: #252525; }
  .container--endorsements .container.endorsements blockquote {
    border-left: 0;
    margin: 0;
    text-align: center;
    padding: 20px; }
    .container--endorsements .container.endorsements blockquote a, .container--endorsements .container.endorsements blockquote p, .container--endorsements .container.endorsements blockquote cite {
      color: #ffffff;
      font: 700 1rem "Bitter", serif;
      font-weight: 400;
      font-style: italic; }
    .container--endorsements .container.endorsements blockquote strong {
      color: #fd261f; }
    .container--endorsements .container.endorsements blockquote footer {
      color: #ffffff; }
      .container--endorsements .container.endorsements blockquote footer cite a {
        text-decoration: underline; }

.container--work {
  background-color: #30353d; }
  .container--work .container.work {
    min-height: 40.25rem; }
    .container--work .container.work:first-child {
      padding-top: 1rem; }
    .container--work .container.work .container--card {
      width: 22.125rem;
      height: 20.563rem;
      position: relative;
      -webkit-perspective: 800px;
      -moz-perspective: 800px;
      perspective: 800px;
      margin: 0 auto 1rem auto; }
      .container--work .container.work .container--card .card {
        width: 22.125rem;
        height: 20.563rem;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.75s;
        -moz-transition-duration: 0.75s;
        transition-duration: 0.75s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      .container--work .container.work .container--card .card.flipped {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .container--work .container.work .container--card .card figure {
        margin: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .container--work .container.work .container--card .card figure h2 {
          color: #ffffff;
          font: 700 1rem "Bitter", serif;
          font-size: 1.125rem;
          padding: 0 .5rem; }
        .container--work .container.work .container--card .card figure time, .container--work .container.work .container--card .card figure p {
          color: #ffffff;
          font: 700 1rem "Bitter", serif;
          font-weight: 400;
          padding: 0 .5rem; }
        .container--work .container.work .container--card .card figure p {
          padding: 1rem;
          font-weight: normal; }
        .container--work .container.work .container--card .card figure .controls {
          text-align: center; }
      .container--work .container.work .container--card .card .front {
        cursor: pointer; }
      .container--work .container.work .container--card .card .back {
        background: rgba(0, 0, 0, 0.25);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }

.container--connection {
  background-color: #ffffff; }
  .container--connection .container.connection {
    min-height: 24rem;
    padding-bottom: 3.625rem; }
    .container--connection .container.connection header {
      position: relative; }
      .container--connection .container.connection header h1 {
        color: #0a2e5c;
        font: 700 1rem "Bitter", serif;
        font-size: 2.25rem;
        text-transform: capitalize; }
        .container--connection .container.connection header h1 span {
          color: #fd261f;
          font: 1rem "Amatic SC", cursive;
          font-size: 1.875rem;
          display: block; }
      .container--connection .container.connection header .top-line {
        position: absolute;
        top: 1rem;
        z-index: 2;
        left: 7.5rem;
        background: url("../img/pencil-line.png") left center repeat-x;
        width: 5rem;
        height: 6px; }
    .container--connection .container.connection .col-form {
      margin-top: 5.75rem; }
      .container--connection .container.connection .col-form label {
        color: #fd261f;
        font: 700 1rem "Bitter", serif;
        font-size: 1rem; }

.container--footer {
  background-color: #30353d; }
  .container--footer .container.footer {
    min-height: 6.125rem;
    padding-top: 1rem; }

.card figure {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .card figure:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5); }

.container--slide-over {
  background: rgba(0, 0, 0, 0.9);
  width: 95%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll; }
  .container--slide-over .container-fluid.slide-over .controls {
    margin-top: 1.5rem; }
    .container--slide-over .container-fluid.slide-over .controls .btn-close {
      color: #ffffff;
      background-color: transparent; }
  .container--slide-over .container-fluid.slide-over h3 {
    color: #ffffff;
    font: 700 1rem "Bitter", serif;
    font-size: 2rem;
    padding: 0 .5rem; }
  .container--slide-over .container-fluid.slide-over time, .container--slide-over .container-fluid.slide-over p {
    color: #ffffff;
    font: 700 1rem "Bitter", serif;
    font-weight: 400;
    padding: 0 .5rem; }
  .container--slide-over .container-fluid.slide-over p {
    padding: 1rem;
    font-weight: normal;
    line-height: 1.5rem; }
  .container--slide-over .container-fluid.slide-over ul {
    color: #ffffff;
    font: 700 1rem "Bitter", serif;
    font-weight: 400;
    line-height: 1.5rem; }
    .container--slide-over .container-fluid.slide-over ul li {
      margin-bottom: 1rem; }
  .container--slide-over .container-fluid.slide-over .container--images {
    margin-top: 2rem; }
    .container--slide-over .container-fluid.slide-over .container--images .content--image {
      border: 1px solid #ffffff;
      margin-bottom: 2rem; }

.container--preload {
  background: url("../img/work/avaaz/Avaaz_Petition_Before.jpg") no-repeat -9999px -9999px;
  background: url("../img/work/avaaz/Avaaz_Petition_After.jpg") no-repeat -9999px -9999px, url("../img/work/experienceKissimmee/ExperienceKissimmee_Wireframe_1.png") no-repeat -9999px -9999px, url("../img/work/experienceKissimmee/ExperienceKissimmee_Wireframe_1.png") no-repeat -9999px -9999px, url("../img/work/gigats/Gigats.png") no-repeat -9999px -9999px, url("../img/work/lakeNonaCOC/LakeNonaCOC_Postcard_Front_1280.png") no-repeat -9999px -9999px, url("../img/work/lakeNonaCOC/LakeNonaCOC_Postcard_Back_1280.png") no-repeat -9999px -9999px, url("../img/work/lakeNonaCOC/LakeNonaCOC_Letterhead_1280.jpg") no-repeat -9999px -9999px, url("../img/work/lakeNonaCOC/LakeNonaCOC_Envelope_1280.jpg") no-repeat -9999px -9999px, url("../img/work/osceolaAnimalServices/Homepage_1_1280.png") no-repeat -9999px -9999px, url("../img/work/osceolaAnimalServices/Homepage_2_1280.png") no-repeat -9999px -9999px, url("../img/work/osceolaAnimalServices/Homepage_3_1280.png") no-repeat -9999px -9999px, url("../img/work/osceolaAnimalServices/Logo_1_1280.jpg") no-repeat -9999px -9999px, url("../img/work/osceolaAnimalServices/Logo_2_1280.jpg") no-repeat -9999px -9999px, url("../img/work/osceolaorg/OsceolaOrg_Homepage.png") no-repeat -9999px -9999px, url("../img/work/osceolaorg/OsceolaOrg_Homepage_Menu.png") no-repeat -9999px -9999px, url("../img/work/osceolaorg/OsceolaOrg_DepartmentPage.png") no-repeat -9999px -9999px, url("../img/work/osceolaConstitutionals/OsceolaCountyPropertyAppraiser.png") no-repeat -9999px -9999px, url("../img/work/osceolaConstitutionals/OsceolaCountySheriff.png") no-repeat -9999px -9999px, url("../img/work/osceolaConstitutionals/OsceolaCountyExpresswayAuthority.png") no-repeat -9999px -9999px, url("../img/work/kissimmeeCVB/KissimmeeHeartOfFlorida.jpg") no-repeat -9999px -9999px, url("../img/work/kissimmeeCVB/ChooseKissimmee_1.jpg") no-repeat -9999px -9999px, url("../img/work/kissimmeeCVB/ChooseKissimmee_2.jpg") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/RelayForLife_1280.png") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/StateOfTheCounty_1280.png") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/ProjectHomelessConnect_400.jpg") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/ChooseOsceola_1.jpg") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/ChooseOsceola_2_400.jpg") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/OsceolaCountyIT_Final_1280.jpg") no-repeat -9999px -9999px, url("../img/work/miscOsceolaLogos/OsceolaCountyIT_Proposed_400.jpg") no-repeat -9999px -9999px; }

@media (max-width: 767px) {
  html {
    font-size: 12px !important; }

  body {
    font-size: 12px !important; }

  .navigation-bar .navigation-items .navigation-nav li a {
    font-size: 1rem; }

  .navbar .navbar-brand {
    margin-left: 1.25rem; }

  .container--about .container.about .about--summary {
    top: -6.34rem; }
  .container--about .container.about .text-header {
    width: 18.167rem; }
    .container--about .container.about .text-header .amatic {
      font-size: 3rem; }
    .container--about .container.about .text-header .bitter-bold {
      font-size: 11.786rem; }

  .container--connection .container.connection .contact-form {
    margin-top: 2rem; } }
@media (min-width: 768px) {
  html {
    font-size: 14px !important; }

  body {
    font-size: 14px !important; }

  .container--about .container.about .about--summary {
    top: -5rem; }
  .container--about .container.about .text-header {
    width: 18.143rem; }
    .container--about .container.about .text-header .amatic {
      font-size: 3rem; }
    .container--about .container.about .text-header .bitter-bold {
      font-size: 11.786rem; }

  .container--slide-over {
    height: auto; } }
@media (min-width: 992px) {
  html {
    font-size: 16px !important; }

  body {
    font-size: 16px !important; }

  .container--about .container.about .about--summary {
    top: -6rem; }
  .container--about .container.about .text-header {
    width: 18.125rem; }

  .container--slide-over {
    height: 100%; } }
@media (min-width: 1200px) {
  html {
    font-size: 16px !important; }

  body {
    font-size: 16px !important; }

  .container--about .container.about .text-header {
    width: 18.125rem; } }
