:root{
	--hover-color:#232101;
	--title-color:#807d46;
	--til-font: font-family: 'Titillium Web', sans-serif;;
}
body{
    background: white !important;
    padding-top:0px;
}
.nav {
  text-align: center;
}
.navbar-nav .nav-item {
  float: inherit;
  display: inline-block;
}
a.nav-link:hover, li.nav-item{
	background:transparent !important;
	color:var(--hover-color);
}
li.active a{
	color:var(--hover-color);
}
.text-black{
	color:black;
}
.til{
	font-family:var(--til-font);
}
.text-bold{
	font-weight:bold;
}
.text-lg{
	font-size:3.5em;
}
h1{
	font-size:2em;
}
h1,h2,h3,h4,h5,h6{
	color:var(--title-color);
}
h2.til{
	margin-bottom:0px;
}
.navbar-toggler{
	background-color: #0404042b;
    border: 1px solid #76754b;
}