h1, h2, h3, h4, h5, h6 {
	color: black;
	}

#side-carousel img {
	margin: 0 auto;
	}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
	margin-bottom:0px;
}
    
.footer-blurb-item {
    padding: 20px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.small-print {
	/*text-align: center;*/
	}

body {
	background-color: #F4F6F6;
}
.jumbotron {
	border-radius: 0px;
/*	background-image: url("newSite/logo.svg");
	background-repeat: no-repeat;*/
	height: 50px;
	
	/*background-color: #f7e2ad;*/
}
}
.list-group-item {
	position: relative;
	display: block;
	padding: -0.25rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
	.jumbotron {
		border-radius: 0px;
		/*background-image: url("newSite/logo.svg");*/
		background-repeat: no-repeat;
		height: 130px;
		background-color: #f7e2ad;
	}
}