@media screen and (max-width: 900px) {
	 * {
		scrollbar-width: auto;
		scrollbar-color: transparent transparent;
	}
	
	h1 {
		font-size: 1.75em;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	h3 {
		font-size: 1.1em;
	}
	
	h4 {
		font-size: 1em;
	}
	
	#logo img {
		display: none;
	}
		
	body {
		margin: 0px auto;
		min-width: 240px;
	}
	
	#fixed {
		position: initial;
		overflow: scroll;
		height: 100%;
		scrollbar-width: initial;
	}
	
	#left {
		width: 0;
		margin: 0;
		padding: 0;
	}
	
	#page {
		max-width: none;
	}
	
	header, .major {
		display: none;
	}
	
	#header {
		background-image: none;
	}
	
	#right {
		margin: 0 10px;
		width: 100vw;
		position: revert;
	}
	
	.cc-grower {
		float: none;
		margin-right: 0;
	}
	
	footer {
		display: none;
	}
	
#nav {
	top: 0;
	margin: 0;
	position: absolute;
	width: 80vw;
	left: 0;
}

	#nav > a {
		width: 3.125em; /* 50 */
		height: 3.125em; /* 50 */
		text-align: left;
		text-indent: -9999px;
		background-color: #F9BC6C;
		color: #fff;
		position: relative;
	}
		
	#nav > a:before,
	#nav > a:after {
		border: 2px solid #fff;
		position: absolute;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
		
	#nav > a:after {
		top: 60%;
	}
		
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
		margin: 0;
		top: 0;
	}
		
	#nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	#nav:target > ul {
		display: block;
		background-color: rgba(249,188,108,.9);
		margin: 0 10px;
		top: 50px;
		width: 70vw;
		z-index: 10;
	}
		
	#nav > ul > li {
		float: none;
		border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
		border-top: 1px solid rgba(255,255,255,.5);
	}
		
	#nav > ul > li > a {
		font-size: 18px;
		color: #fff;
		height: auto;
		text-align: left;
		padding: 0 0.833em; /* 20 (24) */
	}
		
	#nav > ul > li:not( :last-child ) > a {
		border-right: none;
	}
		
	#nav li ul {
		position: static;
		padding: 0; /* 20 */
	}

	#nav li.active a, #nav li:hover {
		color: #fff;
	}
	
	#nav ul {
		box-shadow: none;
	}
	
	#nav ul li {
		background: transparent;
		margin: 0;
		padding: 0;
		border: none;
		border-top: 1px dotted #ccc;
		line-height: 50px;
	}
	
	#nav ul ul{
		margin-left: 0px;
	}
	
	#nav ul li ul li a {
		color: #fff;
		padding: 0 0 0 25px;
	}
	
	#nav ul li ul li ul li a {
		padding-left: 35px;
	}
	
	#nav > a {
	display: none;
	}
	
	article {
		width: 100%;
	}
	nav {
		float: right;
		margin-top: 20px;
		clear: both;
	}
	.sf-menu li:hover > ul,.sf-menu li.sfHover > ul {
		display: block;
		font-size: 15px;
	}
}