/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Modified for DOJ use */
body .wrapper .container-fluid, body .wrapper .container {
    padding: 0;
	margin: 0 auto;
}
.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 85px;
    padding-bottom: 50px;
    text-align: center;
    background: url(../img/openjustice-intro-header1.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    /*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
    color: #fff;
    font-size: 1.5em;
    margin: 2% 0 18%; /* 2% 0 35%; */
    padding: 5% 0 5% 41%;
    position: relative;
    text-align: left;
    text-shadow: 1px 1px #000;
}

.intro-message > h1 {
    color: #fff;
    font-size: 2em;
    margin: 0;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f5f5f5;
	font-size: 1.1em;
}

.content-section-b {
    padding: 50px 0;
    border-top: 5px solid #ddd;
    border-bottom: 5px solid #ddd;
	font-size: 1.1em;
}
.content-section-c { padding: 50px 0; font-size: 1.1em; background-color: #8692A5; }
.content-section-a h2.sect-heading, .content-section-b h2.sect-heading, .content-section-c h2.sect-heading { 
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 10px;
	font-size: 2em;
	color: #27374F; 
}
.no-top-border { border-top: none; }
.no-bottom-border { border-bottom: none; }
.sect-description { text-align: center; margin-bottom: 50px; }
.section-heading {
    margin-bottom: 30px;
}
.panel-primary > .panel-heading {
    background-color: #27374f;
    border: medium none;
    border-radius: 0;
    color: #fff;
}

.panel-primary {
    border-color: #27374f;
}
.data-sections .panel-primary { font-size: 1em; }
.data-sections .panel-primary > .panel-heading h2 {
    font-size: 1.3em;
    font-weight: 700;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.data-sections .panel-primary > .panel-heading h2 a { color: #fff; }
.data-sections .panel-primary > .panel-heading h2 a:hover { text-decoration: underline; }
.data-sections .panel-primary > .panel-body { background: #27374f; color: #fff; }
.data-sections .panel-primary > .panel-footer { background: #fff; text-align: center; font-size: .9em; }
.dataset-icon-bg {
    background: none;
    border-radius: 50px;
    margin: 20px auto;
    padding: 10px;
    width: 90px;
	border: 1px solid #27374f;
}
.dataset-icon-bg:hover {
    background: #ddd;
}
.iconic { max-width: 70px; }
.mid-link-wrapper { border: none; }
/* font awesome */
.fa { font-size: 3em !important; padding-top: 15px; }
/* data secitons */
.data-stories .list-group, .data-exploration .list-group, .community .list-group { display: none; }
@media(max-width: 991px) {
.img-section { display: none !important; }
.data-stories .list-group, .data-exploration .list-group, .community .list-group { display: block !important; }	
}
@media(max-width:767px) {
.intro-message {
	padding-bottom: 15%;
}

.intro-message > h1 {
	font-size: 1.5em;
}

ul.intro-social-buttons > li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}

ul.intro-social-buttons > li:last-child {
	margin-bottom: 0;
}

.intro-divider {
	width: 100%;
}
.img-section { display: none !important; }
body .wrapper .container, .container { padding: 0 15px; }
}
