@charset "utf-8";
/* CSS Document */

#background {
	background-image: image("images/background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.navigation-bar{
	background-color: white;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 1000px;
	border: medium #97090B;
	color: #41393d
	
	
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li {float: right;}
 li a {
	display: inline;
	padding: 8px;
	background-color: white;
	text-decoration: none;
	color: #41393d;	
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: center;
}

li a, .dropbtn {
    display: inline-block;
    color: #41393d;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    color: #bd202d;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    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: #41393d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


a:hover {color: #898c8e}
a:visited {
	color: #bd202d;
}
a:active {
	color: #bd202d;
}

	