/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */


.bgimage {
  width:100%;
  height:500px;
  background: url("img/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}
.bgimage h1 {
  color:#000;

}
.bgimage p{
   color:#000;

}


.cover-container {
background: url("img/bg.webp") no-repeat scroll 0px 100% / cover transparent;

  
}




/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  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{ text-decoration: none; color: #000; } 

h1, h2 {
  font-family: Georgia, serif;
}

.about h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.about h2 span { 
    background:#fff; 
    padding:0 10px; 
}

#color-overlay {
   color: #000;
   width: 100%;
   background-color: #f8f9fa;
   opacity: 0.9;
   padding: 3em;
   margin: 0 auto;
}

.bbutton {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 3px 2px;
  cursor: pointer;
  border-radius: 33px;
  font-weight: bold;
}

#about{ height:50rem; }

.footer{background-color: #e9ecef}