body.etusivu .etusivu,
body.elokuvat .elokuvat,
body.rekisterointi .rekisterointi,
body.kouluhaku .kouluhaku,
body.ohjeet .ohjeet,
body.yhteystiedot .yhteystiedot
{ border-bottom 	: 2px solid #246e89; }

nav{
	background-color		: rgb(20,20,20);
}
nav.row .container{
	/*background-color 	: rgba(255,255,255,0.2 );*/
	padding						: 0px;
}
nav a{
	vertical-align		: middle;
	/*height				: 55px;*/
	padding				: 22px 20px 22px 20px;
	color				: white;
	text-decoration		: none;
	display				: inline-block;
	border-bottom 		: none;
	vertical-align		: middle;
	font-size			: 15px;
	line-height			: 15px;

}
@media only screen and (max-width: 640px) {
	nav.row .container{
		/*background-color 	: rgba(255,255,255,0.2 );*/
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	nav a{
		padding	: 20px 8px 20px 8px;
	}
}
