@charset "utf-8";


#defaultNavbar1 li a {
	color: #666;
	
}

#defaultNavbar1 li a:hover {
	margin-top: 2px;
	display: block;
	background-color: rgba(102,102,102,0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.extraHeight {
	height: 400px;
}


footer {
	text-align: center;
	font-size: small;
	color: #333;
	border-top: thin solid #888;
	margin-top: 10px;
	padding-top: 10px;
}

footer a {
	color: #333;
}

footer a:hover {
	color: #888;
	text-decoration: none;
}

h1 {
	color: #666;
}

h3 {
	text-align: center;
	font-size: medium;
	text-transform: uppercase;
}


.navbar-brand {
	margin-bottom: 10px;
	color: #666;
}


#nimi {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: xx-large;
	text-align: center;
	color: #666;
}




