/* --- RESET CSS --- */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/Sans-Regular-Pro/SourceSansPro-Regular-webfont.eot');
    src: url('../fonts/Sans-Regular-Pro/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sans-Regular-Pro/SourceSansPro-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Sans-Regular-Pro/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../fonts/Sans-Regular-Pro/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Sans-Regular-Pro/SourceSansPro-Regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	font-family: 'source_sans_proregular';
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	/*background:#dbd0ba;*/
	background: #fefcea;
	background: -moz-linear-gradient(top,  #fefcea 0%, #dbd0ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#dbd0ba));
	background: -webkit-linear-gradient(top,  #fefcea 0%,#dbd0ba 100%);
	background: -o-linear-gradient(top,  #fefcea 0%,#dbd0ba 100%);
	background: -ms-linear-gradient(top,  #fefcea 0%,#dbd0ba 100%);
	background: linear-gradient(to bottom,  #fefcea 0%,#dbd0ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#dbd0ba',GradientType=0 );
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	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 img{
	border:none;
}
h2{
	color: #b83d40;
}
h3{
	margin-bottom: 20px;
}