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;
}
/*Main Page Entry Navigation*/
.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: 220px;
    height: 300px;
    top: -175px;
    border-radius: 5px;
}
#currently_reading {
    background-image: url('https://dl-web.dropbox.com/get/comic-long-box.jpg?_subject_uid=208115903&w=AADd1gsSdbN6WAk34yOoBzsald0MslyVWjc8NNUHAI7Zgw');
    color: #1C1C1C;
    text-align: left;
}
#currently_reading:hover {
	background-color: black;
	opacity: 0.5;
}
#currently_reading a:hover {
    text-decoration: none;
}
#backlog {
    background-image: url('https://dl-web.dropbox.com/get/31c130zetCL._SX300_%20(1).jpg?_subject_uid=208115903&w=AADqex2Ymfktf1FSqTuCygOPXbeHEaxCR1EBTRpACFcyNQ');
    color: #1C1C1C;
    text-align: left;
}
#backlog:hover {
	background-color: black;
	opacity: 0.5;
}
#backlog a:hover {
    text-decoration: none;
}
#futog {
    background-image: url('https://dl-web.dropbox.com/get/31c130zetCL._SX300_.jpg?_subject_uid=208115903&w=AAAQ2Dkcvt8Cf7Ik4pTmc45l13SsReegJSWUs0SaNhCKLg');
    color: #1C1C1C;
    text-align: left;
}
#futog:hover {
	background-color: black;
	opacity: 0.5;
}
#futog a:hover {
    text-decoration: none;
}
#wish_list {
   background-image: url('https://dl-web.dropbox.com/get/comic_book_long_box-258x300.jpg?_subject_uid=208115903&w=AAA0ILlqUkAlVl_XgICsOEDwxp23q3O1XqMU_aQz3FrQiw');
   color: #1C1C1C;
   text-align: left; 
}
#wish_list:hover {
	background-color: black;
	opacity: 0.5;
}
#wish_list a:hover {
    text-decoration: none;
}
#subs {
   background-image: url('https://dl-web.dropbox.com/get/comic-long-box-flipped.jpg?_subject_uid=208115903&w=AACe1aLrbm2nUeLPyoMuOgLR0wXvZ4CxICCo1bqgWBed8w');
   color: #1C1C1C;
   text-align: left; 
}
#subs:hover {
	background-color: black;
	opacity: 0.5;
}
#subs a:hover {
    text-decoration: none;
}
/*Footer*/
.footer {
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footer li {
	margin: 0px 7px 0px 7px;
}
#footer_links {
	padding-left: 10px;
	padding-right: 10px;
}