/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
body {
  background-color: #000;
  color: #fff;
  text-align: left;
}

#logo  {
  max-width: 300px;
  margin: auto;
  width: 60%;
  margin-top:20px;
  margin-bottom:24px;
  display:block;
  cursor: pointer; 
  cursor: hand;
}

h1 {
  display: none;
}

p {
  padding-left: 4px;
}

.menu {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:15px;
	list-style: none;
	width: 80%;
	display:block;
	text-align: center;
}

.menu li {
  display: inline;
  white-space: nowrap; 
}

.introtext {
  margin: auto;
  display: block;
  text-align: center;
  width:55%;
  margin-top:30px;
}

.quote {
  font-style: italic;
}
/* Carousel base class */
.carousel {
  max-width: 600px;
  max-height: 500px;
  margin-bottom: 0px;
  border: 1px solid white;
  margin-left: auto;
  margin-right: auto;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 495px;
  background-color: #222;
  background-repeat:no-repeat;
  background-size: 100%  100%;
  background-position: 0 0;
}

.carousel-caption {
  padding-left:3px;
  background: #222;
  opacity:0.8;
  width:100%;
}

.carousel .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  z-index:-10;

}
.container a {
  word-wrap: break-word;
}

/*audio {
 position: :absolute;
 top: 1000px;
 left:1000px;
  display:none;
}*/
