body {
    background-image: url("../Images/o025.jpg");
    padding-left: 50px;
    padding-right: 50px;
    padding-top:50px;
    padding-bottom:50px;

}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-color: #ffcf79;
    min-height: calc(100% - 20px);
    height: auto;
    min-width: calc(100% - 20px);
}

a {
    text-decoration: none;
}

a:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

a, a:link {color: #032b01;   }
a, a:visited {color:##032b01;      }


.right {
    text-align: right;
}

input, textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background-color: #ffdb99;
    border: none;
    outline: none;
    vertical-align: bottom;
}

.citation {
    font-size:small;
    vertical-align:middle;
}

button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffdb99;
    font-size:x-small;
    border: 1px solid #ffdb99;
    border-collapse:collapse;
    padding: 0px;
    vertical-align: middle;
    color: #666666;
}

button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.38);
}

.findreltable {
    border:none;
    border-spacing:0px;
    padding:0px;
    background-color: #ffcf79;
}

.inlinephoto {
    height:2em;
    line-height:1em;
    overflow:hidden;
    vertical-align:text-top;
    max-height: 2em;
    display:inline-block;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin-right: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
    //background-color:#0a0a23;
    //text-align:center;
}


/* Next & previous buttons */
.photoprev, .photonext {
  cursor: pointer;
  //position: absolute;
  //top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 8px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

/* On hover, add a black background color with a little bit see-through */
.photoprev:hover, .photonext:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.captiontext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

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

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

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

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