html, body{
  overflow-x: hidden;
  width: 100%;
	margin:0px;
	background-color: #eee;
  position: relative;
  font-family: sans-serif;


	}
  header{
    background-color: #fff;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: .5em;
    padding-top: .5em;
  }
    header a {
    color: #666;
    text-decoration: none;
    transition: color .5s ease;
    fill: currentColor;
  }
  header a:hover{
    color: #000;
  }
  header h1{
    margin-top: 0em;
    margin-bottom: .2em;
  }
  nav ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 0px;
  }
  nav li{
    list-style: none;
    padding-left: .2em;
    padding-right: .2em;
  }
  nav li:hover{
      border-bottom: 1px solid #000;
  }
  @media screen and (max-width: 600px){
  nav ul{
    display: block;
  }

}

.content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.4em;
    margin-bottom: 130px;
    scroll-behavior: smooth;
    }
.content a{
  color: #000;
  text-decoration: underline;
}
.toc .item img{
  width: 200px;
  height: auto;
  display: inline-block;
} 
.toc .item .caption{
  display: inline-block;
  width: 480px;
  vertical-align:top;
}
.toc .item .caption h3{
  margin-top: 0px;
  padding-top: 0px;
}



.owl-carousel .item{
    width: 100%;
    height: calc(100vh - 200px);
  }

.owl-carousel .item img:not(.owl-lazy-waiting){
  margin-left: auto;
  margin-right: auto;
    display: block !important;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  

  }
  .owl-dots{
    display: none;
  }

  .owl-carousel .caption{
    text-align: right;
    z-index: 200;
  }
  .owl-carousel .caption > *{
    float: right;
  }
.owl-carousel .owl-stage-outer{
  overflow: hidden;
  
}
.owl-carousel{
  position: relative;
  margin-bottom: 150px;
}
.owl-nav{
  position: absolute;
  top: 45%;
  width: 100%;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
  z-index: 500;
  height: 0px;
}
.owl-nav span{
   text-shadow: 2px 2px 4px #000000;
}
.owl-nav .owl-prev{
  float: left;
}
.owl-nav .owl-next{
  float: right;
}

.owl-carousel .item .owl-lazy-waiting{
  

  opacity: .5 !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px){
.owl-nav{
  position: absolute;
  top: 35%;
  width: 100%;
}

}
@media screen and (max-width: 480px){
.owl-nav{
  position: absolute;
  top: 25%;
  width: 100%;
}

}