.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #c00000;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

a {
  color: #caaf76;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #caaf76;
  text-decoration: underline;
}

code {
  font-size: 87.5%;
  color: #caaf76;
  word-wrap: break-word;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.imageWrapper {
  position: relative;
}

.overlayImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #fff;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #aaa;
  font-size: 15px;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 10px 5px;
}

#myTable tr {
  border-bottom: 1px solid #aaa;
}

#myTable tr.header, #myTable tr:hover, #myTable th, #myTable thead {
  background-color: #C00000;
  color: #ffffff;
}

#myInput {
  background-image: url('../../../assets/img/Misc/searchicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #aaa;
}

.small, small {
  font-size: 100%;
  font-weight: 400;
}

#gifs-rows1 img {
  cursor: pointer;
}

#gifs-rows1 .gif-file1 {
  display: none;
}

#gifs-rows2 img {
  cursor: pointer;
}

#gifs-rows2 .gif-file2 {
  display: none;
}

#gifs-rows3 img {
  cursor: pointer;
}

#gifs-rows3 .gif-file3 {
  display: none;
}

#gifs-rows4 img {
  cursor: pointer;
}

#gifs-rows4 .gif-file4 {
  display: none;
}

#gifs-rows5 img {
  cursor: pointer;
}

#gifs-rows5 .gif-file5 {
  display: none;
}

#gifs-rows6 img {
  cursor: pointer;
}

#gifs-rows6 .gif-file6 {
  display: none;
}

#gifs-rows7 img {
  cursor: pointer;
}

#gifs-rows7 .gif-file7 {
  display: none;
}

#gifs-rows8 img {
  cursor: pointer;
}

#gifs-rows8 .gif-file8 {
  display: none;
}

#gifs-rows9 img {
  cursor: pointer;
}

#gifs-rows9 .gif-file9 {
  display: none;
}

#gifs-rows10 img {
  cursor: pointer;
}

#gifs-rows10 .gif-file10 {
  display: none;
}

#gifs-rows11 img {
  cursor: pointer;
}

#gifs-rows11 .gif-file11 {
  display: none;
}

#gifs-rows12 img {
  cursor: pointer;
}

#gifs-rows12 .gif-file12 {
  display: none;
}

#gifs-rows13 img {
  cursor: pointer;
}

#gifs-rows13 .gif-file13 {
  display: none;
}

#gifs-rows14 img {
  cursor: pointer;
}

#gifs-rows14 .gif-file14 {
  display: none;
}

#gifs-rows15 img {
  cursor: pointer;
}

#gifs-rows15 .gif-file15 {
  display: none;
}

#gifs-rows16 img {
  cursor: pointer;
}

#gifs-rows16 .gif-file16 {
  display: none;
}

#gifs-rows17 img {
  cursor: pointer;
}

#gifs-rows17 .gif-file17 {
  display: none;
}

#gifs-rows18 img {
  cursor: pointer;
}

#gifs-rows18 .gif-file18 {
  display: none;
}

#gifs-rows19 img {
  cursor: pointer;
}

#gifs-rows19 .gif-file19 {
  display: none;
}

/* Eliminates padding, centers the thumbnail */

body, html {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* Styles the thumbnail */

/* a.zoom img {
  height: 150px;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  margin: 94px 20px 20px 20px;
} */

/* Styles the zoom, removes it from sight and adds the fade-in transition */

/* Styles the zoom image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

/* Styles the close link, adds the slide down transition */

/* Provides part of the "X" to eliminate an image from the close link */

/* Provides part of the "X" to eliminate an image from the close link */

/* Uses the :target pseudo-class to perform the animations upon clicking the .zoom-target anchor */

.figure-caption {
  font-size: 90%;
  color: #caaf76;
}

.figure {
  border: 1px #cccccc solid;
}

.zoom:hover {
  transform: scale(2.5);
}

.zoom {
  transition: .4s;
}

