ul#index{

    padding-left: 0;
    list-style-type: none; 
}

.masthead {
	width: 100%;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
   min-height: 200px;
  background-image: url("https://fleetingambience.com/images/fleetingambience.jpg");
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
         -webkit-text-stroke: 1.5px white;
         
         
         
       
}

h1 {

    color: #978a9b !important; 
    margin-top: 40%; 

}

.lead {

    color: #978a9b !important; 
}
