body {
	font-family: 'Cardo', serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cardo', serif;
	font-weight: bold;
}

p, li, blockquote, cite, dd, legend {
	font-family: 'Cardo', serif;
	line-height: 1.5;
}

dt, address, table, label {
	font-family: 'Montserrat', sans-serif;
	font-size: smaller;
}

ol {
	list-style: none;
	counter-reset: item;
}

ol li:before {
	  font-family: 'Montserrat', sans-serif;
	  font-size: smaller;
	  counter-increment: item;
	  content: counter(item) '. ';
}

li {
	margin-bottom: 0.25em;
}

blockquote {
	border-left: 1px solid #000;
	padding-left: 30px;
}

cite {
	display: block;
	text-align: right;
}

dt {
	font-weight: normal;
	margin: 30px 0 10px 0;
}

dt:first-child {
	margin-top: 0;
}

code {
	color: #000;
	font-size: smaller;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 0.05em solid #CCC;
	-webkit-box-shadow: inset 0 -4px 0 #CCC;
	box-shadow: inset 0 -4px 0 #CCC;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

a:hover {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
}

address a {
	border-bottom: 1px solid #000;
	box-shadow: none;
}

address a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

body {
	max-width: 794px;
	margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		max-width: 600px;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 7px;
		padding-right: 7px;
	}
}
