@charset "utf-8";
/* CSS Document */

.header {
	position: static;
  overflow: hidden;
  background-color:#FFFFFF;
  padding: 5px 10px 0px 10px;
  height: 100px;
  width: auto;
  z-index: 1000;
}

/* Style the header links */
.header a {
  color:blue;
  padding: 0px 10px 0px 10px;
}

/* Change the background color on mouse-over */
/*.header a:hover {
   background-color: #FBF8A9;
}*/

/* Style the active/current link*/
/*.header a.active {
  background-color: dodgerblue;
  color: white;
}*/

/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 0px;
}

.left, .right {
  width: 10%;
}

.middle {
  width: 80%;
	line-height: 100%;
	font-size: 18px;
	margin-top: 0px;
	text-align: center;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	font-family: Arial, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/*
.header-left {
		position: absolute;
  float: left;
  color: black;
  text-align: center;
  text-decoration: none;
	padding-left: 10%;
  font-size: 18px; 
  line-height: 5px;
}
/*Float Kim Lab title in the center*/
/*.header-center {
	position: absolute;
  float: center;
  color: black;
  text-align: center;
  text-decoration: none;
	padding-left: 10%;
  font-size: 18px; 
  line-height: 5px;
}
/* Float the link section to the right */
/*.header-right {
	position: absolute;
  float: right;
  font-size: 100%;
  padding-right: 20px;
  font-family: Arial, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
}
*/
.sidenav ul {
	list-style-type: none;
	float: right;
	width: 20%;
	height: auto;
	padding-top: 0px;	
	margin: 0px;
	background-color: #FFFFFF;
	position: fixed;
	top: 100px;
	right: 0%;
	bottom: 0px;
	overflow-y: hidden;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border:#EFEFEF 8px solid;
	z-index: 1000;
}

.sidenav li a {
	text-decoration: none;
	color:blue;
	background-color:#FFFFFF;
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
	margin-left: -20px;
	margin-right: 2px;
	position: relative;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
}

li a:hover {
    background-color: #FBF8A9;
}

.background {
	position: absolute;
	padding: 50%;
	overflow: hidden;
	top: 0px;
	background-color:#DFDFDF;
	z-index: -1000;
}

.content {
	float: center;	
	text-align: left;
	position: static;
	width: 80%;
	top: 100px;
	Padding-top: 40px;
	padding-left: 2%;
	padding-right: 2%;
	background-color:#DFDFDF;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	z-index: 1000;
}

.car {
	float: center;	
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #DFDFDF;
}

.car img {
	float: center;
	width: 100%;
	height: 500px;
	background-color:#DFDFDF;
}
	
.carousel-control.left .glyphicon {
    left: 0;
    margin-left: 0;
}

.carousel-control.right .glyphicon {
    right: 0;
    margin-right: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
	filter:none;
	progid:none !important;
}

.fig {
	float: center;
	width: auto;
	height: 200px;
	position: fixed;
}
.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
	height: 500px;
	background-color: #DFDFDF;
	border: 2px solid #D9D9D9;	
}

u {
    text-decoration: underline;
}

.indent {
	text-indent: 5%
}

.content-car {
	float: center;	
	text-align: left;
	position: static;
	width: 80%;
	padding-left: 5%;
	padding-top: 10px;
	background-color: #DFDFDF;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.video {
	align-content: center;
	text-align: center;
	padding-left: 20%;
}
/* Add media queries for responsiveness - when the screen is 900px wide or less, stack the links on top of each other */
@media screen and (max-width: 900px) {
	.header {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 10px 0px 5px 0px;
	width: auto;
	}
	
.sidenav ul {
	width: 20%;
	position: relative;
	top: 0px;
}


.sidenav li a {
	line-height: 16px;
}

	.content {
	float: center;	
	text-align: left;
	position: static;
	width: 70%;
	padding-left: 0%;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
	
	.car {
	float: center;	
	text-align: center;
	position: relative;
	width: 100%;
	height: 300px;
	max-height: 300px;
	padding-left: 0%;
}
	
.car img {
	float: center;	
	text-align: center;
	position: relative;
	width: 100%;
	height: 300px;
	max-height: 300px;	
	}
	
	.video {
	align-content: center;
	text-align: center;
	padding-left: 0%;
}



/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
	
.header {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 10px 0px 5px 0px;
  width: auto;
	}
	
.sidenav ul {
	width: 35%;
	height: auto;
	padding-top: 0px;	
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	right: 0%;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.sidenav li a {
	text-decoration: none;
	background-color:#FFFFFF;
	/*text-align: left;*/
	display: block;
	line-height: 12px;
	padding: 5px 5px;
	position: relative;
	overflow: auto;
}
	
.content {
	float: left;	
	text-align: left;
	position: relative;
	padding-top: 0%;
	width: 65%;
	padding-left: 0%;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.car {
	float: left;	
	text-align: center;
	position: relative;
	padding-top: 2%;
	width: 65%;
	height: 200px;
	max-height: 200px;
	padding-left: 0%;
	
}
	
.car img {
	float: center;
	text-align: center;
	position: relative;
	width: auto;
	height: 200px;
	max-height: 200px;	
}
	}