

/* Slideshow container */
.slideshow-container {
   position: relative;

  display:block;

  width: 300px;
  padding-top:15px ;
  padding: 15px;
  visibility: visible;
  margin-left: 78%;
  margin-top: 2.5%;
  height: 210px;
  background: #050A30;
  box-shadow: 0px 1px 1px 1px black; 
  border: 0;
  font-size: 20px;
  right: 0;
  line-height: 1.5;
  color: white;
 

  }
  
  /* Slides */
  .mySlides q{
  display: block;
    margin-top: -8%;
   
  }
    /* Slides */
    .mySlides {
      display: none;
      text-align: center;
      margin: 2px;
     
    }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 60%;
    width: auto;
    margin-top: 20px;
    padding: 10px;
    color:  rgb(164 122 47);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
   
   
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 0%;
  }
  .prev{
    margin-left: -5%;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    color: rgb(227, 192, 131);
 
  }
  

  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
      margin-left:78%;
      margin-top: 0%;
      width: 300px;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(164 122 47) ;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color:rgb(227, 192, 131) ;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {
    color:  rgb(164 122 47);
    margin: -1%;
}