#header.headroom {
	transition: background-color .5s;
  background-color: rgba(0,0,0,0.75);
}

#header.headroom--unpinned {
	transform: translateY(0%);
  	background-color: rgba(0,0,0,.75);
}

.landing-hero h1
{
  color: white;
  
}

.landing-hero h2
{
  color: #ef6636;
  margin-top: 10px;
}

.landing-hero h2:last-of-type
{
  display:inline;
  border-bottom: 3px solid #ef6636;
}
  


.landing-hero p
{
  color: white;
}

.home-image
{
  border-radius: var(--button-border-radius);
    }

.home-contact fieldset
{
  background: none;
}

.home-page-cover-image
{
  background: url(https://cdn-asset-mel-2.airsquare.com/dalgetyelectrical/library/old-board-square.jpg?202408260830);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}

.home-page-cover-image img
{
  height: 100% !important;
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover !important;
}

@media only screen and (min-width: 769px) {
    .row.vertical-align-columns-top {
        align-items: stretch;
    }
}

#mobile-menu-open-link
{
  color: white !important;
}

header.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.page-hero-custom
{
  min-height:500px;
}

.page-hero-custom h1
{
  color: white;
  text-shadow:3px 3px 5px black;
  margin: 150px 150px 0px;
  font-size:4.2em;
}

.page-hero-custom h2
{
  color: white;
  text-shadow: 0px 0px 15px black;
  margin: 10px 200px 0px;
  padding: 30px;
  font-size:1.2em;
  /*background-color: var(--header-background-primary-colour);*/
  border-radius:10px;
}

@media only screen and (max-width: 768px) {
    .page-hero-custom {
    	display: block;
        min-height: 300px;
    }
  
	.page-hero-custom h1
  {
    font-size:3em;
    margin: 100px 0px 0px;
  }
  	.page-hero-custom h2
  {
    margin: 15px;
    text-shadow: 0px 0px 5px black;
  }
}