@media screen and (min-width: 1200px) {
	body {
		/*background-color: red;*/
		font-size:100%;     
	}  
	#mobileNav {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	body {
		/*background-color: orange;*/
		font-size:98%;    
	}
	#mobileNav {
		display: none;
	}
	nav ul li.four {
		display: inline;
		font-size: 1em;
		float: left;
		text-align: center;
		width: 24%;
	}
	nav ul li.four-on {
		background-color: rgba(32, 69, 124, .7);/*#20457C*/
		display: inline;
		font-size: 1em;
		float: left;
		text-align: center;
		width: 24%;
	}
	nav ul li.eight {
		display: inline;
		font-size: 1em;
		float: left;
		text-align: center;
		width: 24%;
	}
	nav ul li.eight-on {
		display: inline;
		background-color: rgba(32, 69, 124, .7);/*#20457C*/
		font-size: 1em;
		float: left;
		text-align: center;
		width: 24%;
	}
	input.searchbox {
		margin-left: 3em;
		width: 16%;
	}
	h3 {
		padding-top: 1%;
		line-height: 1.2em;
	}
	aside {
		margin-left: 7.375em;
		width:78%;	
	}	
	aside h4 {
		padding-top: 1%;
	}
	aside p {
		font-size: 1em;
		padding-top: 1%;
	}
	#content, #linux, #serviceDetails {
		float: none;
		line-height: 1.5em;
		margin-left: 8.375em;
		margin-top: 2%;
		width:78%;	
	}
	#serviceList, #moreLinux, #serviceContact, #classContact,#aboutMe{
		width: 75%;
	}
	#rightColumn {
		float: left;
		margin-left: 1%;
		width: 41%;
	}
	#copyright ul {
		padding-left: 30%;
		padding-right: 30%;
	}
}	

@media screen and (max-width: 1100px) {
	body {
		/*background-color: yellow;*/
		font-size:96%;    
	}
	#mobileNav {
		display: none;
	}
	article {
		background-color: #ffffff;
		float: left;
		height: 100%;
		width: 57%;
	}
	article h3 {
		font-size: 150%;
	}
	input.searchbox {
		margin-left: 3em;
		width: 14%;
	}
	aside {
		margin-left: 6.375em;
		width:80%;	
	}	
	footer ul {
		padding-left: 40%;
		padding-right: 40%;
	}
	#content, #linux, #serviceDetails {
		float: none;
		line-height: 1.5em;
		margin-left: 6.375em;
		margin-top: 2%;
		width:78%;	
	}
	#rightColumn {
		float: left;
		width: 41%;
	}
	#serviceList, #moreLinux, #serviceContact, #classContact,#aboutMe{
		width: 85%;
	}
	#copyright ul {
		padding-left: 28%;
		padding-right: 28%;
	}
}

@media screen and (max-width: 1000px) {
	body {
		/*background-color: green;*/
		font-size:92%;    
	}
	#mobileNav {
		display: none;
	}
	article {
		background-color: #ffffff;
		float: left;
		height: 100%;
		width: 57%;
	}
	article h3 {
		font-size: 135%;
	}
	aside {
		margin-left: 4.375em;
		width:84%;	
	}
	#content, #linux, #serviceDetails {
		float: none;
		line-height: 1.5em;
		margin-left: 4.375em;
		margin-top: 2%;
		width: 85%;	
	}
	#serviceList, #moreLinux, #serviceContact, #classContact,#aboutMe{
		width: 85%;
	}
	#copyright ul {
		padding-left: 26%;
		padding-right: 26%;
	}
}

@media screen and (max-width: 900px) {
	body {
		/*background-color: blue;*/
		font-size:88%;    
	}
	#mobileNav {
		display: none;
	}	
	aside {
		margin-left: 5.375em;
		width:84%;	
	}
	aside p{
		font-size: 115%
	}	
	footer ul {
		padding-left: 38%;
		padding-right: 38%;
	}
	#content, #linux, #serviceDetails {
		float: none;
		line-height: 1.5em;
		margin-left: 6.375em;
		margin-top: 2%;
		width: 80%;	
	}
	#serviceList, #moreLinux, #serviceContact, #classContact,#aboutMe{
		width: 85%;
	}
	#copyright ul {
		padding-left: 24%;
		padding-right: 24%;
	}
}

@media screen and (max-width: 800px) {
	body {
		/*background-color: purple;*/
		font-size:84%;    
	}
	article {
		background-color: #ffffff;
		float: left;
		height: 100%;
		width: 60%;
	}
	article h3 {
		font-size: 130%;
	}
	aside {
		margin-left: 3em;
		width:89%;	
	}
	aside p{
		font-size: 115%
	}	
	footer ul {
		padding-left: 38%;
		padding-right: 38%;
	}
	#content, #linux, #serviceDetails {
		float: none;
		line-height: 1.5em;
		margin-left: 3.375em;
		margin-top: 2%;
		width:85%;	
	}
	#serviceList, #moreLinux, #serviceContact, #classContact,#aboutMe {
		width: 90%;
	}
	#rightColumn {
		float: left;
		width: 41%;
	}
}

@media screen and (max-width: 700px) {
	body {
		/*background-color: pink;*/
		font-size:80%;    
	}
	nav {
		display: none;
	}
	article {
		background-color: #ffffff;
		float: left;
		height: 100%;
		margin-top: 1%;
		width: 100%;
	}
	article h3 {
		font-size: 130%;
	}
	article.training {
	margin-right: 4%;
	width: 90%;
	}
	article.training h3 {
		color: #2C4E81;
		margin-top: 2%;
		padding-bottom: 2%;
	}
	article.training p {
		font-weight: normal;
		line-height: 1.2em;
		padding-bottom: 2%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: left;
	}
	table {
		padding-left: 2%;
		padding-right: 2%;
	}
	aside {
		display: none;
	}
	footer {
		background-color: #2C4E81;
		/*background-color: rgba(32, 69, 124, 1);*/
		float: left;
		line-height: 1%;
		padding-top: 1%;
		padding-bottom: 1%;
		width: 100%;
	}
	footer ul {
		padding-left: 34%;
		padding-right: 34%;
	}
	#company {
		font-size: 95%;
		padding-bottom: 1%;
	}
	#contactMe a{
		display: none;
	}
	#content, #linux, #serviceDetails {
		float: none;
		line-height: 1.5em;
		margin-left: 7%;
		margin-top: 2%;
	}
	#serviceList, #moreLinux, #serviceContact, #classContact,#aboutMe {
		margin-left: 5%;
		width: 100%;
	}
	.rightColumn {
		display: none;
	}
	.contactMe {
		margin-left: 2%;
		width: 90%;
	}
	#rightColumn {
		float: none;
		width: 90%;
	}
	#aboutMe ul li {
		margin-right: 25%;
	}
	#thx {
		float: none;
		line-height: 1.5em;
		margin-left: .375em;
		margin-right: .375em;
		margin-top: 2%;
		width:80%;	
	}
	#thx p {
		margin-left: 2%;
		margin-right: 2%;
		text-align: center;
	}
	#thx h3{
		margin-bottom: 1%;
		margin-left: 2%;
		margin-top: 1%;
		text-align: center;
	}
	#thx article{
		border: 2px solid black;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,1);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,1);
		float: left;
		margin-bottom: 21%;
		margin-left: 15%;
		margin-top: 1%;
		padding-left: 1%;
		padding-right: 1%;
		width: 90%;
	}
	#copyright ul {
		padding-left: 16%;
		padding-right: 16%;
	}
	#mobileNav {
		display: block;
	}
	.nav-button, .primary-nav {
		display: block;
	}

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}

	.phone {
		display: block;
		position: absolute;
		top: 7px;
		right: 70px;
		width: 50px;
		height: 35px;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 999;
	}
	.phone img {
		margin-left: 2%;
		padding-top: 1%;
		max-width: 22px;
		max-width: 22px;
	}

	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #2C4E81;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
}
@media screen and (max-width: 400px) {
	body {
		/*background-color: pink;*/
		font-size:80%;    
	}
	footer ul {
		padding-left: 26%;
		padding-right: 26%;
	}
	#copyright ul {
		padding-left: 4%;
		padding-right: 4%;
	}
}