.hi {
    color: "navy";
}

.imageSplash h4 {
    position: relative;
    left: -10px;
}

#more {
    position: relative;
    top: -30px;
    font-weight: bold;
    font-size: 15px;
}

.title {
    position: relative;
    top: -20px;
}

#visualization {
    position: relative;
    bottom: 120px;
}

#container{
    position: relative;
    top: -60px;
}

#periods {
    position: relative;
    bottom: 130px;
}

.bib {
    position: relative;
    top: 45px;
    left: 30px;
    z-index: 10
}


.default {
    overflow: visible;
    position: relative;
    top: -140px;

}

#majority {
    white-space: nowrap;
    max-width: inherit;
    word-wrap: break-word;
    display: flex;
}

#name {
    font-weight: bold;
    font-size: 20px
}

//          var catColor = {"DeathPenalty": "#d87450",
// "DefendantsPrisonersRights": "#f99a48",
// "DiscriminatoryJurySelection": "#224faa",
// "JuvenileSentencing": "#f4f141",
// "MandatoryMinimums": "#9df441",
// "Landmark": "#000000",
// "LegislatorialDiscrimination": "#e0d5c5",
// "Redistricting": "#f44141",
// "SearchandSeizurePersonResidence": "#ff56c4",
// "SearchandSeizureTrafficStops": "#d76ff7",
// "SegregationIntegration": "#f47142",
// "VoterDisenfranchisement": "#f96048",
// "WeakeningAmendments": "#41f4c4" }

div.DefendantsPrisonersRights {
    background-color: #f99a48;
}


div.DiscriminatoryJurySelection {
    background-color: #224faa;
}

div.JuvenileSentencing {
    background-color: #f4f141;
}

div.MandatoryMinimums {
    background-color: #9df441;
}

div.SearchandSeizurePersonResidence {
background-color: #ff56c4;
}

div.SearchandSeizureTrafficStops {
    background-color: #d76ff7
}

div.Legislation {
    background-color:  #e0d5c5;
}

div.InhumaneTreatment {
    background-color: #41f4c4
}

.vis-item .vis-dot .vis-readonly {  
    border-color: #fcfcfc !important;
    border-style: none;
}

.pure-g {
	display: inline-block;
	white-space: nowrap;
}

#periods{
    margin-top: 20px;
    text-align: center;
}

#periods a{
    color: black;
    text-decoration: none;
}

#categories {
	position: relative;
	top: 51px;
}
#categories a{
    text-decoration: none;
    font-size: 100%;
    background-color: #E6E6E6;
    border-radius: 2px;
    border-spacing: 2px;
    padding: .5em 1em;
    color: black;
}

.title{
    text-align: center;
}
.title h2{
    font-weight: lighter;
}

.pic {
	/*white-space: pre-wrap;*/
	overflow-wrap: normal;
	position: relative;
	top:80px;
}

#container {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
    overflow:hidden;
    overflow-wrap: normal;
    white-space: nowrap;
}




.info {
	position: relative;
	top: 30px;
	
	white-space: pre-wrap;
	
	position: relative;
	
	
}

#paragraphs {
    position: relative;
    top: -15px;
	overflow-y: scroll;
	height: 300px
}

#connections {
position: relative;
top: -40px;
}

html,
body {
    height: 100%;
    overflow: hidden;
}
.imageSplash {
    position: absolute;
    padding: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-attachment: fixed;
    z-index: 100;
}
.imageSplash h4			 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: grey;
    font-size: 50px;
    font-weight: lighter;
    
    text-align: center;
    
    text-shadow: 0 2px 10px #000;

}

.imageSplash span{
    color: white;
    font-weight: bolder;
}

.imageSplash .poop{
    color: red;
    font-size: 30px;
}

.clickScroll {
    z-index: 100;
    opacity: 0;
    height: 0px;
    position: absolute;
}
label {
    color: #FFF;
    font-size: 3em;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-text-stroke: 0px;
    cursor:pointer;
}
input[type=checkbox]:checked ~ .imageSplash {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}



#time_periods{
	
}


#visualization {
	
/*	position: absolute;*/
/*	bottom:0px;*/
	
	width: 100%;
    background: white;
	border: none !important;
}

html {
	border: none !important;
}

body {
	background-color: white;
}

.vis-timeline {
	max-height: 250px;
	min-height: 250px;
	border: none;
	overflow-y: scroll
}

#groups {

}


#right {


}



#img {
	width: auto;
    max-width: 300px;
    height: auto;
    max-height: 229px; 
}

.vis-horizontal {
    overflow-x: scroll;
}

.vis-itemset {
	/*min-height: 95px !important;
}

/*.scrollable {
	height: 100px;
	overflow-y: auto;

}



#title {
	font-size: 30px;
}

#name {
	font-size: 30px;

}

.comment {


}


.bold {
	font-weight: bold;
}

#categories {

}


#splashscreen {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    background-color: 	black;
}*/
*/