<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;--Font Section--&gt;*/
@font-face {
    font-family: mainFont;
    src: url("fonts/Amita-Regular.ttf");
  }

@font-face {
    font-family: typeFont;
    src: url("fonts/Sarabun-Regular.ttf");
  }

@font-face {
    font-family: typeFont_bold;
    src: url("fonts/Sarabun-Bold.ttf");
  } 

/*&lt;--Banner Section--&gt;*/

body{
    display: block;
    margin: 0;
    background-color: #F5F4DA;
}

.banner{
    background-color: #8A3323;
    margin: 0;
    padding-top: 1vh;
    background-image: url("images/navbar_image_transparent.png");
    background-position: center;
    background-size: auto;
}

#cornerLogo{
    width: 10vw;
    margin-left: 5vw;
}

.banner_items{
    margin: 0;
    list-style-type: none;
}

.banner_items a{
    text-decoration: none;
    color: #F5F4DA;
    font-size: 1.2vw;
}

.text_items{
    position: absolute;
    font-family: mainFont;
    color: #F5F4DA;
    font-size: 1.3vw;
    display: inline-block;
    transform: translateY(150%);
}

.text_items a{
    margin-right: 10vw;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 3px solid black;
}

.text_items a:hover{
    color: #CF6901;
    border-bottom: 4px solid goldenrod;
}

/*&lt;--Welcome Section--&gt;*/

.welcome_container{
    display: block;
    margin: 0;
    width: 100%;
    background-image: url("images/cafeImage.png");
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#hero_title{
    font-family: typeFont;
    font-size: 3vw;
    text-align: center;
    margin: 0;
    color: #F5F4DA;
    background-color: rgb(139, 50, 35, 0.5);
    border-radius: 5px;
    margin-left: 23vw;
    margin-right: 23vw;
    padding: 0.5vw;
}

#hero_hours_title{
    font-family: typeFont_bold;
    font-size: 1.5vw;
    text-align: center;
    margin: 0;
    color: #F5F4DA;
    background-color: rgb(139, 50, 35, 0.5);
    margin-left: 40vw;
    margin-right: 40vw;
}

#hero_hours_text{
    font-family: typeFont;
    font-size: 1.3vw;
    text-align: center;
    margin: 0;
    color: #F5F4DA;
    background-color: rgb(139, 50, 35, 0.5);
    margin-left: 40vw;
    margin-right: 40vw;
}

/*&lt;--Important Section--&gt;*/

.important_container{
    display: flex;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.update_impor{
    width: 25vw;
    background-color: #CF6901;
    border-radius: 5px;
}

#update_title{
    font-family: mainFont;
    text-align: center;
    font-size: 2.2vw;
    color: #F5F4DA;
}

#update_text{
    font-family: typeFont;
    text-align: center;
    font-size: 1vw;
    color: #F5F4DA;
}

.deals_impor{
    width: 30vw;
    background-color: #55692A;
    border-radius: 5px;
    margin-left: 2vw;
    margin-right: 2vw;
    padding-bottom: 5vh;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    border: 5px solid goldenrod;
}

#deals_title{
    font-family: mainFont;
    text-align: center;
    font-size: 3vw;
    color: #F5F4DA;
}

#deals_text{
    font-family: typeFont;
    text-align: center;
    font-size: 1.3vw;
    color: #F5F4DA;
}

.events_impor{
    width: 25vw;
    background-color: #65421F;
    border-radius: 5px;
}

#events_title{
    font-family: mainFont;
    text-align: center;
    font-size: 2.2vw;
    color: #F5F4DA;
}

#events_text{
    font-family: typeFont;
    text-align: center;
    font-size: 1vw;
    color: #F5F4DA;
}

@media (max-width: 1000px) {
    .text_items{
        transform: translateY(0%);
        font-size: 5vw;
    }
    .text_items a{
        font-size: 2.6vw;
    }
}

@media (max-width: 600px) {

    #hero_title{
        font-size: 5vw;
        padding: 1.2vw;
    }
    #hero_hours_title{
        font-size: 2.7vw;
        padding: 1vw;
    }
    #hero_hours_text{
        font-size: 2.5vw;
        padding: 1vw;
    }
    .banner{
        padding-bottom: 1vh;
    }
    .text_items{
        transform: translateY(0%);
        font-size: 5vw;
    }
    .text_items a{
        font-size: 3.5vw;
    }

    .important_container{
        width: 100%;
        display: block;
        margin: auto;
    }

    .update_impor{
        width: 80%;
        display: block;
        margin: auto;
        padding-top: 1vh;
        padding-bottom: 1vh;
        margin-bottom: 2vh;
    }

    #update_title{
        font-size: 3.2vw;
    }
    
    #update_text{
        font-size: 1.9vw;
    }

    .deals_impor{
        width: 80%;
        display: block;
        margin: auto;
        padding-top: 1vh;
        padding-bottom: 1vh;
        margin-bottom: 2vh;
    }

    #deals_title{
        font-size: 4.5vw;
    }
    
    #deals_text{
        font-size: 2.1vw;
    }

    .events_impor{
        width: 80%;
        display: block;
        margin: auto;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    #events_title{
        font-size: 3.2vw;
    }
    
    #events_text{
        font-size: 1.9vw;
    }

}</pre></body></html>