/* Custom styles for Tiny Treasures */

body {
  background-color: #fffdf7;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

#hero {
  background: url('hero.jpg') no-repeat center center/cover;
  height: 90vh;
  position: relative;
}

#hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

#hero .container {
  position: relative;
  z-index: 2;
}

.card-title {
  color: #e67e22;
}

h2 {
  font-weight: bold;
}

footer a {
  text-decoration: none;
}
