.headroom--top .navbar-sticky.navbar-dark {
    background: #000;
}

.parallax {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }


  #changevegasVideoBackground {
	position: fixed;
	top: 0;
	min-width: 100%; 
}
#pauseVideo {
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
  }
  
  #pauseVideo:hover {
	background: #ddd;
	color: black;
  }
  


  .parallax-home-01 {
	/* The image used */
	/*background-image: url("img/homepage-background.jpg");*/
	/* Set a specific height */
	min-height: 890px;
  }

  .parallax-contact-01 {
	/* The image used */
	background-image: url("/assets/img/contact-background.jpg");
	/* Set a specific height */
	min-height: 675px;   
  }
  .cs_homepage_info{
	position: absolute;
	text-align: center;
	top: 500px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

 
 .cs_homepage_info h1{
	margin-top: 0px;
	color: white;
	/*text-shadow: 2px 2px #ffff;*/
}

.cs_homepage_info h3{
	margin-top: 10px;
	color: white;
	/*text-shadow: 2px 2px #ffff;*/
}


.homepage-video{
    aspect-ratio: 16 / 9;
    width: 100%;

}

/*ui-grid ihf-gallery-street-name ui-grid-item*/

.ihf-gallery-street-name{
	text-align: left !important;
}
