
*, *:before, *:after {
  /*--Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- --*/
  -webkit-box-sizing: border-box;
  /*--Firefox (desktop or Android) 28- --*/
  -moz-box-sizing: border-box;
  /*--Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+  --*/
  box-sizing: border-box; }

.site-header { background-image: url('/a/i/BisonBucks_masthead.jpg'); background-repeat: no-repeat; background-position: 4em 4em; height: 12em;}

h1 {
  font-size: 54px;
  line-height: 62.4px; }


h2 {
  font-size: 36px;
  line-height: 39px; }


h3 {
  font-size: 36px;
  line-height: 33.8px; }

h4, h5 {
  font-size: 27px; }


blockquote {
  font-size: 36px;
  line-height: 39px;
  text-align: center;
  font-family: "Georgia", serif;
  color: #2d2d2d;
  font-style: italic; }


#ephemera {
  font-size: 36px;
  line-height: 39px;
  text-align: center;
  font-family: "Georgia", serif;
  color: #2d2d2d; }


.pullquote {
  font-size: 18px;
  text-align: center;
  font-family: "Georgia", serif;
  color: #2d2d2d;
  font-style: italic; }


.section-title {
  text-transform: uppercase; }


.post-meta {
  font-size: 1em;
  line-height: .9em;
  text-transform: capitalize; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial,  sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 26px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize; }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

main article p {
  color: #2d2d2d; }

p {
  font-size: 23.4px;
  line-height: 33.8px; }

ul {
  font-size: 23.4px;
  line-height: 33.8px; }

main article a {
  text-decoration: underline; }
  
  main article a:link {
    color: #078961; }
  
  main article a:visited {
    color: #078961; }

  main article a:hover {
    color: #fbc46a; }

main article h1 a {
  text-decoration: none; }

main article h2 a {
  text-decoration: none; }

main article h3 a {
  text-decoration: none; }


body {
  background-color: #dedede;
  margin: 0 !important;
  padding: 0 !important; }

/* images */
.left {
  float: left;
  clear: left; }

.right {
  float: right;
  clear: right; }

img {
  max-width: 100%; }

section, article {
  padding: 2em 0; }

article {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 12px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px; }

.jump {
  position: absolute;
  top: -5em; }

header {
  background-color: #fff;
  color: #fff;
  margin-top: -2em;
  color: white;
  text-align: center;
  }

main {
  background: #dedede;

  margin: 0;
  padding: 2em 0; }

article {
  background: #fff;
  width: 80%;
  max-width: 900px;
  margin: 3em auto;
  padding: 1em; }

article header {
  color: #078961;
  background-color: #fff;
  text-align: left; }

article header a:link {
  color: #078961; }

article header a:visited {
  color: #078961; }

article header a:hover {
  color: #fbc46a; }

article header a:active {
  color: #2d2d2d; }

article footer {
  color: #333333;
  background-color: #fff;
  padding: 1em;
  border: 1px #dedede solid; }

.site-header h1 {
  padding: 1em 0 0 0; }
 
  .site-header h1 a {
    color: white; }
 
  .site-header h1 a:hover {
    color: #fbc46a; }

.site-header p {
  padding: 0;
  margin-top: -1em;
 width: 80%;
  max-width: 900px; }

#main-nav ul {
  background-color: #078961; }

nav ul li {
  list-style-type: none;
  padding: .5em; }

nav a {
  text-decoration: none; }

.section-div {
  background-color: #fbc46a;
  width: 80%;
  max-width: 900px;
  margin: auto;
  color: white;
  padding: .5em;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 12px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px; }

/*navigation and links*/
a:hover {
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out; }

#main-nav a {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase; }
  
#main-nav ul li {
  padding: 0;
  margin: 0; }

#main-nav ul a {
  padding: .4em;
  display: block; }

#main-nav li:hover {
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out; }



.site-info {
width: 100%;

  margin: auto;
  padding: 3em;
  height: 5em;
  color: white;
  background-color: #2d2d2d; }
  
  .site-info a {
    text-decoration: none; }
 
    .site-info a:link {
      color: #f9a336; }

    .site-info a:visited {
      color: #f9a336; }

    .site-info a:hover {
      color: #078961; }

  .site-info p {
    font-size: .7em;
    line-height: 1.5em; }

.category-title {
  text-align: center;
  font-size: 2em;
  margin: 1em;
  color: #f9a336; }

#social-nav {
  background-color: #2d2d2d;
  text-align: center;
 width: 80%;
  max-width: 900px;
  margin: 2em auto;
  padding: 2em 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 12px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px; }
  
  #social-nav a {
    text-decoration: none; }
  
    #social-nav a:link {
      color: #f9a336; }
  
    #social-nav a:visited {
      color: #f9a336; }
   
    #social-nav a:hover {
      color: #078961; }
 
  #social-nav ul {
    width: 95%;
    margin: auto; }
 
  #social-nav ul li {
    display: inline-block;
    font-size: 2.5em; }

  #social-nav h3 {
    color: white;
    text-align: center; }

.callout {
width: 80%;
  max-width: 900px;
  margin: auto;
  display: block;
  color: white;
  text-decoration: none;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  background-color: #078961;
  padding: .5em;
  margin: 2em auto;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 12px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px; }

  .callout a {
    text-decoration: none; }
 
  .callout a:link {
    color: white; }

  .callout a:visited {
    color: white; }

  .callout a:hover {
    color: white; }

  .callout a:active {
    color: white; }


.callout:hover {
  background-color: #2d2d2d;
  color: white;
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out; }

/*----------------------------------------------smallest*/
@media all and (max-width: 500px) {
  .nav-mobile {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: .8em;
    z-index: 4;
    display: block;
    color: #2d2d2d;
    text-decoration: none;
    margin: auto !important;
    text-transform: uppercase;
    text-align: center;
    background-color: #dedede;
    margin: 0 0 2em 0;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px; }

  a {
    color: #2d2d2d; }

  a:visited {
    color: #2d2d2d; }

  a:hover {
    color: #2d2d2d; }

  a:active {
    color: #2d2d2d; }

  .nav-mobile:hover {
    background-color: #fbc46a;
    color: #2d2d2d;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out; }

  h1 {
    font-size: 2em; }

  #social-nav {
    margin: 1em;
    padding: 1em 0;
    text-align: center; }

    #social-nav ul li {
      font-size: 1.5em; }

  #main-nav {
    width: 100%;
    width: auto; }

    #main-nav li:hover {
      background-color: #fbc46a; }

    #main-nav ul {
      margin: auto;
      padding-top: 0;
      margin-left: -2em; }

    #main-nav a {
      color: white;
      text-decoration: none;
      margin-left: 2em; }

    #main-nav a:visited {
      color: white; }

    #main-nav a:hover {
      color: white; }

    #main-nav a:active {
      color: white; }

    #main-nav li {
      list-style-type: none;
      border-bottom: 1px solid white; }

  .category-title {
    text-align: center;
    font-size: 2em;
    margin: 1em;
    color: #f9a336; } }
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------small*/
@media all and (min-width: 501px) {

  .nav-mobile {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: .8em;
    z-index: 4;
    display: block;
    color: #2d2d2d;
    text-decoration: none;
    margin: auto !important;
    text-transform: uppercase;
    text-align: center;
    background-color: #dedede;
    margin: 0 0 2em 0;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px; }

  a {
    color: #2d2d2d; }

  a:visited {
    color: #2d2d2d; }

  a:hover {
    color: #2d2d2d; }

  a:active {
    color: #2d2d2d; }

  .nav-mobile:hover {
    background-color: #fbc46a;
    color: #2d2d2d;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out; }

  #main-nav {
    width: 100%;
    width: auto; }

    #main-nav li:hover {
      background-color: #fbc46a; }

    #main-nav ul {
      margin: auto;
      margin-left: -2em;
      margin-top: 0; }

    #main-nav a {
      color: white;
      text-decoration: none;
      margin-left: 2em; }

    #main-nav a:visited {
      color: white; }

    #main-nav a:hover {
      color: white; }

    #main-nav a:active {
      color: white; }

    #main-nav li {
      list-style-type: none;
      border-bottom: 1px solid white; }

  .category-title {
    text-align: center;
    font-size: 2em;
    margin: 1em;
    color: #f9a336; } }
    
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------biggest*/
@media all and (min-width: 1200px) {

.site-header { background-image: url('/a/i/BisonBucks_masthead.jpg'); background-repeat: no-repeat; background-position: 4em 8em; height: 20em;}
  #main-nav {
    width: 100%;   
    position: absolute;
   right: 0;
    top: 0;
    border-bottom: 1px white solid;
    background-color: #2d2927;
   }
    #main-nav ul{float:right; background-color: #2d2927;}
    #main-nav a{margin-left: 0; }
    #main-nav ul li{ display: inline-block; padding: .5em; border-bottom: none;}



 }
