body {
    background-color: #A4A4A4;
}
/*Fixed Navigation Menu*/
.nav {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    z-index: 10;
    border-radius: 5px;
    background-color: #1C1C1C;
    }
.nav .container li {
    border: 2px solid black;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 10px 5px 10px; 
    background-color: #BDBDBD;
}
a {
    color: #000000;
}
.nav .container li:hover {
    background-color: #1C1C1C;
}
.nav .container a:hover {
    text-decoration: none;
    color: #F2F2F2;
    opacity: 0.75;
    text-shadow: 2px 2px 3px #000;
}
li {
    display: inline;
}
/*Banner*/
.jumbotron {
    position: relative;
    margin-top: 150px;
    float: left;
    font-family: Impact;
    background-color: #A4A4A4;
}
#Title_Subtitle {
    position: relative;
    top: -125px;
    left: 100px;
    color: #000000;
}
#Title_Subtitle_Two {
    position: relative;
    top: -200px;
    left: 100px;
    color: #000000;
}
#ketchup {
	color: #B40404;
	position:relative;
	opacity: 0.85;
}
#ketchup_image {
    position:relative;
    top: -200px;
    right: -375px;
    border-radius: 5px;
    opacity: 0.90;
    z-index: -1;
}
/*Page Specific Second Banner*/
.learn-more .col-md-1 {
    border: 2px solid black;
    color: #FFFFFF;
    font-family: Impact;
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 5px;
    width: 275px;
    height: 100px;
    top: -390px;
    right: -575px;
    border-radius: 5px;
}
.table {
	position: relative;
	top: -225px;
	width: 700px; 
	margin-left: auto; 
	margin-right: auto;
}
/*Footer*/
.footer {
    margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}
.footer li {
	margin: 0px 7px 0px 7px;
}
#footer_links {
	padding-left: 10px;
	padding-right: 10px;
}