body {
  padding-top: 56px;
  background-image: url('/images/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
nav.navbar{
  background-color: #65babf;
}
footer{
  background-color: #65babf;
}
li, ul.calltoaction{
  list-style: none;
  display: inline-block;
}
.samp{
  padding: 10px;
  background-color: #ffffff;
  /*padding: 20px;*/
}
.btn-primary{
  background-color: #e37222;
  border-color: #e37222;
  color: #ffffff;
}

.btn-primary:hover{
  background-color: #f1b78e;
  border-color: #f1b78e;
  color: #ffffff;
}
a {
  text-decoration: none;
  color:#953e00;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a:hover {
color:#f1b78e;
text-decoration: none;
}
