/* design-5 mobile stylesheet */

body {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	/*background-image: see specific color stylesheet */
	background-repeat: repeat-y;
	background-size: cover;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
}

#main {
	max-width: 95%;
	margin: auto;
	padding: 0;
}

a:link, 
a:visited, 
a:hover, 
a:active  {
	text-decoration: none;
}

/* don't display these on mobile */ 
#right-col,
#left-col,
#center-col #center-left-col,
#center-col #center-left-col nav,
#horizontal-bar
{ 
	display: none;
}

/* phones */
@media (max-width: 640px) {  /* some styles for LT 361px are located below */

	#center-col {
		max-width: 100%;
		margin: 1em .5em 0 .5em; 
		padding: .5em;
		height: 100%;
		-webkit-box-shadow: 0.500em 0.750em 0.188em rgba(0,0,0,0.3);
		-moz-box-shadow: 0.500em 0.750em 0.188em rgba(0,0,0,0.3);
		box-shadow: 0.500em 0.750em 0.188em rgba(0,0,0,0.3); 
	}

	#center-col header {
		max-width: 100%;
		margin: 1% 0 0 0;
		padding: 0 0 0 0;
		font-family: Helvetica, Arial, sans-serif;
		text-align: center;
	}
	
		#center-col header h1 {
			font-size: 1.5em;
			font-weight: normal;
			font-family: Helvetica, Arial, sans-serif;
			letter-spacing: .02em;
			text-transform: uppercase;
			margin: 0;
			padding-right: 0;
		}
		
		#center-col header h3 {
			font-size: .9em;
			font-weight: normal;
			text-align: center;
			margin: 0.313em 0;
			padding: 0;
		}

	#center-col .social-media {
		float: left;
		width: 100%;
		margin: 1em 0 1em 0;
		list-style-type: none;
		padding: 0;
	}
	
		#center-col .social-media ul {
			padding: 0;
			margin: 0;
		}
	
		#center-col .social-media li {
			display: inline;
			float: left;
			text-align: center;
			width: 30%;
		}
		
		#center-col .social-media a {
			display: block;
			
		}
		
		#center-col .social-media img {
			width: 40%;
		}

	#center-col > nav {
		clear: both;
		line-height: 1.5;
		margin: 1em;
		background-color: #E3E3E3;
		border: 1px solid #CCC;
	}
		
	#center-col > nav > ul {
		list-style-type: none;
	}

	#center-col #horizontal-bar-mobi {
		clear: both;
		max-width: 98%;
		height: auto;
		padding: .1em .5em;
		margin: 1em 0 0 0;
	}

		#center-col #horizontal-bar-mobi h3 {
			font-size: .95em;
			font-weight: normal;
			float: left;
			margin-bottom: 0.313em;	
			font-family: Helvetica, Arial, sans-serif;
			letter-spacing: .025em;
		}
	
		#center-col #horizontal-bar-mobi p {
			clear: both;
			font-size: 0.8em;
			line-height: 1.5em;
			text-align: left;
			padding: 0;
		}
		
		#center-col #horizontal-bar-mobi img {
			float: left;
			padding: 0.625em 0.625em 0.625em 0;	
			max-width: 6.250em;
			max-height: 6.250em;
		}
		
		#center-col #horizontal-bar-mobi a, 
		#center-col #horizontal-bar-mobi a:visited {
			text-decoration: underline;
			font-style: italic;
		}
	
	div.header-menu {
		display: inline-block;
		padding: 0;
		width: 98%;
		float: right;
	}

		div.header-menu > ul {
			margin: .25em 0;
			float: right;
		}

		div.header-menu ul li.menu-icon {
			list-style-type: none;
			margin-left: -2em;
			float: right;
		}
	
		div.header-menu > nav > ul > li {
			margin-left: 0;
		}
	
		.header-content {
			clear: both;
		}

#center-right-col {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

	#center-right-col h2 {
		font-size: 1em;
		letter-spacing: .04em;
		font-weight: bold;
		margin-top: 1.10em;
		margin-bottom: .7em;
	}
	
	#center-right-col p,
	#center-right-col table,
	#center-right-col ul,
	#center-right-col ol,
	#center-right-col label,
	#center-right-col input,
	#center-right-col textarea,
	#center-right-col select {
		font-size: .75em;
		letter-spacing: 0.03em;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 1.4em;
	}
	
nav {
	width: 90%;
	margin: 5em 0 1em 0;
	text-align: left;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: .05em;
	clear: both;
	background-color: rgba(255,255,255,0.75);
	border: 1px solid #ccc;
	padding: 1em;
}

	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	nav ul li {
	}
	
	nav ul a {
		display: block;
		padding: 0 0 1.2em 0;
		text-decoration: none;	
	}
	
	nav a:link, 
	nav a:visited, 
	nav a:hover, 
	nav a:active {
		text-decoration: none;	
	}
	
	nav a:active {
		font-weight: bold;
	}

footer {
	clear: both;
	padding-top: 1em;
	margin-bottom: 1em;
	max-width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: .86em;
	text-align: center;
	letter-spacing: 0.094em;
}

	footer #logo img {
		align: center;
		padding: .5em 0 .5em 0;
		border-top: 0.125em solid;
	}
	
	footer h4 {
		font-size: 0.54em;
		font-weight: normal;
		text-transform: uppercase;
		margin: 2em 0 0 0;
	}
	
	footer p {
		font-size: 0.54em;
	}

	footer p + p {
		margin: 0 0 3em 0;
	}

	.no-wrap {
		text-wrap: none;
	}
	
}

@media(min-width:490px) and (max-width:640px) {
	#mobile-nav-btn {
		width: 60%;
	}
	
	#center-col .social-media {
		margin-top: 0;
	}
}
