/* Write your styles */
.am-topbar .am-text-ir {
  display: block;
  margin-right: 10px;
  height: 45px;
  width: 130px;
  background: url(../../img/V2aky-white-logo.png) no-repeat left center;
  /*-webkit-background-size: 125px 24px;*/
  background-size: 80% 80%;
}

body{
	background: url(../../img/hero.jpg) no-repeat left center;
	background-size:100% 100%;
}

footer{
	 bottom: 0;
}
.am-title {
	color: #fff;
}
.am-btn-ins{
      color: #fff;
    background-color: #cabfbf70;
}