html, body{
  height: 100%;
  font-family: 'Lora';
  background-color: rgb(241,239,236);
}
body{
  padding-top: 196px;
  padding-bottom: 40px;
}
.top_line{
  height: 25px;
  background-color: rgb(142,131,121);
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
}
.wl_line{
  height: 130px;
  width: 100%;
  position: fixed;
  top: 25px;
  background-color: white;
  z-index: 999;
}

.logo{
  height: 80px;
  margin-top: 20px;
}

.navbar-fixed-top{
  background-color: rgb(142,131,121);
}

.navbar-default .navbar-nav>li>a{
  color: white;
}
.navbar-default .navbar-brand{
  color: white;
}
.banner{
  height: 280px;
  width: 100%;
  background-image: url('../images/ILVE-banner.jpg');
  background-size: cover;
}
.ph_bottom{
  height: 39px;
  position: fixed;
  bottom: 0px;
  background-color: rgb(142,131,121);
  border-top: 1px solid white;
  width: 100%;
  line-height: 39px;
  text-align: center;
}
.ph_bottom a{
  color: white;
  font-weight: bold;
}

.hsto{
  height: 100%;
  width: 100%;
  margin-top: -80px;
}


.content-m:last-child{
    margin-bottom: 20px;
}
.content-m{
    min-height: 100%;
    background-color: white;
    border: 2px solid rgb(222,217,211);
    margin-bottom: 30px;
    padding: 30px;
    font-size: 14pt;
}