/* Homepage header: Smile Thailand */
.home #masthead { background: #faf9f4; border-top: 4px solid #b79a52; }
.home #masthead .hgroup { padding-top: 22px; padding-bottom: 22px; }
.home #masthead .logo img { width: 270px; max-width: 100%; height: auto; }
.home #masthead .main-navigation { background: #173e32; box-shadow: 0 3px 12px rgba(23,62,50,.12); }
.home #masthead .main-navigation a { font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif; font-size: 15px; line-height: 1.5; letter-spacing: .04em; }
.home #masthead .main-navigation ul li > a { color: #faf9f4; padding-top: 17px; padding-bottom: 17px; }
.home #masthead .main-navigation ul li:hover > a,
.home #masthead .main-navigation .current-menu-item > a { background: #255543; color: #fff; }
.home #masthead a:focus-visible { outline: 3px solid #d8b967; outline-offset: -3px; }
@media (max-width: 680px) {
  .home #masthead .hgroup { padding-top: 16px; padding-bottom: 16px; }
  .home #masthead .logo img { width: 216px; max-width: 85vw; height: auto; }
  .home #masthead .main-navigation a { font-size: 14px; }
}