@charset "UTF-8";

*,
*::before,
*::after
{
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}
*
{
	background-clip: padding-box;
	color: inherit;
	cursor: inherit;
	font: inherit;
	line-height: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
}
html,
body
{
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans','Arial',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 100vh;
	line-height: 2.3ex;
	min-height: 100vh;
	min-width: 100vw;
	overflow: hidden;
	width: 100vw;
}
body
{
	overflow: auto;
}
br
{
	line-height: 1rem;
	clear: both;
}
a,
label
{
	cursor: pointer;
}

.text-light-gold
{
	color: #434130;
}
.block-light-gold
{
	background-color: #7e7e5d;
	color: #fff;
}
.block-dark-gold
{
	background-color: #434130;
	color: #fff;
}
.orange
{
	background-color: #f06724;
	color: #fff;
}
.lh3
{
	line-height: 3ex;
}
@media (min-width: 768px)
{
	#navbarNavTop ul li:nth-of-type(2)
	{
		margin-left: 6rem;
		margin-right: 6rem;
	}
}
.logo-text
{
	font-family: 'LTC Californian','Arial',sans-serif;
}