/****************************************/
/* CUSTOM FONTS
/****************************************/



/****************************************/
/* HTML ELEMENTS 						*/
/* including Eric Meyer’s CSS Reset 	*/
/****************************************/
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, input, textarea, header, nav, section, article, aside, figcaption, figure, footer /* HTML5 tags too */ {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html {
}
body { 
	position: relative;
	overflow-x: hidden;
	font-family: 'Heebo', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000;
}
a {
	text-decoration: none; 
	color: #002e47;
	-webkit-transition: color 0.2s ease;
			transition: color 0.2s ease;
} 
a:hover, 
a:active, 
a:focus,
a.active,
li.active > a {
	color: #8c7857;
}
h1,
h2,
h3,
h4 {
	margin: 0.75em 0 0.5em 0;
	line-height: 0.8em;
}
h1 {
	font-size: 64px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 18px;
}
p {
	line-height: 1.25em;
}
p:not(:last-child) {
	margin-bottom: 1em;
}
p.small-margin {
	margin-bottom: 0.25em;
}
ol, 
ul { 
	list-style: none; 
}
img {
	max-width: 100%;
}
textarea{ 
	resize: none; 
	overflow: hidden; 
}

b,
strong {
	font-weight: 400;
}

@media (min-width : 1600px) {
	h1,
	h2,
	h3,
	h4 {
	}
}

/****************************************/

