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

.masthead {
  padding-top: 0;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  /* background-image: url("../img/logo-background.jpg"); */
  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 {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


@media (min-width: 769px) {
	.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
	.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
	.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}



@media (max-width: 768px) {

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