/*Style is set to override normal style to be displayed on mobile devices*/
@media only screen and (max-width: 700px)
{

	/* HIDE THESE */
	#article-container { display: none;	}
	.iframe-container {	display: none;}
	.nav-bar { display: none; }
	.menu-item-big{ display: none;}
	.footer-company-about{ display: none;}


	/* UPDATE THESE */
	#main-body-container {
		margin: 0 auto; 
		margin-top: 60px;
		margin-bottom: 60px;
		height: 450px;
	}
	
	.footer-distributed{
		font: bold 12px sans-serif;
	}
	.footer-distributed h3{
		padding-top: 15px;
		font-size:22px; 
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.footer-company-name{
		padding-bottom: 30px;
	}
	
	/* ONLY ON MOBILE */
	.mobile-header{
		display:inline
	}
	.mobile-title {
		display:inline-block;
		margin-top: 30px;
		float: left;
		font-family: 'Courier New', Courier, monospace; 
		font-size:22px; 
		color:#DCA04C; 
		font-weight: 900; 
		text-shadow: 0px 1px, 1px 0px, 1px 1px;
	}
	
	.mobile-logo {
		display:inline-block;
		margin-top: 15px;
		float: left;
		display:inline-block;
	}
	
	.mobile-body {
		display:inline-block;
		border:2px solid #404040;
		margin-left: 10px;
		margin-right: 10px;
		background-image: url('/images/old-newspaper-background-blank-paper-990-556.png');
		background-repeat: no-repeat;
		background-size: cover;		
		font-family: 'Courier New', Courier, monospace;
		font-size:14px;     
		color: #404040;
	}
	.mobile-body h1 {
		font-size:18px; 
		margin-left: 15px;
	}
	.mobile-body p {
		margin-left: 15px;
		margin-right: 15px;
	}
	.mobile-body ul li {
		padding-bottom: 10px;
	}
	.mobile-body > li:hover { 
		background: rgba(128, 128, 128, .8);
	}
	.mobile-body a { 
		font-size:16px; 
		color:black; 
		font-weight: bold;
		font-style: underline;
	}
	.mobile-body a:hover { 
		color:#DCA04C; 
	}








}


