

/*MAIN*/
body { 
	font-size:15px;
	
	font-family:"Roboto Condensed",sans-serif;
	background: url(../m_img/bg.jpg) no-repeat center;
	color: #555;
}

a {
  color:#489597;
  text-decoration:none;
  background-color: white;
}

a:hover { 
  color:#000;
 
}

a2
{
font-family:"Roboto Condensed",sans-serif; 
color: #000000;
font-size: 15pt ;
}

a3
{
font-family:"Roboto Condensed",sans-serif; 
color: #489597;
font-size: 20pt ;
}

a4
{ 
font-family:"Roboto Condensed",sans-serif; 
color: #FFFFFF;
font-size: 12pt ;
}

a5
{
font-family:"Roboto Condensed",sans-serif; 
color: #489597;
font-size: 14pt ;
}

a6
{
font-family:"Roboto Condensed",sans-serif; 
color: #000000;
font-size: 12pt ;
}



header {

	background: url(../img/header.jpg);
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	z-index: 100;

}


footer {

	background: url(../img/header.jpg);
	width: 100%;
	left: 0;
	
	

}

#logo{

	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../m_img/logo.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../m_img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {
	
	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

h1 {

	font-size: 2em;
	color: #000000;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}