body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #202020;
  color: #aaa;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
nav {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
}
nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: background 0.2s;
}
nav ul li a:hover, nav ul li a.active {
  background: #15171a
}

main {
  margin: 1rem 5rem 1rem 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url('/images/Musubi on Cream - Blur.jpg');
  background-size: cover;
  background-position: center;
  color:black;
  flex: 1 0 auto;
}

.footer {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  background: #15171a;
  color: #aaa;
}

@media(max-width: 768px) {
  main {
    margin: 0.5rem; /* Smaller margins on mobile */
  }
}

.container {
  margin: 2rem 0;
}
.h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.h4 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.packageContainer {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  background: #303030;
  color:#aaa
}
.btn.btn-primary {
  background: #6c63ff;
  color: #fff;
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}
.btn.btn-primary:hover {
  background: #554ee0;
}
.navLink {
  text-decoration: none;
  color: #aaa;
}

.button-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}

.tourDescriptionItems .row{
    border: #aaa 1px solid;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    background: #303030;
}

.brandBox {
    background-color: #aaa;
    border-radius: 4px;
    max-width: 30px;
}

.topContainer {
  max-width: 80vw;
}

.copyBox{
  background-color: #EEEBE4;
  background-image: url('/images/Firefly_cream frosting wallpaper 397978.jpg');
  border: solid 10px #DACBA1;
  border-radius: 10px;
  padding: 10px;
}

.bookButtonRow{
  margin-bottom: 2rem;
}

.sectionCopy{
  color:#e2d3bc
}
.homeImageBox{
  margin-left: .25rem;
  margin-right: .25rem;
  border: solid 10px #DACBA1;
  border-radius: 10px;
  img {
    padding: 0px;
  }
}

.fareharborItems{
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.tourDescriptionItems div.row{
  background-image: url('/images/Firefly_coffee bean wallpaper 107384.jpg');
}
.packageContainer{
  background-image: url('/images/Firefly_coffee bean wallpaper 107384.jpg');
  border: solid 10px #33180c;
  border-radius: 10px;
  padding: 10px;
}

.flexFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  .iconGroup{
    display: flex;
    gap: 1rem;
    flex-direction: row;
  }
}

.logo {
  &.tripadvisor {
    width: 1.25em;
    background: url('/images/tripadvisor.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
  }
}

.socialMediaIcon {
  a{
    color: #aaa;
  }
}