body{
  overflow-x: hidden;
  background-color: #222629;
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main{
  padding-top: 50px;
}
footer{
  padding-bottom: 20px;
  padding-top: 20px;
}
ul.footer-links-list, li.footer-links-elements{
  list-style: none;
  display: inline-block;

}
li.footer-links-elements{
  padding-right:10px;
}
p.footer-text{
  color: #ffffff;
}
.box-1{
  /* height: 100%;
  width: 100%; */
  /* background-image: url('http://placehold.it/500x500'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover ;
  background-color: #6b6e70;
  padding:30px;
}
.box-2{
  /* height: 100%;
  width: 100%; */
  text-align: left;
  background-color: #618930;
  padding:30px;
}
p.box-p{

}
li.menu-list-element a{
  color: #89ab61;
}
ul.menu-list-element:hover a{
 text-decoration: none;
}
ul.menu-list{
  padding-top:30px;
  font-size: 20pt;

}
ul.menu-list, li.menu-list-element{
  list-style: none;
}
.btn, .btn-primary{
  background-color: #87c232;
  border:none;
}
