html, body {
	background-color: #fc0;
}
.logo {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px;
	max-width:100%;
	height:auto;
}

.jumbotron{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/landing-page-bg.jpg) top center no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4); 
    height: 100%;
    line-height: 1;
    padding: 6rem 0;
	border-top: 20px solid #b01d1f;
	border-bottom: 5px solid #b01d1f;
}

.jumbotron h1{
    line-height: 1;
    font-weight: bold;
	font-size: 2rem
}
p {
	line-height: 1.5;
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

h1,h2,h3,h4,h5,h6{
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.list-group-item{
    font-weight: bold;
    font-size: 1.6rem;
    border: none;
    padding: .55rem 1rem;
	text-indent: -25px;
}

.list-group-item:before{
    content: "✓";
    font-size: 1.2rem;
    color: green;
    margin-right: 10px
}

footer a{
    color: lightslategray;
}

footer a:hover{
    color: white;
}

.list-group-item {
	background-color: #fc0;
	font-weight:300;
}
.list-group-item:before {
	color: #b01d1f !important;
}
.text-muted {
	color: #000 !important;
	text-align: center;
}
h3 {
	text-align: center;
}

	/* ###################################################   MEDIA 768px  ################# */ 

@media (min-width: 769px) {
	
	.jumbotron h1{
    line-height: 1;
    font-weight: bold;
}
}