@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&amp;display=swap");

body {
  background: linear-gradient(
    135deg,
    #e6e6fa 0%,
    /* Lavender */ #f2d1f0 50%,
    /* Light Orchid */ #d8bfd8 100% /* Thistle */
  ) !important;
}

body a {
  font-family: "Noto Sans TC", sans-serif;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dance-gif {
  width: 40px;
}

.tm-footer-links > .d-flex > * {
  padding-left: 5px;
  font-family: "Noto Sans TC", sans-serif;
}
.navbar {
  padding: 0.5rem 0rem !important;
}

.container-fluid {
  padding: 0.5rem 2rem !important;
}

#index_content {
  padding: 0.5rem 2rem !important;
}

.navbar-brand {
  color: #2f3e4d !important;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: bold;
  margin-left: 15px;
  font-size: 1.75rem !important;
}

#navbarSupportedContent {
  background: linear-gradient(
    135deg,
    #e6e6fa 0%,
    /* Lavender */ #f2d1f0 50%,
    /* Light Orchid */ #d8bfd8 100% /* Thistle */
  );
  color: #4b0082; /* Indigo 文字顏色（深紫） */
  font-family: sans-serif;

  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1080px) {
  #navbarSupportedContent {
    background: transparent !important;
  }
}

#image-container a {
  width: 100%;
}

#image-container a img {
  width: 100%;
  max-width: 500px; /* 單張圖片最大寬度 */
  height: auto;
  margin: 5px;
  border-radius: 8px;
  object-fit: cover;
}

.tell_content p {
  color: #333333;
}
