
html,
body {
    width: 100%;
    height: 100%;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Crimson Text', serif;*/
}


body p {

}

.navText {
	font-family: 'Catamaran', sans-serif;
	font-size: 12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.highlight {
	background: #E5E7E9;
	border-radius: 100px;
}

#headerMenus {
	visibility: visible;
}

#first b {
	font-size: 80px;
	line-height: 1;
}


#titleText {
	/*font-family: 'Droid Serif', serif;*/
	/*font-family: 'David Libre', serif;*/
	/*font-family: 'Playfair Display', serif;*/
	/*font-family: 'PT Serif', serif;*/
	/*font-family: 'Quattrocento', serif;*/
	font-family: 'Cardo', serif;
	position: absolute;
	top: 100px;
	right: 75px;
	width: auto;
	height: auto;
}

.carrotFloat {
	position:absolute;
	bottom: -100px;
	right: 10px;
	width: auto;
	height: auto;
	cursor: pointer;
}

.textCarrotFloat {
	position: absolute;
	bottom: -100px;
	right: 50px;
	width:auto;
	height:auto;
}


.carrotFloatL {
	position:absolute;
	bottom: -100px;
	left: 10px;
	width: auto;
	height: auto;
	cursor: pointer;
}

.textCarrotFloatL {
	position: absolute;
	bottom: -100px;
	left: 50px;
	width:auto;
	height:auto;
}




#map01 { 
	width: 100%;
	height: 80vh;
	margin-bottom: 50px;
	margin-top: 20px;
}

#map02 {
	width: 100%;
	height: 80vh;
	margin-bottom: 10px;
	margin-top: 20px;
}



#blocker {
	position: absolute;
	top: 70vh;
	left:0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 0;
	font-family: 'Cardo', serif;
	font-size: 16px;
}

#testImage {
	height: 70vh;
	width: 100%;
	background: url(trainImage05_bw_crop.jpeg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#chart {
	margin-bottom: 40px;
}

#chart2 {
	margin-bottom: 40px;
}

#chart3 {
	margin-bottom: 40px;
}

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

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

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

















#kohlButton {
	background: #566573;
	color: white;
}

#mononaButton {
	background: #566573;
	color: white;
	top:20vh;
}

#yaharaButton {
	background: #566573;
	color: white;
	top:40vh;
}

#msnButton {
	background: #566573;
	color: white;
	top:60vh;
}

.mapButton {
	width:75px;
	height:20vh;
	z-index:10;
	position: absolute;
	text-align:center;
	cursor:pointer;
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}








#bus1Button {
	background: #E5E7E9;
	color: black;
	cursor: not-allowed;
}

#bus2Button {
	background: #E5E7E9;
	color: black;
	top:20vh;
	cursor: not-allowed;
}

#bike1Button {
	background: #E5E7E9;
	color: black;
	top:40vh;
	cursor: not-allowed;
}

#bike2Button {
	background: #E5E7E9;
	color: black;
	top:60vh;
	cursor: not-allowed;
}

.mapButton2 {
	width:75px;
	height:20vh;
	z-index:10;
	position: absolute;
	text-align:center;
	right:0;
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}







#kohlButton2 {
	background: #566573;
	color: white;
}

#mononaButton2 {
	background: #566573;
	color: white;
	top:20vh;
}

#yaharaButton2 {
	background: #566573;
	color: white;
	top:40vh;
}

#msnButton2 {
	background: #566573;
	color: white;
	top:60vh;
}






#demo1Button {
	background: #E5E7E9;
	color: black;
	cursor: not-allowed;
}

#demo2Button {
	background: #E5E7E9;
	color: black;
	top:20vh;
	cursor: not-allowed;
}

#parcel1Button {
	background: #E5E7E9;
	color: black;
	top:40vh;
	cursor: not-allowed;
}

#parcel2Button {
	background: #E5E7E9;
	color: black;
	top:60vh;
	cursor: not-allowed;
}


.mapboxgl-popup {
    max-width: 400px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    /*
    -webkit-box-shadow: 5px 5px 10px #888888;
    -moz-box-shadow: 5px 5px 10px #888888;
  	box-shadow: 5px 5px 10px #888888;
  	*/
}


.mapboxgl-popup b {
	font-weight: bold;
}

.mapboxgl-ctrl-bottom-right {
    right: 75px;
}

.mapboxgl-ctrl-top-right {
    right: 75px;
}


#demoLegend {
	background: #fff;
	width: 100%;
	height: 30px;
	margin-bottom: 50px;
}

#circleWhite {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #fbb03b;
	left: 10%;
	text-align: center;
	color: white;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	cursor: none;
}

#circleBlack {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #223b53;
	left: 30%;
	text-align: center;
	color: white;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	cursor: none;
}

#circleHispanic {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #e55e5e;
	left: 50%;
	text-align: center;
	color: white;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	cursor: none;
}

#circleAsian {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #3bb2d0;
	left: 70%;
	text-align: center;
	color: white;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	cursor: none;
}

#circleAmerican {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #ccc;
	left: 90%;
	text-align: center;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	cursor: none;
}













header {
    position: fixed;
    width: 100%;
    min-height: 50%;
    text-align: center;
    color: #fff;
    z-index: 0;
}

@media(min-width:768px) {
    header {
        min-height: 50%;
    }
}

/* VIDEO BACKGROUND */


.fullscreen-bg {
	position: absolute;
 	top: 0;
 	right: 0;
  	bottom: 0;
  	left: 0;
  	overflow: hidden;
  	background-color: rgba(255, 255, 255, .25); /*overlay*/
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -100;
  background: black;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 768px) {
  .fullscreen-bg {
    background: url('assets/images/preview/slider/vision.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

/* /VIDEO BACKGROUND */








