h1 {
	font-size: 250%;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 30px;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

.paperentry {
	display: block;
	background-color: #f5f5f5;
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	color: black;
	text-decoration: none;
	font-size: 90%;
}
.papercategory {
	display: block;
	background-color: #f0f0ff;
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	color: black;
	font-size: 130%;
	font-weight: bold;
}
.paperentry:hover {
	border: 1px solid #007bff;
	margin: -1px -1px 14px -1px;
	text-decoration: none;
}

.papertitle {
	font-size: 115%;
	font-weight: bold;
}
.paperauthors {
	font-style: italic;
}
.paperpages {
	margin-top: 5px;
	font-size: 80%;
}

.bigpapertitle {
	font-size: 180%;
	font-weight: bold;
}
.bigpaperauthors {
	font-size: 120%;
	font-style: italic;
}


.paperpage {
	margin-top: 20px;
	font-size: 110%;
}
.paperpage h5 {
	margin-top: 30px;
	font-weight: bold;
}

.abstract {
//	margin-top: 20px;
}

/*
 * Sidebar
 */

.sidebar {
//   position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  // padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);

	overflow: visible;
}

.sidebar .nav-link {
  font-weight: 500;
  font-size: 90%;
  color: #333;
  padding: 3px 0px 3px 20px;
}


.sidebar .nav-link.active {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0d6efd;
}

.nav-item > a:hover, 
.nav-item > a:focus {
	background-color: #eeeeee;
}

.sidebar-heading {
	text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #808080;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.paperarrows {
	float: right;
}
.paperarrows a {
	margin-left: 10px;
	margin-right: 10px;
}