/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 100px 0 35px;
}

@media (min-width: 992px) {
  header {
    padding: 102px 0 35px;
  }
}

.active {
	background-color:rgb(160, 160, 160)!important;
	border-color:rgb(160, 160, 160)!important;
}

section {
  padding: 100px 0;
}

.highlight {
	color: #007bff;
}

.chartjs_title{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:900;
	color:#666;
	margin-bottom:10px;	
}

.corr-index {
	position: absolute;
	left: 25%;
	top: 50%;
	text-align: center;
}

#world_map {
	width: 100%;
	height: 450px;
}

/* pyLDAvis START */
#topicAnalysis path {
	fill: none;
	stroke: none;
}
  
#topicAnalysis .xaxis .tick.major {
	fill: black;
	stroke: black;
	stroke-width: 0.1;
	opacity: 0.7;
}

#topicAnalysis .slideraxis {
	fill: black;
	stroke: black;
	stroke-width: 0.4;
	opacity: 1;
}
  
#topicAnalysis text {
	font-family: sans-serif;
	font-size: 11px;
}
  
#topicAnalysis .container { 
	width:1350px !important; 
}

#topicAnalysis .output_area { 
	width:1450px !important; 
}
/* pyLDAvis END */