#container{
    background-color: #3e5470;
    color:antiquewhite;
}
#acaheading{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 560px;
    text-align: center;
}

.acaheading2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-family: comic sans MS;
    text-align: center;
}

#navbar1{
	text-align: center;
	border: medium antiquewhite solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:36px;
    margin-bottom:36px;
	height:30px;
	width:780px;
	text-transform:uppercase;
	padding: 20px 50px 20px 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px

}

.pronav a{

    font-family: comic sans MS;
    font-size: 20px;
	color:antiquewhite;
	text-decoration: none;
	margin-left:20px;
	margin-right:20px;
    margin-bottom: 20px;
}

.pronav a:hover {
	color:pink;
	text-decoration:underline;
	margin-left:10px;
}


#maincontent {
		height: 160px; width: 850px;
		border: medium antiquewhite solid;
    border-radius: 10px;
		margin:30px auto 50px auto; 
    text-align:center;
    font-size: x-large;
}

.sculpture { 
  border-radius: 15px;
  }

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  border: antiquewhite solid thick;
  max-height: 1050px;
  border-radius: 20px;
  max-width: 750px;
  position: relative;
  margin: auto;
  margin-top: 60px;
  padding: 40px 40px 40px 40px;  
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}

#dots {
    margin-top: 475px;


}

/* Next & previous buttons */
.prev, .next {
  cursor:pointer;
  position:absolute;
  width: auto;
  margin: 10px  10px   10px 10px;
  padding: 26px;
  color: antiquewhite
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
top: -90px
}

/* 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);
}

/* Caption text */
.text {
  margin-top: 150px;
  font-family:comic sans MS;
  color: antiquewhite;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: antiquewhite;
  font-family: comic sans MS;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

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

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

