.menu-icon{
  position: fixed !important;
  top: 100px !important;
  z-index: 9999;
}

.toplink{
  position: fixed;
  display: block;
  overflow: hidden;
  cursor: pointer;
  bottom: -80px;
  right: 30px;
 // background-image: url('/static/img/top.png');
  width: 60px;
  height: 60px;
  z-index: 9999;
  text-align: right;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;


}

.toplink:hover{
  opacity: 0.7;
}

.homescreen .title h1{
  text-shadow: 2px 2px #000;
}

/* Mobile */
@media only screen and (max-width : 1200px) {
  .homescreen .title h1{
    font-size: 30px !important;
  }
}


html:not(.home), html:not(.home) body{
  background: #fff !important;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
}

.wrapper {
  min-height:100%;
  position:relative;
}

.content {
  padding-bottom:170px;
}

div.footer{
  min-height: 125px;
  background: #cfc5c0;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
}
footer{

}

.logo{
  padding-right: 3px !important;
}

.content ul{
  margin: 0 0 20px 15px !important;
  list-style: disc !important;
}