/*
 * This css is style sheet for
 */
body {
  padding-top: 3rem;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.5);
}

header {
  min-height: 100vh;
  background-image: url("../img/header/bg.jpg");
  background-size: cover; /* covers the entire area */
  background-position: center; /*Centers the image*/
  background-repeat: no-repeat; /* no repeating */
  /* opacity: 0.5; */
}

.header-cover {
  max-width: 43rem;
}

.header-cover-text {
  background-color: #00a941d7;
}

/*
 * Header Navbar
 */
.nav-masthead .nav-link {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

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

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