
/* ****************
   General settings
******************* */
html {
	width: 100%;
}

body {
	font-family: "Exo 2", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	background: #042029;
	color: black;
}
 
strong {
	font-weight: 600;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	color: steelblue;
	font-size: 2.75em;
	margin-bottom: .4em;
}
 
p {
	color: rgb(220, 217, 205);
	font-size: 1em;
	line-height: 200%;
}

/* ********
   Header
 ******** */
.page-header {
	height: 101px;
	font: normal 175% 'Roboto Slab', "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* *************
   Head Banner
************** */
.image {
	display: block;
}

#banner1 {
	float: left;
	position: absolute;
}

#banner1 img {
	width: 260px;
	height: 100px;
}

#banner2 {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
  	height: 100px;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(rgba(51,91,116, 1)), to(rgba(51,91,116, .5)) ) ;
    background: -moz-gradient(linear, left top, right top, from(rgba(51,91,116, 1)), to(rgba(51,91,116, .5)) ) ;
    background: -ms-gradient(linear, left top, right top, from(rgba(51,91,116, 1)), to(rgba(51,91,116, .5)) ) ;
    background: -o-gradient(linear, left top, right top, from(rgba(51,91,116, 1)), to(rgba(51,91,116, .5)) ) ;
    background: -gradient(linear, left top, right top, from(rgba(51,91,116, 1)), to(rgba(51,91,116, .5)) ) ;
}

#title {
	margin-left: 290px;
	padding: auto 0;
	position: absolute; 
	font-size: 2.5em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* *****************
   Horizontal Menu
****************** */
#menubar {
	height: 28px;
	top: 100px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	right: 5%;
	overflow: visible;
	width: 100%;
}

ul#menu {
	float: right;
	margin: 0;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
}

ul#menu li a {
	letter-spacing: 0em;
	font: normal 105%;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	padding: 9px 22px 5px 16px;
	text-align: center;
	color: white;
	border: 0;
}

ul#menu li.selected a {
	height: 25px;
	color: #042029;
	padding: 7px 22px 5px 16px;
}

ul#menu li.selected {
	margin: 0;
	background: white;
}

ul#menu li a:hover {
	color: #999;
}

/* **********
   Side bar 
 ********** */
.dropdown {
	position: relative;
	display: inline-block;
}

.rightbar {
	letter-spacing: 0em;
	font: normal 105%;
	text-transform: uppercase;
	display: block;
	float: left;
	text-decoration: none;
	padding: 9px 22px 5px 16px;
	text-align: center;
	color: #ca2c92;
	border: none;
	background: none;
	cursor: pointer;	
}

.rightbar-content {
	display: none;
	position: absolute;
	right: 0;
	padding: 9px 22px 5px 16px;
	background-color: rgb(51,91,116);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	color: black;
}

.rightbar-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.rightbar-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .rightbar-content {
	display: block;
}

/* **************
   Main Content 
 ************** */ 
.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
  height: 80px;
  right: 130px;
}

.info {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
  height: 80px;
  right: 130px;
}
 
#pagetitle {
	padding: 0;
	margin: 0;
}
 
.left { 
	float: left;
	padding: 0;
	margin: 0;
}
.right {
	float: right;
	padding: 0;
	margin: 0;
}

#selectButton1 {
	position: relative;
	top: 15px;
	float: right;
}

#selectButton2 {
	position: relative;
	top: 16px;
	float: right;
}

#selectButton3 {
	position: relative;
	top: 16px;
	float: right;
}

.dataButton {
	background-color: #475B62;
	border: none; // 1px solid black;
	color: rgb(220, 217, 205);
	margin: 0px 2px;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: 0.6s
}

.active1, .dataButton:hover {
	background-color: steelblue;
}

.sentimentButton {
	background-color: #475B62;
	border: none; // 1px solid black;
	color: rgb(220, 217, 205);
	padding: 5px 10px;
	margin: 0px 2px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.active2, .sentimentButton:hover {
	background-color: steelblue;
}

 
text {
	fill: rgb(220, 217, 205);
}

label {
    font-size: 1.5em !important;
	color: rgb(220, 217, 205) !important;
}

.label {
    font-size: 1.5em;
	color: rgb(220, 217, 205);
}

.bars1 {
    fill: #ca2c92;
}

.bars4a {
    fill: steelblue;
}

.bars4b {
    fill: steelblue;
}

.bars4c {
    fill: steelblue;
}

.bars4d {
    fill: steelblue;
}

.axis {
    font-size: 1.5em;
}

.axis path,
.axis line {
    display: none;
}

.xAxis line, .yAxis line {
	stroke: none;
}

.xAxis path, .yAxis path {
	stroke: #536870;
}

/* ********
   Photos
********* */
#fdr {
	height: 200px;
	width: 245px;
	border-radius: 20px;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
	display: block;
}

#gwu {
	height: 200px;
	width: 245px;
	border-radius: 20px;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
	display: block;
}

#bio {
	height: 200px;
	width: 200px;
	border-radius: 20px;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
	display: block;
}


/* ***************************
   Small scrollbar
   Note: This is not supported 
   by Firefox or IE and Edge
****************************** */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(51,91,116); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

