
/* verticle scroll styles - requires verticlescroll.js */

.masthead {
  padding-top: 0;
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
   background-position: 50% 50%;
  background-size: cover;
	box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
	
}



.masthead .masthead-subheading {
  
}

.masthead .masthead-heading {
  
}


@media (min-width: 769px) {
	.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
	.masthead .masthead-subheading {
   
    margin-bottom: 2rem;
  }
	.masthead .masthead-heading {
   
    margin-bottom: 4rem;
  }
}



@media (max-width: 768px) {

	.masthead .masthead-heading {
	
	margin-bottom: .5em;
	margin-top: 6rem;			
	}
	
	.masthead {
	background-size: contain;
	background-color:#09101c;
	}
		
}
