body{
	/* Location of the image */
	background-image: url('../images/Badgebanner9.jpg');

	/* Background image is centered vertically and horizontally at all times */
	background-position: center center;

	/* Background image doesn't tile */
	background-repeat: no-repeat;

	/* Background image is fixed in the viewport so that it doesn't move when
	   the content's height is greater than the image's height */
	background-attachment: fixed;

	/* This is what makes the background image rescale based
	   on the container's size */
	background-size: cover;

	/* Set a background color that will be displayed
	   while the background image is loading */
	background-color: #464646;
}

@media only screen and (min-width: 700px)
{
    body {
        background-image: url('../images/Badgebanner7.jpg');
    }
}

#more-content {
	display: none;
}

.blockquotbg
{
	display: block;
	max-width: 480px;
	margin: 15px auto;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #e1e1e1;
	font-size: 18px;
	line-height: 25px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}

.nav-item a {
    text-decoration: none;
}
