/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body h1{
    font-family: "oxtail", Helvetica, sans-serif;
   }
body p{
    font-family: "source-sans-pro", Helvetica, sans-serif;
}      

#bisonContent{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#bisonHead{
    background: #FFF2DF;
    background: url(../img/bison_header_background.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 950px; 
    clear: both;
}
.bison-eyebrow {
	background: url(../img/halftone.png);
	padding: 15px 25%;
	text-align: center;
}
.bison-eyebrow:after {
	clear: both;
	content: "";
	display: block;
}
.bison-eyebrow a {
	color: #dc9e38;
	font-weight: bold;
	transition: color 0.2s ease-out;
}
.bison-eyebrow a:hover {
	color: #b88023;
}
.bison-eyebrow h1, p {
	text-align: left;
}
.bison-eyebrow h1 {
	color: #dc9e38;
	margin: 10px 0 0;
}
.bison-eyebrow p {
	margin: 5px 0 0;
}
.bison-eyebrow img {
	float: left;
	height: 125px;
	margin: 0 35px;
	width: 125px;
}
#intro{
    width: 350px;
    float: left;
    margin-left: 5%;
    margin-top: 6%;
    padding-right: 525px;
    padding-bottom: 5%;
}
#introText{
    width: 325px;
    text-align: center;
    margin: 0 10px 0;
}
#intro h1{
    text-align: center;
    color: #dc9e38;
    font-size: 2.45em;
}
#getStartedButton{
    margin-left: 20px;
    background: url(../img/get_started_button.png) no-repeat;
    width: 325px;
    height: 60px;
    text-indent: -10000px;
    display: block;
}
#getStartedButton:hover{
    background-position-y: -60px;
    display: block;
}
#getStartedButton p{
    width: 100%;
    height: 100%;
}
#getInvolvedButton{
    margin-left: 20px;
    background: url(../img/get_involved_button.png) no-repeat;
    width: 325px;
    height: 60px;
    text-indent: -10000px;
    display: block;
}
#getInvolvedButton:hover{
    background-position-y: -60px;
    display: block;
}
#getInvolvedButton p{
    width: 100%;
    height: 100%;
}
#bisonBody{
    background: #261D14;
    background: url(../img/bison-intro-background.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 59%;
    clear: both;
}
#bisonBody p{
    margin:0;
}
#bisonBodyCopy{
    float: left;
    color: #fff;
    width: 575px;
    line-height: 2.25;
    margin-left: 5%;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 2%;
}
#bisonBodyCopy h1 {
    color: #dc9e38;
    font-size: 3em;
}
#bisonBodyCopy p {
    padding-bottom: 2%;
}
#voteButton{
    background: url(../img/vote_bison_button.png) no-repeat;
    width: 325px;
    height: 60px;
    text-indent: -10000px;
    margin-top: 5%;
    display: block;
}
#voteButton:hover {
    background-position-y: -60px;
    display: block;
    }
    #voteButton p{
    width: 100%;
    height: 100%;
    }
#selfies{
    width: 570px;
    font-size: 0;
    float: right;
}
#getYourBeard{
    background: #FFF2DF;
    background: url(../img/halftone.png);
    padding-bottom: 50px;
    text-align: center;
    line-height: 2;
    font-size: 1.2em;
    clear: both;
}   
#getYourBeard img{
    padding: 1% .5% 0;
 }
#getYourBeard h1{
    margin-top: 0;
    padding-top: 40px;
    color: #dc9e38;
    font-size: 4em;
    line-height: 1;    
}
#Beards{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 40px;
}
#shareItButtons{
    padding: 40px 0 20px;
}
#shareItButtons img{
    padding: 0 55px 0;
}
#getInvolved{
    background: #261D14;
    background: url(../img/tweed_brown.png);
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    clear: both;
} 
#getInvolved h1{
    margin-top: 0;
    padding-top: 40px;
    color: #dc9e38;
    font-size: 3em;
}
#getInvolved h2{
    margin-top: 0;
    padding-top: 40px;
    color: #dc9e38;
    font-size: 1.5em;
}
#socialBoxes{
    display: inline-block;
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;
}
#socialContent1{
    width :500px;
    float: left;
    margin-right: 20px;
    color: #dc9e38;
}
#socialContent2{
    width :500px;
    float: left;
    color: #dc9e38;
}
#socialButtonsTop{
    width: 181px;
    margin-left: auto;
    margin-right: auto;
}
#socialBox1{
    width :500px;
    background-color: #efead8;
    border-radius: 10px;
    text-align: left;
    padding: 5px 0 20px;
}
#socialBox1 img{
    padding-bottom: 10px;
    padding-right: 10px;
    float: right;
}
#socialBox1 p{
    width: 485px;
}
#socialBox2{
    width :500px;
    background-color: #efead8;
    float: left;
    border-radius: 10px;
    text-align: left;
    padding: 5px 0 20px;
}
#socialBox2 img{
    padding-bottom: 10px;
    padding-right: 10px;
}
#socialBox2 p{
    width: 485px;
}
#shareButton{
    float: right;
}
#socialOrange{
    float:left;
    padding:1px 10px 100px;
}
#bisonize{
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}
#bisonize a{
    text-decoration: none;
    color: #76c043;
}
#bisonize p{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#sendAMessageButton{
    margin-left: 20px;
    background: url(../img/send_a_message_button.png) no-repeat;
    width: 325px;
    height: 60px;
    text-indent: -10000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#sendAMessageButton:hover{
    background-position-y: -60px;
    display: block;
}
#sendAMessageButton p{
    width: 100%;
    height: 100%;
}
#findOneButton{
    background: url(../img/find-one-near-you.png) no-repeat;
    width: 325px;
    height: 60px;
    text-indent: -10000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#findOneButton:hover{
    background-position-y: -60px;
    display: block;
}
#findOneButton p{
    width: 100%;
    height: 100%;
}
#viewScheduleButton{
    background: url(../img/view_schedule_button.png) no-repeat;
    width: 325px;
    height: 60px;
    text-indent: -10000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#viewScheduleButton:hover{
    background-position-y: -60px;
    display: block;
}
#viewScheduleButton p{
    width: 100%;
    height: 100%;
}
footer{
    background-color: #000;
    height: 150px;
    padding: 30px 0 30px 0;
    text-align: center;
    clear: both;
}
footer p{
    color: #fff;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1600px) {
    #bisonHead{
        background-size: 113%;
        padding-bottom: 0;
    }
    #bisonBodyCopy{
        padding-bottom: 1%;        
    }
   
    #intro{
    width: 100%;
    padding-bottom: 12%;
    padding-right: 0;
        }
    
    #selfies{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        width: 2850px;
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 1525px) {
 
    #intro{
        width: 100%;
        margin-top: 0;
        padding-top: 5%;
        padding-bottom: 12%;
    }
    #bisonBodyCopy{
        line-height: 2;
        margin-top: 2%;
    }
    #selfies{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        width: 2850px;
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 1400px) {
 
    #intro{
        width: 109%;
        margin-top: 0;
        padding-top: 1%;
        padding-bottom: 7%;
    }
    #selfies{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: left;
        width: 1525px;
        overflow-x: hidden;
    }
    #bisonBodyCopy{
        line-height: 1.5;
        margin-top: 0;
    }
     #bisonBodyCopy h1{
        
        margin-top: 0;
    }
    #voteButton{
        
    }
    #getStartedButton{
         
    }
}
@media only screen and (max-width: 1175px) {
      #selfies{
        overflow-x: hidden;
    }
     #bisonBody{
        padding-bottom: 59%;
     }
    #intro{
        margin-left: 1%;
        padding-bottom: 5%;

    }
    #introText h1{
        margin: 10px 0 0;
    }
    #introText p{
        margin: 0;
    }
}
@media only screen and (max-width: 1019px) {
    #bisonHead{
        background-size: 125%;
    }
    #intro{
        margin-left: 1%;
        padding-bottom: 5%;
    }
     #selfies{
        overflow-x: hidden;
    }
    #socialContent1{
        float: none;
    }
     #socialContent2{
        float: none;
        padding-top: 12%;
    }
      #bisonBodyCopy{
        width: 90%;
        text-align: center;
        float: none;
        margin-top: 0;
    }
    #voteButton{
        margin-left: auto;
        margin-right: auto;
    }
    #bisonBody{
    padding-bottom: 0;
    background: #261D14;
}
   
}
@media only screen and (max-width: 920px){
     #bisonHead{
        background-size: 142%;
    }
}
@media only screen and (min-width: 200px) and (max-width: 800px){
    .bison-eyebrow {
	    border-bottom: 1px solid #261D14;
		padding: 15px 3%;
	}
	.bison-eyebrow img {
		width: 150px;
		height: 150px;
	}
    #bisonContent h1{
    font-size: 2em;
    }
    #intro{
        padding: 35px 0 0;
        margin: 0;
    }
    #intro p{
    width: 100%;
    }
    #intro h1{
    font-size: x-large;
    }
    #getStartedButton{
    margin-left: auto;
    margin-right: auto;
    }
     #getInvolvedButton{
    margin-left: auto;
    margin-right: auto;
    }
     #selfies{
        overflow-x: hidden;
    }
    #bisonHead{
    background: #FFF2DF;
    padding-bottom: 0;
    }
    #bisonBodyCopy{
        width: 90%;
        text-align: center;
        float: none;
        margin-top: 0;
    }
    #bisonBodyCopy h1{
        margin-top: 0;
    }
       #bisonBody {
       padding-bottom: 0;
    }
    #shareItButtons {
        padding: 0;
    }
    #shareItButtons img{
        padding: 6%;
    }
    #intro{
        width: 100%;
        margin-top: 0;
        padding-bottom: 6%;
        text-align: center;
    }
     #intro h1{
       
        text-align: center;
    }
     #introText{
        
       width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    #selfies{
        width: 950px;
    }
    #getInvolved{
        float: none;
    }
    #getInvolved img{
        padding: 1%;
    }
   
    #socialContent1{
        width: 90%;
        display: block;
        float: none;
    }
     #socialContent2{
        width: 90%;
        display: block;
        float: none;
        padding-top: 15%;
    }
    #socialBox1{
        width: 100%;
        margin-left: 3%;
    }
     #socialBox1 p{
        width: 95%;
        text-align: right;
        
    }
       #socialBox2{
        width: 100%;
        margin-left: 3%;
    }
     #socialBox2 p{
        width: 95%;
        text-align: right;
    }
  
   
}
@media only screen and (min-width: 100px) and (max-width: 350px){
   #selfies{
        overflow-x: hidden;
    }
    #intro img{
        width: 100%;
    }

    #socialContent1{
        width: 90%;
        display: block;
        float: none;
    }
     #socialContent2{
        width: 90%;
        display: block;
        float: none;
        padding-top: 15%;
    }
    #socialBox1{
        width: 98%;
        margin-left: 3%;
    }
     #socialBox1 p{
        width: 95%;
        text-align: right;
        font-size: small;
        
    }
       #socialBox2{
        width: 98%;
        margin-left: 3%;
    }
     #socialBox2 p{
        width: 95%;
        text-align: right;
        font-size: small;
    }
  #getStartedButton{
        width: 90%;
        background: url(../img/get_started_buttonSM.png) no-repeat;
        background-size: contain;
    }
    #getStartedButton:hover{
        background-position-y: 0;
    }
    #viewScheduleButton{
        
         width: 90%;
        background: url(../img/view_schedule_buttonSM.png) no-repeat;
        background-size: contain;
    }
    #viewScheduleButton:hover{
         background-position-y: 0;
    }
    #findOneButton {
        width: 90%;
        background: url(../img/find-one-near-youSM.png) no-repeat;
        background-size: contain;
    }
    #findOneButton:hover{
        background-position-y: 0;
    }
     #voteButton {
        width: 90%;
        background: url(../img/vote_bison_buttonSM.png) no-repeat;
        background-size: contain;
    }
    #voteButton:hover{
        background-position-y: 0;
    }
    footer{
        height: 200px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}