body {
    max-width: 990px;
    margin: 50px auto;
    background-color: #999;
    font-size: 14px;
}
header {
	width: 100%;
	height: auto;
	background-color: #fff;
}
header > #logo {
  z-index: 666;
}
header > #logo > a > img {
  float: right;
	/* max-width: 300px; */
  margin: 50px 50px 50px 0;
}
ul.nav {
  	color: #555658;
}
ul.nav > li {
	border-right: solid 1px #777;
}

ul.nav > li:last-of-type {
	border-right: none;
}
.navbar,
.navbar-default {
	border: none;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
	transition: 0.3s ease;
  color: #ceaf3c;
}
h1,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus {
  color: #988642;
	background-color: transparent;
	font-size: 14px;
}
.navbar {
	min-height: 20px;
	margin: 0;
	padding-bottom: 20px;
}
.navbar-nav > li > a {
	padding: 0 15px;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.content {
	height: auto;
	display: flex;
	flex-flow: row column;
}
h3,
strong {
  color: #fff;
	font-size: 14px;
}
strong {
	font-weight: normal;
}
.aside {
	position: relative;
	flex: 1 1 25%;
	background-color: #555658;
}
.aside > img {
	width: 100%;
}
.aside > .overlay,
footer > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/pixel_aleana.png');
	background-position: right bottom;
	background-repeat: repeat-y;
	opacity: 0.4;
}
article {
	flex: 1 1 75%;
    color: #fff;
	padding: 50px;
	background-color: #555658;
}
article a,
article a:hover,
article a:active,
article a:focus {
	color: #fff;
}
article > h1 {
  font-size: 18px;
}
article > div {
	min-height: 120px;
	margin-bottom: 50px;
}
article > div > img {
	float: left;
	width: 80px;
	height: 120px;
	background: #fff;
	margin: 0 15px 20px 0;
}
footer {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100px;
	background-color: #fff;
}
footer > .overlay {
	width: 25%;
	background-position: right top;
}
footer > .disclaimer {
	float: right;
  text-align: right;
  padding: 50px;
}
footer > .disclaimer,
footer > .disclaimer > a {
  color: #777;
}

@media (max-width: 767px) {
    body {
    	max-width: 767px;
		  margin: 0 auto;
    }
  .overlay,
	.aside {
      display: none!important;
    }
	article {
		width: 100%;
	}
	header > #logo > a > img {
		float: none;
	  margin: 20px;
	}
	.navbar-nav > li {
	  float: none;
	  display: block;
	}
	ul.nav > li,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:active,
	.navbar-default .navbar-nav > .active > a:focus {
		border-right: none;
		text-align: right;
	}
	footer > .overlay {
		width: 100%;
		background-position: left top;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
		margin: 0 auto;
    	max-width: 991px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    body {
    	max-width: 1199px;
    }
}
@media (min-width: 1200px) {

}
