body {
  margin: 0px auto;
  background-color: #D9D9B3;
  background-image: url('../images/bgroundtop2.gif');
  background-repeat: repeat-x;
  background-position: 50% top;
  font-size: 19px;
}
h1, h2, h3, h4, h5, h6 {
  color: #c3602c;
}
.whats-new h2 {
  color: #89441F;
}
a {
  color: #0000C2;
}
.double-line {
  border-top: 2px solid #c3602c;
  border-bottom: 2px solid #c3602c;
  height: 15px;
  background-color: #fff;
}
.gw-brand {
  padding-left: 19px;
  color: #c3602c;
  letter-spacing: 0.2rem;
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc;
}
ul.gw-list-group li.list-group-item {
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #c3602c;
  width: 100%;
  padding-left: 0;
}
ul.gw-list-group li.list-group-item a {
  color: #000;
  text-decoration: none;
}
ul.gw-list-group li.list-group-item a:hover {
  text-decoration: underline;
}
.whats-new {
  background-color: #d9d9b3;
  border-radius: 13px;
}
@media screen and (min-width:992px) {
  .navbar .container-fluid, .navbar-expand-lg .navbar-collapse, .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar {
    width: 100%;
    /* height: 100vh; */
    align-items: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .nav-credit {
    display: none;
  }
}