/*Map grid style*/
.grat {
    stroke: grey;
    stroke-width: 1px;
    opacity: .2;
}

.graticule {
    fill: none;
    stroke: #79A09E;
    stroke-width: 1;
    stroke-dasharray: 1,1;
}

.object-fit-cover {
  max-height: 500px;
  width: 400px;
  object-fit: cover; /*magic*/
}

.outline {
  stroke: black;
  stroke-width: 3;
}

.circle {
  opacity: .50;
}

.countries {
    stroke: black;
    fill: #d9d9d9;
    stroke-width: .5px;
}

.typed-cursor{
    opacity: 0;
}

.arc text {
  font: 10px;
  text-anchor: middle;
}

.arc path {
  stroke-width: 2;
  stroke: white;
}

.hovered {
  opacity: .5;
}

.well-white {
  background-color: white;
  color: black;
}
#american-bg {
  width: 500px;
}

#american-scene {
  position: relative;
  margin: auto;
}

#american-woman {
  position: absolute;
  top: 180px;
  /*left: 250px;*/
  left: 0;
  width: 75px;

  opacity: 0;
}

#cover-container {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

#fact{
  font-size: 20px;
}

#fullpage {
  padding-top: 80px;
}

#quotes {
  font-size: 20px;
}

#section-intro {
  background-color: black;
  background-image: url(../images/gamers_cover.jpg);
  background-size: cover;
  padding: 0;
}

.filled {
  background-color: #d0d0d0;
  width: 500px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
}

.navbar {
  z-index: 10000;
}

.mega-header {
  font-size: 80px !important;
}

#party-scene {
    /* TODO: factor out to .scene */
    position: relative;
    margin: auto;
}

#party-bg {
    width: 500px;
}

#party-woman {
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
    opacity: 0;
}

/***************/


/*  BAR CHART  */


/***************/

.bar {

}

.bar:hover, .bar.sexual-assault:hover {
  fill: steelblue;
}

.bar.sexual-assault {
  fill: firebrick;
}

.axis {
  font: 10px;
  fill: #c8c8c8;
}

.axis-title {
  fill: #c8c8c8;
  font-size: 16px;
  text-anchor: middle;
  font-weight: bold;
}

.chart-title {
    fill: #c8c8c8;
    font-size: 18px;
    text-anchor: middle;
    font-weight: bold;
}

.axis path, .axis line {
  fill: none;
  stroke: #c8c8c8;
  shape-rendering: crispEdges;
}

.x-axis {
  font-size: 12px;
}

path.line {
  stroke-width: 4;
  fill: none;
}

path.line.gray {
    stroke: #c8c8c8;
}

path.line.Sexual_assault, path.line.rape_sexual_assault {
  stroke: firebrick;
}

path.line:hover {
  stroke: steelblue;
}

path.line.Rape {
  stroke: firebrick;
}

#bar-title{
  text-align: center;
  position:relative;
  left: 30px;
  top:70px;

}

#crime-type{
  position:relative;
  text-align: center;
  bottom:85px;
}

#police-year{
  text-align: center;
  position:relative;
  bottom:40px;
}

#text {
  font-size: 20px;
  font-weight: bold;
  color: blue;
}


/* ARREST WHEEL */


/* Colors from http://codepen.io/zadvorsky/pen/xzhBw */

.slice {
  stroke: #DB9E36;
}

.pointer {
  fill: #401911;
  stroke: #401911;
}

.slice.win {
  fill: #BD4932;
}

.slice.lose {
  fill: #FFFAD5;
}

.ring {
  fill: none;
  stroke: #DB9E36;
  stroke-width: 10px;
}

.wheel-button {
  fill: #401911;
  cursor: pointer;
}

.wheel-holder {
  cursor: pointer;
}

/* map */

.map-state {
    fill: #AAA;
    stroke: white;
}

.map-college-dot {
    stroke: black;
    /*fill: crimson;*/
    opacity: 0.6;
}

.map-college-dot:hover {
    fill: steelblue;
}

.fp-controlArrow.fp-prev {
  border-color: transparent #777 transparent transparent !important;
}

.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent #777 !important;
}

.row.padded {
  padding-left: 50px;
  padding-right: 50px;
}



/* FULLPAGE */

#fp-nav ul li a span {
  background: whitesmoke;
}

#prevention {
  font-size: 25px;
}

#link {
  font-weight: bold;
}

#question {
  font-weight: bold;
}

.quiz-reason {
    text-align: right;
}



/* brush */
.brush {
	fill: #eee;
	fill-opacity: .5;
	pointer-events: none;
}

#rate-report-chart .y-axis path, #rate-report-chart .y-axis line {
  fill: none;
  stroke: none;
  shape-rendering: crispEdges;
}

.bar-label {
    stroke: #c8c8c8;
    fill: #c8c8c8;
}

text.centered {
    text-anchor: middle;
}

.center-line {
    stroke: white;
    shape-rendering: crispEdges;
}

.axis.crime-type {
    font-size: 14px;
    font-weight: bold;
}

/* legend */
.legend-box {
    fill: transparent;
}

.legend-items text {
    fill: #c8c8c8;
    stroke: #c8c8c8;
}

.top-padding {
    padding-top: 20px;
}


sup.citation {
    cursor: pointer;
}

.block-center {
    display: block;
    margin: auto;
}


#campus-info {
    text-align: center;
}

#campus-info h4, #campus-info h5 {
    text-shadow: none;
}

#college-quick-info {
    height: 5.5em;
}

#college-image {
    width: 128px;
    height: 128px;
}

.plusBtn, .minusBtn {
  min-width: 40px;
}
