a:hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bg{
    background: url(../img/common/header_bg.svg) bottom repeat-x;
    background-size: auto 100px;
    padding-bottom: 120px;
}
@media (max-width: 768px){
/*  .nav-image{
    height: 60px;
    width: 100%;
  }*/
}
  video {
    width: 100%;
    height: auto;
  }
</style>
.footer-bg{
  border-bottom: 6px solid #956134;
  padding-bottom:20px;
}