body, header, h1, h2,
h3, div {
	font: 14px/16px normal normal Arial, sans-serif;
}

html, body {
	background-color: #fff;
}

header {
	background-color: #5381AC;
	
}

footer {
	background-color: #5381AC;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

footer p {
	color: #fff;
	text-align: center;
	padding: 5px;
}
header h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	font-family: Rockwell, Arial, sans-serif;
	margin: 0 auto;
	padding: 25px;
	height: 100%;
	
}
header h1 a {
	color: #fff;
	text-decoration: none;
}
/*--------------------------------------------------*/
.header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #D8D8D9;
	color: #333;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
	color: #333;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
/*--------------------------------------------------*/
section {
	width: 100%;
	height: 500px;
	background-color: #fff;
	overflow-y: hidden;
	text-align: center;
	margin: 5px auto;
}

.image {
	height: 500px;
	width: auto;
	vertical-align: text-top
}

section header {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #616265;
	margin: 0 auto;
	padding: 10px;
	height: 100%;
	background-color: #fff;
}

#sidebar {
	margin-top: 40px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
}

#sidebar li {
	display: block;
	color: #5381AC;
	margin: 0 auto;
	padding: 3px;
}

#sidebar li a {
	display: block;
	color: #5381AC;
	padding: 14px 16px;
	text-decoration: none;
}

#sidebar li a:hover {
	background-color: #616265;
	color: #D8D8D9;
}

#sidebar li a:active {
	background-color: #D8D8D9;
	color: #616265; 
}

input[type=text], input[type=date], input[type=datalist], input[type=label] {
	display: block;
	margin: 0 auto;
}

input[type=search] {
	float: right;
}
