html{
	position:relative;
}
body {
	background-color: #f5f5f5;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.NavBar {
	background-image: url(back.png);
	width: auto;
	height:	auto;
	top: 0;
	left: 0;
	box-shadow: 0px 0.9px #999999;
	margin: 0;
  	overflow: hidden;
	text-align: center;
}

.NavBar li {
	list-style-type: none;
	float: left;
	color: #000000;
	padding-top: 25px;
	padding-left: 20px;
	padding-bottom: 10px; 
	padding-right: 20px;
	height: 50px;
	text-align: center;
}

.NavBar li:hover {
	border-bottom: 1px solid red;
	padding-bottom: 9px;
}

.NavBar a {
	font-size: 20px;
	text-decoration: none;
	color: black;	
}

.Con {
	width: 70%;
	height: auto;
	background-color: #ffffff;
	margin: auto;
	border-radius: 3px;
	box-shadow: 0.8px 0.8px 5px grey;
}

#Con_title {
	width: auto;
	height: auto;
	background-color: #9dc0d2;
	margin: auto;
	border-radius: 3px 3px	0px 0px;
	padding: 15px;
}

#Con_body {
	width: auto;
	height: auto;
	background-color: white;
	margin: auto;
	border-radius: 0px 0px 3px 3px;
	padding: 15px;
}

table {
	border-collapse: collapse;
	width: 50%;
}

td, th {
	border-left: 1px solid #dddddd;
	text-align: left;
	padding-left: 5px;
}

footer {
margin-top: 0px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 30px;
background-image: url(back.png);
color: black;
text-align: center;
font-size: 10px;
box-shadow: 0px 0px 0px 0.9px #999999;
}

.collapsible {
  background-color: #e0ebff;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
font-weight: bold;
border-radius: 3px;
margin-bottom: 3px;
}

.collapsible1 {
  background-color: #e0ebff;
  color: black;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
font-weight: bold;
border-radius: 3px;
margin-bottom: 3px;
}

.active, .collapsible:hover {
  background-color: #d1e1ff;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 10px;
font-size: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
}

.Con img {
	width: 95%; 
	display: block; /* For image */
  	margin-left: auto;
  	margin-right: auto;		
}


/* Gallery */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Sticky Contact */

#Contact {
	color: #626255;
	font-size: 40px;
	position: fixed;
	left: 0;
	top: 50%;
}

#Contact a {
	position: fixed;
	background-color:black;
  	left: -261px;
 	transition: 0.3s;
  	padding: 15px;
  	width: 280px;
  	text-decoration: none;
  	font-size: 20px;
  	color: white;
  	border-radius: 0 5px 5px 0;
}

#Contact a:hover {
  	left: 0;
	height: auto;
	width: 300px;
	background-color: MediumSeaGreen;
}

