body {
        background-color: white;
        font-family: Verdana;
        background-image: url("lib.jpg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
}

header {
	margin: 0 auto;
	background-color: #FF6600;
	width: 70%;
  	display: flex;
	left: 15%;
	height: 4.5em;
	text-align: center;
	font-size: 1em; 
	border: 5px solid #FFA600;
	border-radius: 5px;
	color: #4d0000;
}

header .col-sm-2 a {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}

header .col-sm-8 {
	align-items: center;
	margin-top: 10px;
	font-weight: bolder;
}

#lists {
	color: #4d0000;
	margin-top: 1em;
	font-size: 0.85em;
	border-radius: 5px;
	border: 5px solid #FFA600;
	background-color: #FF6600;
	text-decoration: none;
}

.pdf {
	background-color: red;
	color: white;
}

li > a {
	text-decoration: none;
	color: white;
}

h1 {
	margin-bottom: 0px;
}

h4 {
	margin-top: 0px;
}

div > a {
	text-decoration: none;
	font-weight: bold;
	color: #4d0000;
}

h2 {
	text-align: center;
}
