body, div, p, span, a, ul, li, h1, h2, h3, h4, h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  letter-spacing:1px;
}
  .theheader {
    margin:0px 0px 42px 0px;
    padding:0px;
    background-image:url(../images/joe_header_bg.png);
    background-position:left top;
    background-repeat: repeat-x;
    width:100%;
  }

  body {
    margin:0px;
    padding:0px;
    background-color:#817d72;
  }

  a.menu-link, a.menu-link:visited, a.menu-link:link, a.menu-link:hover, a.menu-link:active {
    color:#fff;
    font-size:19px;
    letter-spacing:1px;
    text-decoration:none;
  }
  a.menu-link:hover, a.menu-link:active {
    color:#000000;
    font-size:19px;

    letter-spacing:1px;
    text-decoration:none;
  }
  a.menu-link.active {
    color:#000000;
    font-size:19px;

    letter-spacing:1px;
    text-decoration:none;
  }

  .thebuttons {
    text-align:right;
    font-size:2.1rem;
  }

  .thecaption {
    text-align:right;
    margin-top:24px;
    color:#000;
    letter-spacing:0px;
    font-size:16px;
  }

  a.joebutton {
    display:inline-block;
    margin:0px 0px 0px 10px;
    color:#535149;
  }

  a.joebutton:hover {
    display:inline-block;
    margin:0px 0px 0px 10px;
    color:#000;
  }

  img.slide-pad {
    padding-top:42px;

  }

  img.push-left {
    padding-left:2.2rem;
  }

  /*

  #cf {
    position:relative;

    margin:0 auto;
  }



  @keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  #cf img {
    position:absolute;
    left:0;

    -webkit-animation-name: cf4FadeInOut;
    animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 10s;
    animation-direction: normal;
  }

  #cf img:nth-of-type(1) {
    animation-delay: 6s;
  }
  #cf img:nth-of-type(2) {
    animation-delay: 4s;
  }
  #cf img:nth-of-type(3) {
    animation-delay: 2s;
  }
  #cf img:nth-of-type(4) {
    animation-delay: 0;
  }
  */

  #cf{position:relative;}
  #cf img{position:absolute;z-index:1}
  #cf img.active{z-index:3}
