body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

/* Navbar */
.w3-bar .w3-bar-item {
  font-weight: bold;
}

.w3-top {
  z-index: 100;
}

/* Section */
.section {
  padding: 64px 20px;
  margin-bottom: 64px;
}

.section h3,
.section h4 {
  font-weight: bold;
}

/* Parallax */
.bgimg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.bgimg-1 { background-image: url("img/image.jpg"); }

/* About */
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.about-content img {
  max-width: 300px;
  width: 100%;
}

.about-content p {
  max-width: 600px;
  text-align: left;
}

/* Gallery */
.gallery-box {
  margin-bottom: 15px;
  height: 220px;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
