body {
	/*font-family: Kai, Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Hiragino Mincho Pro', 'MS PMincho',Georgia, "Times New Roman", Times, serif;
	background: #f8f8f8;
}

/*body {*/
/*	padding-top: 70px;*/
/*}*/

/*Navigation at the top*/
#top-nav .navbar-header {
	float: none;
}
#top-nav li>a {
	padding: 5px 7px;
}

@media (max-width: 1200px) {
	/*doesnt work!*/
	#top-nav.collapse {
		display: none !important;
	}
}
@media (max-width: 768px) {
	body {
		padding-top: 70px;
	}
	body#slideshow-body {
		padding-top: 0;
	}
	#top-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1090;
	}
}

.navbar-default .navbar-brand {
	color: black;
	font-weight: bold;
}
h1.navbar-brand {
	height: auto;
	margin: 0;
	padding: 0 10px;
	font-size: 150%;
	text-align: center;
}
h1.navbar-brand small {
	display: block;
	font-size: 70%;
	color: #777;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.navbar-brand a {
	color: inherit;
	text-decoration: none;
}
h1.navbar-brand a:hover {
	color: black;
}

.jumbotron {
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.errors {
	padding: 5px;
	color: white;
	background-color: hotpink;
}

footer {
	clear: both;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	border-top: 1px solid #eee;
	color: #999;
}

footer a {
	color: inherit;
	text-decoration: underline;
}
