@charset "UTF-8";
/* CSS Document */

/* reset all defaults */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.php
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: "Istok Web", Helvetica, Arial, sans-serif;
	color: #333;
	background: #FBFAF9;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

.pressimg {
  vertical-align: middle ;
}

.clear-both {
  clear:both;
}

.text-center {
  text-align: center;
}

.text-right {
	text-align: right;
}

/* FONT DEFAULTS */

p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
}

a {
	text-decoration: none;
}

a:hover, a:active {
	color: #622E19;
}

p a, li a {
	color: #6C949C;
	transition: color 0.2s ease 0s;
}

#footer p {
	font-size: 12px;
	line-height: 18px;
}

a, span, strong, em {
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	color: #331A01;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 18px;
	text-align: center;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

h4 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}

h6 {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 8px;
}

.center {
	text-align: center;
}

/* LAYOUT STYLES */

.container {
	max-width: 750px;
	padding: 30px;
	margin: 0 auto;
}

#logo {
	max-width: 260px;
	height: auto;
	margin: 0 auto 30px;
}

.separator { border-top: 1px dashed #ACACAC; height: 0px; margin: 20px 0; }

#footer {
	padding: 40px 0;
	border-top: 1px solid #828282;
	text-align: center;
}

.socialicons svg {
	width: 34px;
	height: 34px;
	margin: 0 2px;	
}

@media all and (min-width: 265px) and (max-width: 524px) {
	.socialicons svg {
	    width: 26px;
	    height: 26px;
	    margin: 0px 1px;
	}
}