body {
    font-family: Palatino, URW Palladio L, serif;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    color: #fff;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.custom-bg {
  background-image: url('images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 100%;
}


#google_translate_element {
      position: fixed;
      top: 10px;
      right: 10px;
      z-index: 9999;
    }

.menu {
    background: rgba(255, 235, 205, 0.9);
    color: sienna;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand, .nav-link {
    font-size: 18px;
    font-weight: bold;
}

.first {
    text-align: center;
    background: rgba(139, 69, 19, 0.85);
    color: blanchedalmond;
    padding: 15% 5%;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.first .est-year {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first .est-year div {
    margin: 0 10px;
}

.first .title {
    margin-top: 20px;
    font-size: 50px;
}

.button {
    border: none;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    color: sienna;
    border-radius: 8px;
    transition: 0.3s;
    box-shadow: 0px 6px 0px brown;
    width: 85%;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 235, 205, 0.9);
    padding: 30px;
    color: sienna;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.stitle p {
    text-align: center;
    text-decoration: underline;
    font-size: 30px;
}

.desc-name-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.desc {
    font-size: 18px;
    max-width: 90%;
    line-height: 1.5;
}

.name {
    font-size: 24px;
    font-weight: bold;
    color: sienna;
}

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background: rgba(255, 235, 205, 0.9);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ttitle p {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
    color: sienna;
}

.conc-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: sienna;
    gap: 10px;
}

.conc {
    flex: 1;
    text-align: left;
    font-size: 30px;
    margin: auto;
}

.social {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    
}

.social p {
    margin: 5px 0;
}

.links {
    color: blanchedalmond;
    color: sienna;
}

.contact-form {
    padding: 25px;
    border-radius: 12px;
    max-width: 90%;
    margin: 25px auto;
    background: rgba(139, 69, 19, 0.85);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: blanchedalmond;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
}

.contact-form .btn {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    color: sienna;
    transition: 0.3s;
}

.contact-form .btn:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.bottom {
    text-align: center;
    padding: 12px;
    background: rgba(255, 235, 205, 0.9);
    font-weight: bold;
    border-top: 2px solid sienna;
}

@media (max-width: 768px) {
    body {
        font-family: 'Palatino', 'URW Palladio L', serif;
        background: linear-gradient(135deg, #8B4513, #A0522D);
        margin: 0;
        padding: 0;
        width: 100vw;
        overflow-x: hidden;
        color: #fff;
    }
}

.menu {
    background: rgba(255, 235, 205, 0.9);
    color: sienna;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand, .nav-link {
    font-size: 18px;
    font-weight: bold;
}

.first {
    text-align: center;
    background: rgba(139, 69, 19, 0.85);
    color: blanchedalmond;
    padding: 10% 5%;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.first .est-year {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first .est-year div {
    margin: 0 10px;
}

.first .title {
    margin-top: 20px;
    font-size: 42px;
}

.button {
    border: none;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    color: sienna;
    border-radius: 8px;
    transition: 0.3s;
    box-shadow: 0px 6px 0px brown;
    width: 85%;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 235, 205, 0.9);
    padding: 30px;
    color: sienna;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.stitle p {
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
}

.desc-name-container {
    max-width: 85%;
    line-height: 1.6;
    font-size: 18px;
}

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background: rgba(255, 235, 205, 0.9);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ttitle p {
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
}

.contact-form {
    padding: 25px;
    border-radius: 12px;
    max-width: 85%;
    margin: 25px auto;
    background: rgba(139, 69, 19, 0.85);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-form .btn {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    color: sienna;
    transition: 0.3s;
}

.contact-form .btn:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.bottom {
    text-align: center;
    padding: 12px;
    background: rgba(255, 235, 205, 0.9);
    font-weight: bold;
    border-top: 2px solid sienna;
}

@media (max-width: 768px) {
    body {
        font-family: 'Palatino', 'URW Palladio L', serif;
        background: linear-gradient(135deg, #8B4513, #A0522D);
        margin: 0;
        padding: 0;
        width: 100vw;
        overflow-x: hidden;
        color: #fff;
    }
}

.menu {
    background: rgba(255, 235, 205, 0.9);
    color: sienna;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand, .nav-link {
    font-size: 18px;
    font-weight: bold;
}

.first {
    text-align: center;
    background: rgba(139, 69, 19, 0.85);
    color: blanchedalmond;
    padding: 10% 5%;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.first .est-year {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first .est-year div {
    margin: 0 10px;
}

.first .title {
    margin-top: 20px;
    font-size: 42px;
}

.button {
    border: none;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    color: sienna;
    border-radius: 8px;
    transition: 0.3s;
    box-shadow: 0px 6px 0px brown;
    width: 85%;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 235, 205, 0.9);
    padding: 30px;
    color: sienna;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.stitle p {
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
}

.desc-name-container {
    max-width: 85%;
    line-height: 1.6;
    font-size: 18px;
}

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background: rgba(255, 235, 205, 0.9);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ttitle p {
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
}

.contact-form {
    padding: 25px;
    border-radius: 12px;
    max-width: 85%;
    margin: 25px auto;
    background: rgba(139, 69, 19, 0.85);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-form .btn {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    color: sienna;
    transition: 0.3s;
}

.contact-form .btn:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.bottom {
    text-align: center;
    padding: 12px;
    background: rgba(255, 235, 205, 0.9);
    font-weight: bold;
    border-top: 2px solid sienna;
}

@media (max-width: 1024px) {
    body {
        font-family: 'Palatino', 'URW Palladio L', serif;
        background: linear-gradient(135deg, #8B4513, #A0522D);
        margin: 0;
        padding: 0;
        width: 100vw;
        overflow-x: hidden;
        color: #fff;
    }
}

.menu {
    background: rgba(255, 235, 205, 0.9);
    color: sienna;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand, .nav-link {
    font-size: 20px;
    font-weight: bold;
}

.first {
    text-align: center;
    background: rgba(139, 69, 19, 0.85);
    color: blanchedalmond;
    padding: 8% 5%;
    font-size: 24px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.first .est-year {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first .est-year div {
    margin: 0 12px;
}

.first .title {
    margin-top: 20px;
    font-size: 44px;
}

.button {
    border: none;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    padding: 16px;
    font-size: 20px;
    font-weight: 700;
    color: sienna;
    border-radius: 8px;
    transition: 0.3s;
    box-shadow: 0px 6px 0px brown;
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 235, 205, 0.9);
    padding: 40px;
    color: sienna;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.stitle p {
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.desc-name-container {
    max-width: 80%;
    line-height: 1.7;
    font-size: 20px;
}

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: rgba(255, 235, 205, 0.9);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ttitle p {
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
}

.contact-form {
    padding: 30px;
    border-radius: 12px;
    max-width: 80%;
    margin: 30px auto;
    background: rgba(139, 69, 19, 0.85);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-form .btn {
    width: 100%;
    padding: 16px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    color: sienna;
    transition: 0.3s;
}

.contact-form .btn:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.bottom {
    text-align: center;
    padding: 14px;
    background: rgba(255, 235, 205, 0.9);
    font-weight: bold;
    border-top: 2px solid sienna;
}

@media (max-width: 1440px) {
    body {
        font-family: 'Palatino', 'URW Palladio L', serif;
        background: linear-gradient(135deg, #8B4513, #A0522D);
        margin: 0;
        padding: 0;
        width: 100vw;
        overflow-x: hidden;
        color: #fff;
    }
}

.menu {
    background: rgba(255, 235, 205, 0.9);
    color: sienna;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand, .nav-link {
    font-size: 22px;
    font-weight: bold;
}

.first {
    text-align: center;
    background: rgba(139, 69, 19, 0.85);
    color: blanchedalmond;
    padding: 8% 5%;
    font-size: 26px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.first .est-year {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first .est-year div {
    margin: 0 12px;
}

.first .title {
    margin-top: 20px;
    font-size: 48px;
}

.button {
    border: none;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    padding: 18px;
    font-size: 22px;
    font-weight: 700;
    color: sienna;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0px 6px 0px brown;
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 235, 205, 0.9);
    padding: 45px;
    color: sienna;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.stitle p {
    font-size: 32px;
    font-weight: bold;
    text-decoration: underline;
}

.desc-name-container {
    max-width: 80%;
    line-height: 1.8;
    font-size: 22px;
}

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px;
    background: rgba(255, 235, 205, 0.9);
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ttitle p {
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.contact-form {
    padding: 35px;
    border-radius: 14px;
    max-width: 75%;
    margin: 35px auto;
    background: rgba(139, 69, 19, 0.85);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-form .btn {
    width: 100%;
    padding: 18px;
    font-size: 22px;
    border-radius: 10px;
    font-weight: bold;
    background: linear-gradient(135deg, #FFDEAD, #FFDAB9);
    color: sienna;
    transition: 0.3s;
}

.contact-form .btn:hover {
    background: linear-gradient(135deg, #FFDAB9, #FFDEAD);
    transform: scale(1.05);
}

.bottom {
    text-align: center;
    padding: 16px;
    background: rgba(255, 235, 205, 0.9);
    font-weight: bold;
    border-top: 2px solid sienna;
}

.welcome-text {
  font-size: 1rem;       /* small text */
  color: #555;           /* softer gray */
  display: block;
  margin-bottom: 5px;
}

.shop-text {
  font-size: 2.5rem;     /* big bold shop name */
  font-weight: bold;
  color: #000;           /* black */
  display: block;
}

