/*
 * Globals
 */


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


/* Base Structure */


@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Black.ttf), url(../fonts/Merriweather-Light.ttf), url(../fonts/Merriweather-LightItalic.ttf), url(../fonts/Merriweather-Regular.ttf);
}



body h1 h2 h3 h4 h5 h6 {
  font-family: "Merriweather", serif;
}

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

/*  background image url must be in the same directory as index.html file */ 

.cover-container-closing {
  max-width: 100%;
  height: auto;
  background-image: url("../images/charlotte-sunset.jpg");
  background-size: cover;
  justify-content: space-around;
 }

 .cover-container-landing {
  max-width: 100%;
  height: auto;
  background-image: url("../images/boerne-sunrise.jpg");
  background-size: cover;
  justify-content: space-around;
 }

.navbar  {
  background-color: antiquewhite;
  color: orangered;
  font-weight: bold;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

header .row {
  display: flex;
  align-items: center;
}

.navbar a {
  color: slateblue;
  text-decoration: underline;
}

.col-sm-4 p {
  margin: 25px 20px 15px;
  min-width: 60px;
  padding: 1px;
}

section.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section-references {
  margin-left: 2rem;
}

.section-references a{
  text-decoration: underline;
}

footer  {
  font-size: 1rem;
  background-color: darkgray;
  color: black;
  margin-top: 2rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  align-content: flex-end;
  justify-content: center;
}
footer a  {
  font-size: 1rem;
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}



/*
 * Header and footer
 */

.nav-masthead {
  background: blanchedalmond;
  margin-left: 1rem;
  margin-right: 1tem;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: darkblue;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: darkblue;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: gray;
  border-bottom-color:gray;
}

.footer  {
  color: blanchedalmond;

}
   

.footer .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  border-top: 0.5rem solid transparent;
}


.carousel {
  width: 640px;
  height: 360px;
}
.carousel-inner > .item >.image {
  width: 640px;
  height: 360px;
}


