html {
  overflow-y: scroll;
}

body {
  background-color: #ece9e2;
  color: #333;
  font-family: "myriad-pro","Helvetica","Arial",sans-serif;
}

#wwrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1366px;
  padding: 8px 25px 25px 25px;
}

#header,
#wtopmenu,
#wmaincontent,
#wfooter {
  max-width: 1316px;
  margin:0 auto;
}

#header {
    display: flex;
    justify-content: center;
}

#header > img {
    width: 990px;
    max-width: 100%;
}

#wtopmenu,
#wfooter {
  margin-top: 8px;
  text-align: center;
}

#wtopmenu,
.menu{
  color: #333;
}

a {
 color: #999966;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#content{
 border: 1px solid #828282;
 background-color: #ffffff;
}

#quickstats{
 float: right;
 text-align: right;
}

#worms{
 float: left;
}

.clearb{
 clear: both;
}

.listindent {
 margin-left:2em;
 clear:both
}

/** NAVBAR **/
@media (min-width: 768px) {
    .navbar-center {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.navbar {
    min-height: unset;
    background: rgba(0, 0, 0, 0.03);
    border: none;
}