@charset "UTF-8";

body {
    background-color: white;
}
html {
  font-size: 11px;
}

a {
    color: #fff;
}

a:hover {
    color: #477c11;
}

#titlerow {
  height: 130px;
}

@media screen and (min-width: 576px) {
  html {
    font-size: 14px;
  }
  #titlerow {
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
  #titlerow {
    height: 135px;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
  #titlerow {
    height: 165px;
  }
}

.slideshow {
    text-align: center;
}

.slideshow img {
    object-fit: cover;
    height: 100%;
}

#currentimg {
    z-index:999;
}