body {
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  color: #000;
}
/* All headings use Lato */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

/* Navbar styling */
.navbar-brand {
  letter-spacing: 1px;
  font-family: "Barlow", Sans-Serif;
  font-weight: 200;
  font-size: 1.5rem;

}

.nav-item {
    font-size: 1rem;
    padding: 8px 0;
    color: #000;
  font-family: "Lato", Sans-Serif;
  font-weight: 300;
      text-transform: uppercase;
    letter-spacing: .16em;
}

.theme-name {
  font-size: 2.1rem;
  line-height: 2.35rem;
  font-weight: 300;
  margin-bottom: 2rem;
}


/* Artwork titles */
.art-title {
  font-family: "Lato", Sans-Serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #010101;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
      text-transform: uppercase;
    letter-spacing: .16em;
  text-align: left;
  font-weight: 300;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}



/* 3) Hero Section */
.hero {
  background: url("https://canvyprousereuw.blob.core.windows.net/thumb/1fbef060b38d4262a6d3fb547608ec6b.webp")
    no-repeat center center;
  background-size: cover;
  /* Subtract the nav height (60px) from the viewport height */
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Centered content with flexbox */
.hero-content {
  height: 100%;
}

/* Styling for the main links */
.hero-links a {
  margin: 0 1rem;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
.hero-links a:hover {
  opacity: 0.7;
}

/* Instagram icon positioning */
.instagram-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.instagram-icon img {
  width: 50px;
  height: auto;
}

/* Smaller devices */
@media (max-width: 600px) {
  .hero-links a {
    font-size: 1.5rem;
    margin: 0 0.5rem;
  }
}
