body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8e4;
    color: #595f3b;
    height: auto;
    width: auto;
}

main {
    padding: 20px;
    height: auto;
    width: auto;
}

.hero {
    text-align: center;
    padding: 50px 20px;
}

.hero-bg {
    background: linear-gradient(to right, #f8f8e4 0%, rgba(248, 248, 228, 0) 10%, rgba(248, 248, 228, 0) 90%, #f8f8e4 100%), url("../images/molnara_bg.png");
    width: 1800px;
    height: 500px;
}

.hero-bg-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-list {
    font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
    text-align: left;
    font-weight: bolder;
    max-width: 720px;
    margin: 0 auto 20px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.logo {
    height: 180px;
    margin-right: 8px;
}

.hero h1 {
    font-family: "Explora", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4em;
    margin-top: 58px;
}

.hero p {
    width: 1100px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
    font-size: 1.2em;
}

.menu-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    color: #595f3b;
    font-weight: 600;
}

.menu-points ul {
    list-style-type: none;
    padding: 0;
    margin-left: 100px;
    width: 150px;
}

.menu-points ul:hover li {
    opacity: 0.2;
}

.menu-points ul li {
    font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background: #a3b891;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
}

.menu-points ul li:hover {
    transform: scale(1.1);
    z-index: 5;
    background: #bc2240;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    color: white;
    opacity: 1;
}

.menu-points img {
    border-radius: 10px;
    width: 250px;
    height: 300px;
    margin-right: 50px;
    margin-top: 20px;
    transition: transform 0.8s ease-in-out;
}

.menu-points img:hover {
    z-index: 10;
    margin-bottom: 140px;
    transform: scale(3);
}

#menu-image {
    flex: 1;
    text-align: center;
}

.chefs-specialty {
    display: flex;
    padding: 50px 20px;
}

.chefs-text-container {
    max-width: 700px;
    margin-left: 250px;
    overflow: hidden;
}

.chefs-text-container h2 {
    font-size: 2em;
}

.chefs-text-container p {
    font-size: 1.2em;
    text-align: justify;
    text-justify: inter-word;
}

.chefs-text-container p span.indent {
    display: inline-block;
    margin-left: 20px;
}

.location {
    padding: 50px 20px;
}

.location h2 {
    font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
    font-size: 2em;
    margin-bottom: 20px;
}

.location p {
    font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
    font-size: 1.2em;
    text-align: justify;
    text-justify: inter-word;
    margin-right: 500px;
}

#google-map {
    width: 100%;
    height: 300px;
    background-color: #ccc;
    margin: 20px 0;
}

.location button {
    font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #4f240f;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: background 0.8s ease, color 0.5s ease;
    background-image: radial-gradient(circle, #4f240f, transparent, #595f3b 5%);
    background-size: 25% 50%;
    background-position: center;
}

.location button:hover {
    background-size: 6000% 6000%;
    color: white;
}

.location-text {
    text-align: center;
    margin: 0;
}

.location p span.indent {
    display: inline-block;
    margin-left: 20px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #595f3b;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f8f8e4;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #595f3b #f8f8e4;
}

@media (max-width: 1200px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero-list {
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .location p {
        margin: auto;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }
    .menu-points ul {
        margin-left: 20px;
        width: 100px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
}

@media (max-width: 1050px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero p {
        font-size: medium;
    }
    .hero-list {
        font-size: medium;
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 160px;
    }

    .location p {
        margin: auto;
        font-size: small;
    }
    .location h2 {
        font-size: small;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-left: 20px;
        width: 100px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
}

@media (max-width: 970px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero p {
        font-size: medium;
        margin-top: 0;
    }
    .hero-list {
        font-size: medium;
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 160px;
    }

    .location p {
        margin: auto;
        font-size: small;
    }
    .location h2 {
        font-size: small;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-left: 20px;
        width: 100px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
}

@media (max-width: 893px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero p {
        font-size: medium;
        margin-top: 0;
    }
    .hero-list {
        font-size: medium;
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 140px;
    }
    .hero h1 {
        font-size: 3em;
        margin-top: 35px;
    }

    .location p {
        margin: auto;
        font-size: small;
    }
    .location h2 {
        font-size: small;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-left: 20px;
        width: 100px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
}

@media (max-width: 731px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero p {
        font-size: medium;
        margin-top: 0;
    }
    .hero-list {
        font-size: medium;
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 120px;
    }
    .hero h1 {
        font-size: 2.5em;
        margin-top: 35px;
    }

    .location p {
        margin: auto;
        font-size: small;
    }
    .location h2 {
        font-size: small;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-left: 20px;
        width: 100px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: small;
    }
}

@media (max-width: 691px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero p {
        font-size: small;
        margin-top: 0;
    }
    .hero-list {
        font-size: small;
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 120px;
    }
    .hero h1 {
        font-size: 2.5em;
        margin-top: 35px;
    }

    .location p {
        margin: auto;
        font-size: small;
    }
    .location h2 {
        font-size: small;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-left: 20px;
        width: 100px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: small;
    }
}

@media (max-width: 587px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 250px;
    }
    .hero p {
        font-size: small;
        margin-top: 0;
    }
    .hero-list {
        font-size: small;
        margin-left: 300px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 100px;
    }
    .hero h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    .location p {
        margin: auto;
        font-size: smaller;
    }
    .location h2 {
        font-size: smaller;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-right: 25px;
        width: 60px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: smaller;
    }
}

@media (max-width: 573px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 0;
    }
    .bg-p1 {
        margin-left: 30px;
    }
    .bg-p2 {
        margin-left: 250px;
    }
    .hero p {
        font-size: small;
        margin-top: 0;
    }
    .hero-list {
        font-size: small;
        margin-left: 200px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 100px;
    }
    .hero h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    .location p {
        margin: auto;
        font-size: smaller;
    }
    .location h2 {
        font-size: smaller;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-right: 25px;
        width: 60px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: smaller;
    }
}

@media (max-width: 533px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 0;
    }
    .bg-p1 {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .bg-p2 {
        margin-top: 0;
        margin-left: 250px;
    }
    .hero p {
        font-size: small;
        margin-top: 0;
    }
    .hero-list {
        margin-top: 0;
        font-size: small;
        margin-left: 250px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 100px;
    }
    .hero h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    .location p {
        margin: auto;
        font-size: smaller;
    }
    .location h2 {
        font-size: smaller;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-right: 25px;
        width: 60px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: smaller;
    }
}

@media (max-width: 492px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 0;
    }
    .bg-p1 {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .bg-p2 {
        margin-top: 0;
        margin-left: 250px;
    }
    .hero p {
        font-size: 0.8em;
        margin-top: 0;
    }
    .hero-list {
        margin-top: 0;
        font-size: 0.8em;
        margin-left: 100px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 80px;
    }
    .hero h1 {
        font-size: 1.5em;
        margin-top: 25px;
    }

    .location p {
        margin: auto;
        font-size: smaller;
    }
    .location h2 {
        font-size: smaller;
    }

    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-right: 25px;
        width: 60px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: smaller;
    }
}

@media(max-width: 479px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 0;
    }
    .bg-p1 {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .bg-p2 {
        margin-top: 0;
        margin-left: 250px;
    }
    .hero p {
        font-size: 0.8em;
        margin-top: 0;
    }
    .hero-list {
        margin-top: 0;
        font-size: 0.8em;
        margin-left: 100px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 80px;
    }
    .hero h1 {
        font-size: 1.5em;
        margin-top: 25px;
    }

    .location p {
        margin: auto;
        font-size: smaller;
    }
    .location h2 {
        font-size: smaller;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-right: 25px;
        width: 60px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: smaller;
    }
}

@media(max-width: 462px) {
    .hero-bg {
        width: auto;
        background-position: left center;
    }
    .hero-bg-text {
        margin-left: 0;
    }
    .bg-p1 {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .bg-p2 {
        margin-top: 0;
        margin-left: 250px;
    }
    .hero p {
        font-size: 0.8em;
        margin-top: 0;
    }
    .hero-list {
        margin-top: 0;
        font-size: 0.8em;
        margin-left: 80px;
        margin-bottom: 5px;
    }
    .logo-container {
        margin-bottom: 0;
    }
    .logo {
        height: 80px;
    }
    .hero h1 {
        font-size: 1.5em;
        margin-top: 25px;
    }

    .location p {
        margin: auto;
        font-size: smaller;
    }
    .location h2 {
        font-size: smaller;
    }
    .chefs-specialty {
        padding: 20px 5px;
        flex-direction: column;
        align-items: center;
    }

    .chefs-text-container {
        margin: 0;
        text-align: center;
    }

    .chefs-text-container h2 {
        font-size: small;
    }

    .chefs-text-container p {
        font-size: small;
    }
    .menu-points ul {
        margin-right: 25px;
        width: 60px;
    }
    .menu-points img:hover {
        margin-bottom: auto;
        transform: none;
    }
    .menu-points li {
        font-size: smaller;
    }
}

@media(max-width: 441px) {
    .bg-p1 {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .bg-p2 {
        margin-top: 0;
        margin-left: 250px;
    }
    .hero p {
        font-size: 0.8em;
        margin-top: 0;
    }
    .hero-list {
        margin-top: 0;
        font-size: 0.8em;
        margin-left: 40px;
        margin-bottom: 5px;
    }
}

@media(max-width: 441px) {
    .bg-p1 {
        margin-left: 30px;
        margin-bottom: 0;
    }
    .bg-p2 {
        margin-top: 0;
        margin-left: 100px;
    }
    .hero p {
        font-size: 0.6em;
        margin-top: 0;
    }
    .hero-list {
        margin-top: 0;
        font-size: 0.6em;
        margin-left: 40px;
        margin-bottom: 5px;
    }
    .logo {
        height: 60px;
    }
    .hero h1 {
        font-size: 1.2em;
        margin-top: 17.5px;
    }
}