html {
 // background-image: url(logo.png);
 // background-repeat: repeat-x;
}

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  background-color: rgb(105,105,120);
  margin-top: 2em;
}

.logo {
  height: 100px;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #0000ff;
}

figure figcaption {
  text-align: center;
}

ol {
  padding-left: 40px;
  list-style: none;
  counter-reset: counter1;
}
ol li {
  counter-increment: counter1;
  margin-bottom: 2em;
}
ol li::before {
  content: counter(counter1) ". ";
  font-weight: bold;
}


#main{
  max-width: 1000px;
  margin: 0 auto !important;
  float: none !important;
  background-color: rgb(255,255,255);
  border-radius: 5px;
  padding: 35px;

}

#logos  {
  width: 100% ;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

#logos a {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  //zoom: 1;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

div.tab-pane {
  background-color: rgb(255,255,255);
}

* {box-sizing:border-box}

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

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  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 */
.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 {
  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;
}

/* The dots/bullets/indicators */
.dot {
  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, .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}
}


.nav-stacked > li.active:before{
  content: ">";
  font-weight: bold;
  height: 1em;
  left: -2em;
  margin: auto;
  position: absolute;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1 {font-family: 'Open Sans Condensed', sans-serif;
    font-size: 48px;
    color: #333;
//    text-shadow: 1px 1px #444;
   }

h2 {font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    color: #333;
    //    text-shadow: 1px 1px #444;
   }

h3 {font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #333;
    //    text-shadow: 1px 1px #444;
   }



.grid-container {
  margin: auto;
  display: grid;
  background-color: #ffffff;
  padding: 10px;
  grid-template-columns: auto auto;
}

#dot-div {
  text-align: center;
  margin-top: 15px;
  margin-bottom:15px;
  margin-left: 10%;
  margin-right: 10%;
}


#myFooter {
  margin-top: 30px;
  font-size: 80%;
}

.openseadragon
{
    width:      800px;
    height:     600px;
    border:     1px solid black;
    color:      #333; /* text color for messages */
    background-color: black;
}
