

/* Import Bebas Heading font from local source -- Acumin Pro body font imported from Typkit in HTML head*/

@font-face {
font-family: 'bebasneue';
src: url('../img/fonts/bebas-neue/bebasneue_bold-webfont.woff2') format('woff2'), url('../img/fonts/bebas-neue/bebasneue_bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

* {
margin: 0;
height: auto;
width: 100%;
}

html {
height: 100%;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
min-height: 100%;
overflow-x: hidden;
height: 100%;
color: #EFEFEF;
}

#wrapper {
min-height: 100%;
}


/* provides a hidden preview image for sites like Facebook to pull */

a {
text-decoration: none;
color: white;
border: 0;
}

a:hover,
a:focus {
color: #FF9933;
}

.cursor {
cursor: pointer;
}

.inline {
display: inline;
}

.center_text {
text-align: center;
}

.left_text {
text-align: left;
}

.right_text {
text-align: right;
}

.white_text {
color: #fff !important;
}

.white_text:hover {
color: #ff6600 !important;
}




/* prevents floats from having display issues */

.content {
width: 95%;
height: auto;
max-width: 50em;
display: block;
margin: 76px auto 0;
padding: .5em 0 .5em;
}

.content.no-margin {
margin: 0 auto 0;
}


.big {
font-size: 1.5em;
font-weight: bold;
}

.small {
font-size: .9em;
line-height: 1.1em;
}

.bebas {
font-family: "bebasneue", Tahoma, Arial !important;
font-weight: bold;
text-transform: uppercase;
line-height: 1.15em;
text-align: center;
font-size: 1.1em;
}



/* >>> MOBILE <<< */

@media screen {
.salebanner_dec {
	background-color: #003300;
	border-bottom-style: solid;
	border-bottom-color: darkgreen;
	height: 30px;
	width: 100%;
	padding-top: 2px;
}
.salebanner_dec h2 {
	letter-spacing: .04em;
}
h1 {
	font-size: 3em;
	line-height: 1em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
p {
	font-size: 1em;
	line-height: 1.25em;
	margin: .5em 0;
}
ul {
	padding: 0 0 0 1em;
}
ol {
	padding: 0 0 0 1em;
}
li {
	margin: .75em 0 0 .25em;
	width: 95%;
}

#nav {
	height: 3em;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index: 5;
}
.navbutton:hover,
.navbutton:focus,
.top:hover,
.top:focus {
	color: #FF9933;
}
.navbutton {
	text-transform: uppercase;
	font-size: 1.25em;
	text-align: center;
	height: 100%;
	padding: .75em 0 0;
	font-family: "bebasneue", Tahoma, Arial !important;
	font-weight: bold;
}
.nav {
	float: left;
	width: 20%;
	height: 100%;
}

}


/* >>> END OF MOBILE STYLES <<< */


/* >>> NON-MOBILE (desktop) <<< */

@media screen and (min-width: 40em) {
h1 {
	font-size: 4.5em;
	line-height: 1em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
p {
	font-size: 1em;
	line-height: 1.35em;
}
ul {
	padding: 0;
}
ol {
	padding: 0 1em;
}
li {
	margin: .75em 0 .75em .5em;
}

}

img { width: auto !important; }

body, .brown_bg {
	background-color: #534741;
}

h1,
h2,
h3,
h4 {
    font-family: "bebasneue", Tahoma, Arial !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.15em;
    text-align: center;
}

h1 b {
    color: #F70400;
}

.content {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.brown { color: #534741; }

.tan_bg {  background-color: #C7B299; }

.tan { color: #C7B299; }

.dark_bg { background-color: #28221F; }

.orange { color: #F15A24; }

.kkp_container {
	width: 850px;
	margin: 2em auto;
	padding-top: 1em;
}


/* share on top */
#kkp_share {
	padding-top: 40px;
	text-align: right;
}

	#kkp_share img {
		padding: 0 .25em;
	}


/* share on bottom */

	#kkp_share2 h1  { font-size: 75pt; }

	#kkp_share2 img { padding: 0 .5em; }

	#kkp_share2 h2 {
		font-size: 30pt;
	}

	#hashtag { font-size: 45pt; line-height: 1.75em; }

	#shareables img { width: 175px !important; }

/* gotags */
#gotags {
	margin-top: 50px;
}

/* faq */

#kkp_faq { padding: 1px 0; }

#kkp_faq * {
	text-align: left;
}

#kkp_faq li { margin-bottom: 2em; }

#kkp {
    position: fixed;
    float: right;
    z-index: 2000;
}

#kkp {
	background-image: url(/img/kkp_badge_50.png);
	width: 50px;
	height: 50px;
	bottom: 60px;
	right: 10px;
}

#kkp {
	background-image: url(/img/kkp_badge_125.png);
	width: 125px;
	height: 125px;
	top: 130px;
	right: 30px;
}

footer {
	color: #c7b299;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}
