@media only screen and (min-width: 1141px) {
/*-----BODY -----*/
	body {}

/*-----WRAPPER -----*/
	#wrapper {}

/*-----CONTAINER -----*/
	#container {
		margin: 0 auto;
		border: 1px solid #888;
	}

/*-----HEADER -----*/
	header hgroup img {
		width: 18%;
	}

	.banner {
		display: none;
	}


/*-----NAVigation -----*/
	.navbarWrapper {
		background-color: #A9B409;
		height: 36px;
	}

	.navbarWrapper .left {
		background-color: #003768;
		width: 92%;
		height: 36px;
	}

	.navbarWrapper .left .middle {
		background-color: #75110C;
		float: right;
		width: 73%;
	}

	nav {
		width: 100%;
		padding: 0;
	}

	nav ul {
		display: flex !important;
		background-color: #75110C;
		padding: 0;
		flex-direction: row;
	}

	nav ul li {
		border-bottom: initial;
		border-right: 1px solid white;
		box-shadow: inset 0 0 6px 5px #350805;
		font-size: 15px;
		min-width: 100px;
	}

	nav ul li:last-of-type {
		border-right: initial;
	}

	nav ul li a {
		color: white;
	}


/*-----CONTENT -----*/
	.contentWrapper {
		background-color: #6D7406;
	}

	.contentWrapper .left {
		background-color: #888888;
		width: 92%;
	}

	.contentWrapper .left #content {
		background-color: #cccccc;
		clear: both;
    margin-left: 27%;
		width: 73%;
	}

	#demo-output img {
		margin-left: 10px;
		width: 50%;
	}

/*----- FOOTER -----*/
.footerWrapper {
	background-color: #A9B409;
}

.footerWrapper .left {
	width: 92%;
}

.footerWrapper .left footer {
	background-color: #999999;
	margin-left: 27%;
	width: 73%;
}
