@import url("mobile.css") (max-width: 767px);
@import url("desktop_tablet.css") (min-width: 768px);


.hero.twoew h1,
.hero.twoew h4 {
	/*  background-color:#000; */
	display: block;
	position: relative;
	padding-left: 0;
}

.hero.twoew h1 {
	color: #efefef;
}

.hero.twoew h4 {
	font-size: 2.2em;
}

.content_centered h2 {
	padding: 60px 0 20px 0;
}

.content_centered h3 {
    padding: 0 0 60px 0;
    text-align: center;
}
h3 {
    font-size: 1.2em;
}
h1, h2, h3 {
    font-family: "Cardo", serif;
    letter-spacing: .03em;
    line-height: 1.25;
}

.excerpt_p p {
	line-height: 1.8em;
}

.yellow {
	color: #dddd3b;
}
.orange {
	color: #d86553;
}
.bold {
	font-weight: 700;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-transform: uppercase;
}

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

img.i {
	width:40px;
}

a.button {
    background: #ca3724;
    color: #efefef;
    padding: 18px 26px;
    width: 25%;
    cursor: pointer;
    text-align: center;
    margin: 6px auto;
		font-size: 14px !important;
		font-family: helvetica;
	}

a.button:hover {
	background: #efefef;
	color: #ca3724;
}

.content a.button {
		text-decoration: none;
}

.excerpt #mc_embed_signup {
	padding: 60px 0;
}

/* MailChimp form */

.response {
		padding: 24px 0;
}
