.cover-container {width:800px;}
#header {width:800px;}
.section {min-height:1000px;padding:5px;padding-top:100px;font-size:1.25em;}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

h1 a {color:rgba(255, 255, 255, .5);text-decoration:none;}
h1 a:hover {color: white;border-bottom: .25rem solid transparent;border-bottom-color: rgba(255, 255, 255, .25);}


/*small devices */
@media (max-width: 767px) {
  .section {min-height:800px;margin:0;width:100%;padding-top:110px;}
  .lead {font-size:.95em;}
  #header {width:100%;}
  .px-3 {padding:0 !important;}
  .p-3 {padding:0 !important;}
}