#header-image {
background-size: cover;
background-position: center center;
background-image: url("../img/anacapa-rock-pile-1080p.jpg");
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
}

#header-text-heading {
  color: white;
  font-weight: 400;
}

.text-shadow-black {
  text-shadow: black 0 0 20px;
}

.header-text-container {
  text-align: center;
}

.card{
  border: none;
}
