body {
	background: #000 url('repeatingbg.png');
	color: #fff;
	position: relative;
	font-family: "Spectral", serif;
	height: 100vh;
  margin: 0;
}

.sidebar {
	background: url('sidebarbg.png') no-repeat;
	background-size: cover;
  height: 100%;
  width: 400px;
  position: fixed;
  left: 0;
	top: 0;
  background-position: top right;
}
.main {
	min-height: 100%;
}
.container {
	margin-left: 400px;
	height: 100vh;
}

a:link, a:visited {
	color: #d4bf99;
	text-decoration: none;
	transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
a:hover, a:active {
	color: #b47861;
}

h1 {
	margin-left: -4000px;
	overflow: hidden;
}
h2, h3 {
	margin: 0 0 10px;
	color: #d3be99;
}
h2 {
	font-size: 16px;
  font-weight: 100;
  letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-size: 15px;
  border-bottom: 1px dashed #d3be99;
  font-weight: normal;
}
h2::before {
	content: '☾⋆⁺₊';
	font-size: 16px;
  margin-right: 15px;
}
h2::after {
	content: '₊⁺⋆✩';
	font-size: 16px;
  margin-left: 15px;
}

.home-link {
	position: absolute;
	bottom: 30px;
	right: 40px;
	font-size: 10px;
}

nav ul {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 40px;
	right: 0px;
}

nav li a {
	font-size: 12px;
	letter-spacing: 5px;
	background: #00000075;
	margin-bottom: 10px;
	padding: 5px 60px 5px 30px;;
	border-left: 4px solid #d6c19b80;
	width: 260px;
  display: block;
  box-sizing: border-box;
	text-transform: uppercase;
}
nav li a.active {
	border-top: 1px solid #d6c19b80;
	border-bottom: 1px solid #d6c19b80;
}
nav li a:hover, nav li a:active {
	border-left: 12px solid #b47861;
}
.content {
	max-width: 500px;
  height: 100vh;
  background: #00000096;
	box-sizing: border-box;
  padding: 20px;
	overflow-y: scroll;
}
ul.nostyle {
	list-style: none;
	padding: 0;
}
ul.nostyle li {
	margin-bottom: 10px;
}
ul.lists-nav, ul.sublists-nav {
	display: flex;
	justify-content: center;
}
ul.lists-nav a:link, ul.lists-nav a:visited {
	background: #d6c19b;
	padding: 5px 15px;
  margin-right: 10px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #d6c19b;
}
ul.lists-nav a.active {
	background: #e7967e;
	border: 1px solid #e7967e;
	text-decoration: underline;
}
ul.lists-nav a:hover, ul.lists-nav a:active {
	background: #000;
	color: #d6c19b;
}
ul.sublists-nav a {
	margin-right: 10px;
}
ul.sublists-nav a.active {
	border-bottom: 1px solid #d6c19b;
}
.review {
	display: flex;
	margin-bottom: 10px;
}
.review p {
	margin-top: 0;
}
.review img, .simple-review img {
	max-height: 150px;
	max-width: 100px;
}
.simple-review img {
	margin: 0 auto;
}
.review img {
	margin-right: 15px;
}
.cols {
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}
.reference-item {
	padding: 10px 10px 0 0;
  width: 50%;
}
.reference-item a {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px;
	display: block;
	border: 20px solid #3f3b32;
	background: url('repeatingbg.png');
}
.main-link {
	margin: 0;
  height: 40px;
}
.reference-item .label {
	margin: 0;
	font-size: 10px;
  text-transform: capitalize;
}
.simple-review {
	flex: 0 0 33.3333%;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding: 15px;
  box-sizing: border-box;
}
.simple-review h4 {
	margin: 10px 0 0;
}
.reviews {
	display: flex;
  flex-wrap: wrap;
}