.size10,.size10 a{font-size: 10px;}
.size11,.size11 a{font-size: 11px;}
.size12,.size12 a{font-size: 12px;}
.size14,.size14 a{font-size: 14px;}
.size16,.size16 a{font-size: 16px;}
.size18,.size18 a{font-size: 18px;}
.size20,.size20 a{font-size: 20px;}
.size22,.size22 a{font-size: 22px;}
.size26,.size26 a{font-size: 26px;}
.size30,.size30 a{font-size: 30px;}

p{
	font-size: 14px;
	line-height: 25px;
	word-spacing: 3px;
}
ul.workTitle li{
	font-weight: 700;
	line-height: 16px;
	word-spacing: 3px;
	padding-bottom: 10px;
}
h1{
	color: #333;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 30px;
	line-height: 25px;
}
h3{
	font-family: 'Lato',sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 14px;
}

.location{
	display: block;
	width: 180px;
	padding: 4px;
	text-align: center;
	border: 1px solid #512a16;
}
.subtitle{
	line-height: 17px;
	padding-left: 10px;
	letter-spacing: 0.5px;
}
.bold{
	font-weight: 500;
}
/*textColor*/
.textGrey,
.textGrey p,
.textGrey li{
	color: #696969;
}
.textBright{
	color: #d6cdc4;
}
a.textBright:hover{
	color: #baaa9e;
}
.textWhite{
	color: #FFF;
}
/*list style*/
.hyphenList ul li::before {
	content: "- ";
}
.textGrey{
	color: #333;
}
i{
	font-style: italic;
	font-weight: 300;
}
/*font size*/
.size10{font-size: 10px;}
.size11{font-size: 11px;}
.size12{font-size: 12px;}
.size13{font-size: 13px;}
.size14{font-size: 14px;}


/*Home*/
.homeQuote, .homeQuote>p{
	font-size: 26px;
	font-style: italic;
	width: 80%;
	padding-left: 20px;
	bottom: 10px;
	line-height: 1.428571429;
}
.homeQuote>p{
	width: 100%;
}
.newsBox>h3{
	margin-top: 5px;
}
a.newsBox:hover{
	color: #333;
	background-color: #82f6ff;
}
