/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 17, 2023 */



@font-face {
    font-family: 'majesti_bannerbold';
    src: url('majesti-banner-bold-webfont.woff2') format('woff2'),
         url('majesti-banner-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'majesti_bannerbook';
    src: url('majesti-banner-book-webfont.woff2') format('woff2'),
         url('majesti-banner-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'majesti_bannerbook_italic';
    src: url('majesti-banner-bookitalic-webfont.woff2') format('woff2'),
         url('majesti-banner-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'majesti_bannerheavy';
    src: url('majesti-banner-heavy-webfont.woff2') format('woff2'),
         url('majesti-banner-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'majesti_bannerlight';
    src: url('majesti-banner-light-webfont.woff2') format('woff2'),
         url('majesti-banner-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'majesti_bannermedium';
    src: url('majesti-banner-medium-webfont.woff2') format('woff2'),
         url('majesti-banner-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




.wrapper {
    width: 100%;
    margin: 0 auto;
}




h1 {
    font-family: majesti_bannerheavy;
    font-size: 72px;
    color: #fff;
}




h2 {
    font-family: majesti_bannerbold;
    font-size: 40px;
    color: #ef4e22;
    margin-top: 25px;
}




h3 {
    font-family: majesti_bannerbook;
    font-size: 30px;
    color: #41393d;
}




h4 {
    font-family: "athelas", "serif";
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color:#41393d;
}




h5 {
    font-family: majesti_bannerbold;
    font-size: 23px;
    color:#41393d;
}




h6 {
    font-family: "athelas", "serif";
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color:#41393d; 
}




p {
    font-family: "athelas", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #8a8c8f;
    margin-bottom: 10px;
}




header {
    height: 125px;
    width: 100%;
    background-color: white;
    top: 0;
}




.logo {
    width: 65%;
    float: left;
}




.header-content{
    margin: auto;
    width: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}




li {
    font-family: "athelas", "serif";
    font-weight: 400;
    font-size: 20px;
    color: #8a8c8f; 
}




.header-section li {
    display: inline-block;
    
}
.header-section li a {
    color: white;
    padding: 10px;
    font-family: "athelas", "serif";
    font-weight: 700;
    font-size: 25px;
    text-decoration: none;
    background-color: #be1e2d;
    border-radius: 4px;
}
.header-section li a:hover {
    background-color: #ef4e22;
}




.header-section .active {
    background-color: #ef4e22;
}




nav {
    margin: 0 1px;
    padding: 36px 10px;
}




footer{
    background-color: #8a8c8f37;
    padding: 35px;
    margin-top: 25px;
}





.footer-section {
    width: 90%;
    padding-bottom: 10px;
}




.footer-section li a {
    font-family: "athelas", "serif";
    font-weight: 400;
    font-size: 20px;
}
.footer-section li a:hover {
    color: #ef4e22;
}




.footer-content {
    display: flex;
    margin: 25px auto;
    justify-content: center;
    text-align: left;
}





img{
    padding-top: 15px;
    padding-bottom: 15px;
}




#logo {
    padding: 0;
}




section {
    margin: auto;
    width: 90%;
    padding-bottom: 25px;
}




.news {
    text-align: left;
}




.newsstory {
    margin: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}




input[type=text], select, textarea {
    width: 100%;
    font-family: "athelas", "serif";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}




input[type=submit] {
    background-color: #be1e2d;
    font-family: "athelas", "serif";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}




input[type=submit]:hover {
    background-color: #ef4e22;
}




.contact {
    border-radius: 5px;
    font-family: "athelas", "serif";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 25px;
}




.fa {
    padding: 20px;
    font-size: 30px;
    width: 55px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}




.fa:hover {
    opacity: 0.7;
}




.fa-facebook {
    background: #41393d;
    color: white;
}




.fa-instagram {
    background: #41393d;
    color: white;
}




.fa-twitter {
    background: #41393d;
    color: white;
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}




.hero-contact {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.279), rgba(0, 0, 0, 0.312)), url(../images/restaurant_interior.jpg) no-repeat center / cover;
    margin-bottom: 50px;
}




.container-contact {
    width: 90%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}




.hero-about {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.279), rgba(0, 0, 0, 0.312)), url(../images/dumplings_making.jpg) no-repeat center / cover;
    margin-bottom: 50px;
}




.container-about {
    width: 90%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}




.hero-menu {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.279), rgba(0, 0, 0, 0.312)), url(../images/lo_mein.jpg) no-repeat center / cover;
    margin-bottom: 50px;
}




.container-menu {
    width: 90%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}




.hero-home {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.279), rgba(0, 0, 0, 0.312)), url(../images/dumplings.jpg) no-repeat center / cover;
    margin-bottom: 50px;
}




.container-home {
    width: 90%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}




.container-home .info a {
    text-decoration: none;
    display: inline-block;
    background-color: white;
    border-radius: 4px;
    padding: 12px 24px;
    font-family: "athelas", "serif";
    font-size: 20px;
    font-weight: 400;
    color: #ef4e22;
}
.container-home .info a:hover {
    color: #41393d;
}




a { 
   color: #8a8c8f;
}
a:hover {
    color:#ef4e22;
}
