/*! Pappy's Coffee Styles */
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Type
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 20px;
	font-size: 2rem;
	font-family: "Raleway", "Verdana", sans-serif, "Verdana", sans-serif;
	line-height: 1.8;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	clear: right;
	font-weight: 300;
	font-family: "Bree Serif", "Verdana", sans-serif;
	color: #000033;
	-ms-word-break: break-word;
	word-break: break-word;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-family: "Raleway", "Verdana", sans-serif, "Verdana", sans-serif;
	margin-bottom: 1.5em;
}

.section-header {
	clear: none;
	text-align: center;
	font-size: 26px;
	margin: 2rem 0;
}

a,
a:visited {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 500px) {
	p {
		font-size: 1.6rem;
	}
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.container {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 1800px;
}

.content {
	width: 100%;
	background: #fff url("/img/bottomBeans.png") no-repeat left bottom;
	padding: 5rem 6rem;
}

@media screen and (max-width: 500px) {
	.content {
		padding: 3rem 2rem;
	}
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff url("/img/greyBeans.png") no-repeat right top;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.header-logo {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 300px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 1em 1em 0em 3em;
}

.header-logo img {
	max-width: 100%;
	height: auto;
}

.header-text {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

@media screen and (max-width: 500px) {
	.header {
		display: block;
	}
	.header-logo {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1049px) {
	.header-text,
	.header-text h1 {
		display: none;
	}
}

.navigation {
	margin: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.menu {
	margin-left: 1em;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.menu li {
	border-bottom: 2px solid white;
}

.menu li:hover {
	border-bottom: 2px solid #993333;
	border-bottom: 2px solid #810800;
}

.menu a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-family: sans-serif;
	letter-spacing: 1px;
	padding: 1rem;
	color: #000033;
}

.menu a:hover {
	background: #fff;
	color: #993333;
	color: #810800;
}

.slicknav_menu {
	background: none;
	display: none;
}

.slicknav_btn {
	text-shadow: none;
	background-color: #993333;
	background-color: #810800;
}

.slicknav_nav {
	color: #993333;
	color: #810800;
}

.slicknav_nav a {
	color: #993333;
	color: #810800;
}

.slicknav_nav a:hover {
	background-color: #000033;
	color: #fff;
}

@media screen and (max-width: 500px) {
	.slicknav_menu {
		display: block;
	}
	.menu {
		display: none;
	}
}

/*--------------------------------------------------------------
Parallax/Slider
--------------------------------------------------------------*/
/* Parallax Photos */
.big-image {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: transparent;
	width: 100%;
	min-height: 600px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 700px) {
	.big-image {
		min-height: 450px;
	}
}

@media screen and (max-width: 500px) {
	.big-image {
		min-height: 300px;
	}
}

.big-image img {
	max-width: 100%;
	max-height: auto;
}

.big-text {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-family: "Bree Serif";
	font-size: 60px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	color: #810800;
}

/* Parallax Photos End */
/* Slider Photos */
.big-slider-image {
	clear: both;
	display: block;
	position: relative;
	max-height: 700px;
	overflow: hidden;
}

.big-slider-image img {
	max-width: 100%;
	max-height: auto;
	display: block;
}

.big-slider-text {
	display: block;
	position: absolute;
	width: inherit;
	background-color: rgba(255, 255, 255, 0.6);
	top: 430px;
	z-index: 9999;
	color: #810800;
	text-align: center;
	vertical-align: middle;
	font-family: "Bree Serif";
	font-size: 60px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.page .service .big-slider-text {
	color: #810800;
}

@media screen and (max-width: 900px) {
	.big-slider-text {
		top: 45%;
	}
}

@media screen and (max-width: 1100px) {
	.big-slider-text {
		font-size: 36px;
	}
}

@media screen and (max-width: 500px) {
	.big-slider-text {
		font-size: 18px;
	}
}

/* Slider Photos End */
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.call-to-action {
	clear: both;
	background: #bbb url("/img/bigBeansGrey.png") no-repeat right top;
	padding: 2rem;
}

.call-container {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.call-text {
	width: 300px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	color: #fff;
	font-weight: bold;
}

.email-form {
	padding: 2rem;
	max-width: 700px;
	font-weight: 700;
}

.email-form input {
	width: 100%;
}

@media screen and (max-width: 700px) {
	.call-container {
		display: block;
	}
	.call-text {
		width: 100%;
		margin: 2rem;
	}
}

.bullet-list {
	list-style: circle;
	margin-left: 4rem;
	margin-bottom: 2rem;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
figure {
	margin: 0;
}

figcaption {
	font-family: "Bree Serif";
	font-size: 1.6rem;
	text-align: center;
}

.index-images {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
}

.index-images .index-img {
	width: 34%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 1rem;
	position: relative;
}

.index-images .index-img img {
	width: 100%;
}

@media screen and (max-width: 700px) {
	.index-images {
		display: block;
	}
	.index-images .index-img {
		width: 100%;
	}
}

.linkbox-text {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 90%;
	display: block;
	position: absolute;
	top: calc(100% / 1.5);
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: "Bree Serif";
	letter-spacing: 2px;
}

.linkbox-text a {
	color: #fff;
	text-decoration: none;
}

#lightgallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#lightgallery img {
	height: 300px;
	max-width: 100%;
	margin: .5em;
}

#lightgallery p {
	font-size: 1.2rem;
	max-width: 100%;
}

@media screen and (max-width: 599px) {
	#lightgallery {
		display: block;
	}
	#lightgallery img {
		height: auto;
		max-width: 100%;
		margin: .5em;
	}
	#lightgallery p {
		font-size: 1.2rem;
		max-width: 100%;
	}
}

.badge {
	position: relative;
	z-index: 999;
	bottom: -70px;
	right: 100px;
	max-width: 200px;
}

.badge img {
	max-width: 100%;
}

@media screen and (max-width: 1099px) {
	.badge {
		display: none;
		bottom: -30px;
		right: 50px;
		max-width: 100px;
	}
}

.align-left {
	clear: both;
	max-width: 320px;
	float: left;
	margin: 1rem 1rem 2rem 3rem;
}

.align-left img {
	width: 100%;
}

.align-right {
	clear: both;
	max-width: 320px;
	float: right;
	margin: 1rem 3rem 2rem 1rem;
}

.align-right img {
	width: 100%;
}

@media screen and (max-width: 700px) {
	.align-left,
	.align-right {
		max-width: 100%;
		float: none;
		margin: 1rem 2rem;
	}
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
	width: 100%;
	height: 100px;
	background: #fff url("/img/bottomBeans.png") no-repeat left bottom;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.footer-text {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	font-size: 14px;
	font-family: sans-serif;
	color: #222;
	text-align: right;
	padding: 2rem 2rem 0 0;
}

/*# sourceMappingURL=maps/style.css.map */
