﻿* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background: #ebf3f3;
	font: 14px/20px Arial, san-serif;
	color: #555;
	margin: 0;
}
h1 {
	text-align: center;
	font-size: 180%;
	line-height: 120%;
	padding: 5% 0;
	color: navy;
}
h2 {
	text-decoration: underline;
	line-height: 280%;
	padding-left: 2%;
}
h3 {
	line-height: 110%;
	padding: 5% 0;
}
p {
	padding: 1%;
	text-align: justify;
	color: navy;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
header {
	background: #388E8E;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.70;
}
#logo {
	margin: 20px;
	float: left;
	width: 200px;
	height: 100px;
}
#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: url(http://www.w3newbie.com/wp-content/uploads/icon.png) center;
}
nav {
	float: right;
	padding: 35px 20px 20px 0;
}
#menu-icon {
	display: hidden;
	width: 40px 40px;
	background: url(http://www.w3newbie.com/wp-content/uploads/icon.png) center;
}
a:hover menu-icon {
	border-radius: 4px 4px 0 0;
}
ul {
	list-style: none;
}
nav ul li {
	display: inline-block;
	float: left;
	padding: 10px;
	font-size: 20px;
	}
.current {
	color: #fff;
	text-decoration: underline;
}
#doc {
	margin: 40px 0 0 0;
}
#content {
	margin: 0 auto;
	max-width: 570px;
	margin-top: 55px;
}
.welcome h1 {
	text-align: left;
	text-indent: 3%;
	font-size: 180%;
	line-height: 120%;
	padding: 1% 0;
	color: navy;
}
.welcome h2 {
	text-decoration: none;
	text-indent: 2%;
	line-height: 180%;
	padding-left: 1%;
	color: navy;
}
.welcome h3 {
	line-height: 110%;
	padding: 1% 3%;
	color: navy;
}

.blueberry {
	max-width: 960px;
	margin-top: 110px;
}
section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-aign: center;
}
.clear {
	clear: both;
}
article {
	float: left;
	margin: 0 auto;
	width: 50%;
	height: auto;
	padding: 4%;
	color: purple;
}
aside {
	float: right;
	margin: 0 auto;
	width: 35%;
	height: auto;
	padding: 3%;
	color: purple;
}
ul.gym li {
	padding-left: 3%;
}
footer {
	text-align: center;
	background: #388E8E;
	width: 100%;
	height:200px;
	overflow: hidden;
	opacity: 0.90;	
}
footer p, h3 {
	color: #purple;
}
footer p a {
	color: #fff;
	text-decoration: none;
}ul.social li {
	display: inline;
	text-align: center;
}
ul.social li img {
	height: 50px;
}
footer.second {
	border-top: 1px solid #4d4e50;
	background-color: #163838;
	max-height: 50px;
	text-align: center;
	color: white;
	opacity: 0.95;
}




====================MEDIA===============================================*/
@media screen and (max-width: 478px) {
	body {
		position: absolute;
	}
}
@media screen and (max-width: 740px) {
	header {
		position: absolute;
	}
	#menu-icon {
		display: inline-block;
}
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #405580;
		border: 1px solid #FFF;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 2px 0 2px 2px;
	}
	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	nav:hover ul {
		display: block;
	}
		section {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	article {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	aside {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
}
