.masthead {
  position: relative;
  width: 100%;
  height: 100vh;
  #background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 1) 0%, #d39353 100%);
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.img-responsive {
    display: block;
	margin:auto;
    width: auto;
    max-height: 100%;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hidescroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidescroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tW { font-size:100%; font-family: arial, sans-serif; color:white; font-weight:bold; 
			background-color:crimson;top:0px;left:0px;width:100%;position:absolute;height:20px;
			border-top:0px inset silver; font-weight:normal; border-bottom:0px inset silver;
		}
.txtWhite {
			 font-size:100%; font-family: arial, sans-serif; color:Gainsboro; font-weight:normal; 
		}
.txtStroke {
text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
	color: white;
	font-size: 20pt;
	font-family:DynaPuff,cursive;
}