/* @override http://remco.loc/templates/css/site.css */

/*
Orange #DA9D29
*/


body {
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
}


.orangeBG {
	background-color: #DA9D29;
	color: #FFF;
}

.orangeBG h1, .orangeBG h2, .orangeBG h3, .orangeBG h4, .orangeBG a {
	color: #FFF;
}

.orangeBG a {
	color: #FFF;
	text-decoration: underline;
}
.orangeBG a:hover {
	text-decoration: none;
}


div.text-box {
	padding: 1.5rem;
}

p {
	margin: 0;
	font-size: 1rem;
	line-height: 140%;

}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2rem;
}


.column,
.columns {
	padding-left: 0;
	padding-right: 0;
}


.icon-link {
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.icon-link.fb {
	background: url(../../images/icon_fb.png) no-repeat left center;
	background-size: 40px;
}

@media only screen and (min-width: 40.063em) {
	div.text-box {
		padding: 3rem;
	}
	p {
		margin: 0;
		font-size: 1.1rem;
	}
	h2 {
		font-size: 1.6rem;
	}
}