/* Inline menu buttons */
.inline {
  float: left!important;
  width: initial!important;
}

/* Full screen page menu */
.home-menu {
	/*padding-bottom: 160px;*/
}
.home-menu a {
	margin-top: 15px;
  margin-left: 10px;
}

.home-menu a:hover {
	 border: 1px solid white!important;
}

/* Full screen video */
video {
  position: absolute!important;
  top: 50%!important; 
  left: 50%!important;
  -webkit-transform: translateX(-50%) translateY(-50%)!important;
  transform: translateX(-50%) translateY(-50%)!important;
  min-width: 100%!important; 
  min-height: 100%!important; 
  width: auto!important; 
  height: auto!important;
  z-index: -1000!important; 
  overflow: hidden!important;
}

/* Hise menu overlay (push bottom) */
.hise {
  margin-top: 75px;
}

/* Footer text styles */
footer, footer p {
  font-family: 'Montserrat'!important;
  font-size: 15px!important;
  font-weight: 400!important; 
}

footer a:hover, footer p a:hover {
  color: #089e51!important;
}

/* Push footer up for full screen experience */
.footer > * {
  margin-top: -50px!important;
  /*position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 9999999;*/
}

@media only screen and (max-width: 768px) {
  .footer > * {
    margin-top: -80px!important;
  }
}