

/* ####### Styles for the autochanging card display gallery ########### */

div#button-dots {
  text-align: center;
}

#img-cards {
  width:100%;
  max-height: 390px;
}

* {box-sizing: border-box;}


.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 70%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* ############################# */
/* Style for tabbed link selections */


/* body {font-family: Arial;} */

/* Style the tab */

.tab {
  overflow: hidden;
  border: 1px solid slategray;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  color: blue;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



/* ############################# */
/* Style for two images in a row */
* {
  box-sizing: border-box;
}

.column-qsl-1 {
  float: left;
  width: 50%;
  padding: 8px;
}

/* Floats cleared after image containers */
.row-qsl-1::after {
  content: "";
  clear: both;
  display: table;
} 

/* Do narrow screen stacking */

@media screen and (max-width: 500px) {
  .column-qsl-1 {
    width: 100%;
  }
} 

#img-qsl-1 {
    width:400px;
    height:240px;
}

div#image-qsl-row {
   text-align: center;
   
}

/* End of two images in a row styles */


 
