body {
	font-family: Courier, "Courier New", monospace;
}

#header h2 {
	color:#999999;
	font-weight: normal;
	padding-left: 60px;
	letter-spacing: 0.2em;
	font-family: "Courier New", Courier, monospace;
}

/* remove the default bg color and border around the nav box */
.navbar-default {
	background-color:transparent;
	border-color:transparent;
	width:150px;
}

/* remove the default padding around the nav items */
.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
}

/* make the links light gray */
a {
  color: #858383;
  text-decoration: none;
}

/* style the link color in the nav menu.  this is redundant as style above also does this, but leaving here in case
i need to style the links in the nav menu differently than links in general. */
.navbar .brand, .navbar .nav > li > a {
	color: #858383;
}

/* style the hover in the nav menu */
.navbar .brand, .navbar .nav > li > a:hover {
    color: #b11505;
	background:none;
}

.navbar-default .navbar-brand {
  color: #777;
  min-width: 200px;
}


/*  remove the horizontal lines in the header and footer of the large image modal boxes */
.modal-header {
  border-bottom: 0px solid #e5e5e5;
}
.modal-footer {
	border-top: 0px solid #e5e5e5;
}

/* controls the size of the large image modal box and the image in the box */
.blueimp-gallery .modal-body {
  position: relative;
  text-align: center;
  padding: 0 0 85.25%;
  overflow: hidden;
  cursor: pointer;
}

/* put some padding on the bottom of the images in the image galleries */
.gal-img{
	padding-bottom: 15px;
}

#copyright {
clear:both; text-align:center; padding-top:50px; padding-bottom:25px;	
}

#stock #copyright {
clear:both; text-align:left; padding-top:50px; padding-bottom:25px; padding-left:250px;	
}