@charset "utf-8";
/* CSS Document */

#background {

	background-image: url(images/black_slatebackground.jpeg);

	background-position: center;
	
}

.navigation-bar{
	padding-left: 10px;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-top: 0;
	overflow: hidden;
}
li {float: right;}
 li a {
	display: inline;
	padding: 0;
	padding-top: 0;
	background-color: white;
	text-decoration: none;
	color: #41393d;	
	align-items: center;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: right;
}

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;
}
#feature {
	
	
	right: 0;
	left: 13px;
	
}

.main_photo {
	position: absolute; top: 250px; right: 30px;
}
#home-text {
	color: #bd202d;
	text-align: right;
	position: absolute; 
	top: 300px;
	right: 1110px;
	font-size: 50px;
	font-family: "Athelas Rg";
}
#legal {
	
	color: #bd202d;
	text-align: center;
	
}
