#img {
	width: 200px;
	height: 200px;
	float: left;
	display: inline;
	margin-right: 7%;
	background-image: url("../images/w1.jpg");
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: left;
	border-radius: 50%;


}


#imgA {
	width: 250px;
	height: 250px;
	float: left;
	display: inline;
	margin: 5px;
	margin-bottom: 5%;
	margin-right: 5%;
	background-repeat: no-repeat;
	background-size: 150%;


}

#res #des #dev a{
float: left;
display: inline;

}


#head {
	background-color: #000000;
	width: 100%;
	height: 100px;
	padding-top: 2%;
	text-align: center;
	position: fixed;
	z-index: 1;
	margin-bottom: 5%;


}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

h3 {

	color: white;
	font-family: 'Palanquin Dark', sans-serif;
}

#kp p{
}

span:hover {

	background-color: black;
	color: white;
}

#line {
	width: 100%;
	height: 1px;
	background-color: #efefef;

}



.mySlides {display:none; overflow: hidden;}

/* Slideshow container */
.slideshow-container {
  /*max-width: 100%;*/
  height: 550px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 50px 50px 0;
  background-color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 50px 0 0 50px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.9);
  color: white;
}

/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  text-align: center;
  margin: 2%;

}

.text2 p{
  background-color: black;
	color: white;

  font-size: 18px;
  padding-left:7px;
  padding-right: 7px;
  position: absolute;
  top: -5px;
  text-align: left;
  margin: 2%;

}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #E6C8C0;
  border-radius: ;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}


#t {
  background-image: url("../images/t1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  float: right;
  display: inline;
  margin-right: 3%;
}

#t:hover {

background-image: url("../images/t.png");

}

#li {
  background-image: url("../images/i1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  float: right;
  display: inline;
  margin-right: 3%;

}


#li:hover {

background-image: url("../images/i.png");

}

#be {
  background-image: url("../images/be1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  float: right;
  display: inline;
  margin-right: 3%;
}

#be:hover {

background-image: url("../images/be.png");

}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
