html, body {
  font-size:100%;
  font-family:Verdana !important;
  height:100%;
}

body {
  background-image:url('/static/images/bgol.jpg'), url('/static/images/bgur.jpg');
  background-position:0px 30px, right 500px;
  background-repeat:no-repeat, no-repeat;
  font-size:16px;
}

#id_page_content {
  margin-top:12px
}

.cursor {
    cursor:pointer;
}

.top-panel {
  background-color:#576e47;
  color:white;
  font-size:110%;
}

.logo-top {
  margin-top:50px;
}

#navMenu {
    margin-top:46px;
    background-color:#576e47
}

.menu-item, 
.menu-item-home {
  font-size:140%;
  color:#888;
}

.menu-image-wrapper {
    width:100%;
    max-width:250px;
    display:inline-block;
    margin:0px 20px 40px 20px;
}

.menu-images-wrapper a {
    text-decoration:none;
}

.menu-image-wrapper header {
    background-color:#576e47;
}

.menu-image-wrapper:hover {
    opacity:0.7;
}

.menu-image {
    padding:0;
}

footer {
    padding-top:20px;
    background-color:#576e47;
    height:100%;
}

footer .menu-item {
  font-size:120%;
  color:#fff;
}

footer .menu-footer a {
  color:#fff;
}

footer .menu-footer {
  margin:0;
  padding:0;
}

footer .menu-footer li {
  list-style-type:none;
  padding:0;
  margin:0;
  line-height:1.8rem;
  display:inline;
}

h2 {
    font-family:Helvetica, sans-serif;
    margin-top:10px;
    line-height:2.4rem;
    color:#576e47;
    text-align:center;
    font-weight:600;
}

h3 {
    font-size:140%;
    margin: 30px 0 10px 0;
}

h4 {
    font-family:Verdana, Arial, sans-serif;
    color:#777;
    font-size:120%;
    margin: 20px 0 10px 0;
}

/* Scroll to top */

.scroll-to-top {
  position: relative;
}

.btn-position {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 20;
}

.btn-style {
  background-color: #ddffdd;
  border: 2px solid #777;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #999;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

@media only screen and (max-width:991px) {
  body {
      background-image:none;
      background-color:#fff;
  }
}

@media only screen and (max-width:767px) {
  .menu-item,
  .menu-item-home {
    font-size:110%;
    color:#fff;
  }
  .menu-item-home {
    color:#888;
  }
  .logo-top {
    margin-top:100px;
  }
  #id_page_content {
    margin-top:0px;
  }

  .btn-position {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 20;
  }
}

