/* Set the width of the entire site */
.container {
	max-width: 750px !important;
}
/* Set the background color of the entire site */
.front {
	background: rgb(255, 252, 221);
}
body {
	font-size: 18px;
	font-weight: 400;
	color: rgb(88, 77, 77);
}
h1 {
	font-size: 28px;
}
li {
	margin-bottom: .75em;
}
.main-container a {
	color: rgb(88,77,77);
	text-decoration: underline;
}
.main-container a:hover {
	text-decoration: underline;
}
.main-container a:visited {
	color: rgb(121,121,121);
}

a:hover {
	color: black;
}
/* Set the style for navigation bar */
.navbar {
	border-radius: 0;
	margin-bottom: 30px;
}
.navbar-default {
	background: none;
	border: none;
	border-bottom: 1px solid gray;
}
/* Set navigation item style */
@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
}
.navbar-default .navbar-nav>.active>a {
	font-weight: bold;
}
.navbar-default .navbar-toggle {
	border-color: #777;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #777;
}
.navbar-default .navbar-collapse {
	border-color: #777;
}
/* Set navigation item hover style */
.navbar-default .navbar-nav>.active>a:hover {
	color: #463C3C;
}
/* Set navigation item alignment */
.navbar-default .navbar-nav {
	text-align: center;
}
.navbar-nav>li {
}
.navbar-default .navbar-nav>li>a {
	font-size: 1em;
	line-height: 30px;
}
/* Set page header style */
.page-header {
	font-size: 1.3em;
	color: rgb(167, 167, 167);
	font-weight: bold;
	border-bottom: none;
}
.title-container {
	text-align: center;
}
#vlad_wrap {
	margin-bottom: 2em;
}
#vlad_pic {
	margin-bottom: 2em;
}
#vlad_name {
	width: 100%;
	max-width: 421px;
	margin-bottom: 1em;
}
#math_name {
	width: 100%;
	max-width: 201px;
}
.block-title {
	color: rgb(88,77,77);
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.univalent-blocks {
	margin-top: 2em;
}
.views-row {
	margin: .75em 0;
}
/* Set Footer style */
.footer {
	border: none;
}
/* Fix Bootstrap theme causing Biblio sort img to display as block*/
#biblio-header img {
	display: inline-block;
}
