body {background:#000;color:#fff;font-size:20px;}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('/images/2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bgblack {
  background:rgba(0, 0, 0, 0.7);
  padding:50px;
}

h1 {font-size:26px;}

p.lead {
  font-size:18px;
}

.silver {color:#546670;}

