
.header_bar {
	min-height: 16px;
}

.footer_bar {
	color: white;
	min-height: 16px;
}

.navbar-inverse .nav-icon {
	color: white;
}

.navbar-inverse .nav-pills li:hover a span {
	color: black;
}

/*
html {
	background-color: #487fb9;
	height: 100%;
}
*/

/*
body {
	background: url('https://source.unsplash.com/twukN12EN7c/1920x1080') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
  }
*/

html {
	/* background-color: lightgray; */
	/* background-color: gainsboro; */
	background-color: ivory;
	background-image: url("/static/img/html_background.png");
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}


body {
	background: transparent;
}

.errorlist {
    color: red;
}

.home-item:hover {
	background-color: lightblue;
}