/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #1c2747;
    margin: 0px;
}
* {
    box-sizing: border-box;
}

h2, .h2 {
    font-size: 30px;
	color:#ffb600;
	
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
    width: 80%;
    margin: 0 auto;
	background-color: #fff;
	background-image:url(../img/gangster-bgrd.png);
	background-repeat:no-repeat;	
	background-position: right  bottom;
	border-bottom:30px solid #ffb600}
	
	.jumbotron p {
  
    font-size: 17px;

}
	
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #003475 -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
	height: 0px;
    box-sizing: content-box;
}

@media(max-width:767px) {
.jumbotron p {
  
    font-size: 12px;

}
h2, .h2 {
    font-size: 18px;
	color:#F29400; 

}
.jumbotron {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 95%;
    margin: 0 auto;
	}
   