/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.navigation {
	background: #000;
	margin: 0;
}

.navigation a, .navigation .current-menu-item a {
	color: #fff;
}

.front-page .tribe-header {
	background: url(http://chadmerrill.com/wp-content/uploads/2016/08/chadweblight.jpg) no-repeat center;
	background-size: cover !important;
	width: 100% !important;
	margin: 0 !important;
	align-items: stretch;
	height: 300px !important;
}

.front-page .tribe-header a {
	background: none !important;
	height: 1px !important;
	width: 1px !important;
}

.front-page h2 {
	width: 100%;
}

.front-page h1 {
	font-size: 49px;
	letter-spacing: 6px;
	line-height: 1;
	text-align: left !important;
	margin: 40px 0 30px !important;
	padding: 20px;
	max-width: 40%;
	min-width: 300px;
	text-transform: uppercase;
	background: rgb(161,161,161);
	background: rgba(161,161,161,0.48);
	color: #fff;
}

.front-page h2, .front-page h3 {
	font-size: 40px;
	text-align: left !important;
}

.front-page .fp-wrap {
	padding: 60px 0;
	max-width: 2000px;
	margin: 0 auto;
}

.fp1 p {
	max-width: 40%;
}

.our-story h2 {
	width: 60%;
	padding: 0 35px;
}

.our-story .button {
	float: right;
	display: block;
	background: none;
	text-decoration: none;
	background-color: #389AD9;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding: 30px 40px;
	width: auto;
	margin: 0 20px;
}

.fp2, .fp3, .fp2 .flex-item {
	background: #F4F4F4;
	border: 0;
}

.fpc {
	width: 30%;
	float: left;
	margin: 10px;
	display: block;
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	width: 95%;
	background-color: #F8F8F8;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: stretch;
	overflow: visible;
	padding: 0;
	margin: auto;
}

.flex-item {
	background-color: #ffffff;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-align-content: stretch;
	-ms-flex-align: stretch;
	align-content: stretch;
	padding: 35px;
	background-color: #fff;
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
	width: 25%;
}

.fp2 .flex-item {
	width: 30%;
}

.flex-container h3 {
	font-size: 28px;
}

front-page .tribe-header, .fp1 p {
	display: none;
}

.our-story .button {
	float: none !important;
	margin: 0 15px;
}

.front-page h2, .front-page h3 {
	width: 90%;
}

.flex-container {
	flex-direction: column;
}

.flex-item {
	width: 80% !important;
	margin: 0 auto;
}

.front-page h1 {
	padding: 10px;
	margin: 0 !important;
}	
}