@charset "UTF-8";
/* style.css */


/*about*/

body{
font-size:100%;
}

#nav_contact{
	text-decoration:underline;
}

#page .container{
	margin-top:30px;
}

#page .container h2{
	font-size:1.6em;
	font-weight:700;
	margin-bottom:20px;
	text-align:center;
}

/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}

}
/* 640pixel end */

