
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bebas+Neue&family=Space+Grotesk:wght@300..700&display=swap');

/*
  font-family: "Bebas Neue", sans-serif;
  font-family: "Alfa Slab One", serif;
  font-family: "Space Grotesk", sans-serif;

  szürke háttér: #faf9f9
  sötét szürke: #343434;
  narancs: #fa7921;
  világoskék: #4cb5ae;
  sötétkék: #439A86;


  */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    background-color: #faf9f9;
    color: #343434;
}

.mainhead {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 95%;
    border: none;
    outline: none;
    justify-content: center;

}
.logo > a {
    width: 100%/2;
}
.logo > a img {
    width: 100%;
    height: auto;
}
.logo {
    width: 100%/2;
}
.logo > img{
    width: 100%;
    height: auto;
}
header > h1 {
    color: #fa7921;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 5px 0;
    padding: 0;
}

.h2{
    width: 100%;
    background-color: #343434;
    padding: 15px;
}
.h2 > h2 {
    font-family: "Space Grotesk", serif;
    color: #fa7921;
}
.h2 > h3 {
    font-family: "Space Grotesk", serif;
    color: #fa7921;
}
.card {
    width: 80%;
    display: flex;
    margin: 15px auto 0 auto;
    border: #439386 4px solid;
    border-radius: 10px;
}

.valaszto {
    font-family: "Bebas Neue", sans-serif;
    color: #343434;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

a:any-link {
    text-decoration: none;
}

.cimsor {
    padding: 10px;
    font-family: "Space Grotesk", serif;
    color: #439386;
}

#csapoltsorok {
    width: 90%;
    margin: 15px auto 0 auto;
    display: flex;
    flex-direction: column;
}
.beercard {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.imgcont {
    width: 100%;
}
.imgcont > img {
    width: 100%;
}
.sornev {
    font-size: 3rem;
    padding: 0;
}
.sorgyar {
    color: #439386;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
}
.leiras {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
}

.bcard-btn {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
.details-button {
    border: none;
    outline: none;
    border-radius: 20px;
    background-color: #4cb5ae;
    font-family: "Bebas Neue", serif;
    font-size: 1.5rem;
    color: #343434;
    width: 25%;
    height: 40px;
}

.untappd-button {
    border: none;
    outline: none;
    border-radius: 20px;
    background-color: #439386;
    font-family: "Bebas Neue", serif;
    font-size: 1.5rem;
    color: #faf9f9;
    width: 100px;
    height: 40px;
}

.nevDiv {
    padding-left: 25px;
}
.nevDiv > h2 {
    font-size: 4.5rem;
}

.gyarP {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
    color: #fa7921;

}

.adatok {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}

.adat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 10px;
    width: 50%;
}

.unt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adat > p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.leirasDiv {
    margin: 20px auto 0 auto;
    width: 85%;
    padding-bottom: 40px;

}

.leirasDiv > p {
    font-size: 1.5rem;
    font-weight: 600;
}

.kepDiv {
    width: 100%;
}
.kepDiv > img {
    width: 100%;
    height: auto;
}

.komloDiv {
    background-color: #343434;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.komloDiv > p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #faf9f9 ;
    align-self: center;
    margin-left: 25px ;
}

#menu {
    display: flex;
    flex-direction: column;
}

.fixbtnn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 95%;
    flex-wrap: nowrap;
    overflow-x: auto; /* Oldalra lehet görgetni, ha a tartalom túl nagy a #products szélességéhez képest */
    overflow-y: hidden; /* Függőleges görgetés kikapcsolása */
    white-space: nowrap;
}
.fixbtnn::-webkit-scrollbar {
    display: none;
}

.sgybttns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 95%;
    flex-wrap: nowrap;
    overflow-x: auto; /* Oldalra lehet görgetni, ha a tartalom túl nagy a #products szélességéhez képest */
    overflow-y: hidden; /* Függőleges görgetés kikapcsolása */
    white-space: nowrap;
}
.sgybttns::-webkit-scrollbar {
    display: none;
}

.menubttn {
    border: #fa7921 2px solid;
    border-radius: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #343434;
    background-color: transparent;
    outline: none;
    width: fit-content;
    height: 40px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    margin-right: 5px;
}
.sgybttn {
    border: #439386 2px solid;
    border-radius: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #343434;
    background-color: transparent;
    outline: none;
    width: fit-content;
    height: 40px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    margin-right: 5px;
}

@media screen and (min-width: 1000px) {
                                                            * {
                                                                box-sizing: border-box;
                                                                margin: 0;
                                                                padding: 0;
                                                            }
                                                            
                                                            body {
                                                                font-family: 'Bebas Neue', sans-serif;
                                                                font-size: 16px;
                                                                background-color: #faf9f9;
                                                                color: #343434;
                                                            }
                                                            
                                                            .mainhead {
                                                                display: flex;
                                                                flex-direction: row;
                                                                margin: 0;
                                                                padding: 0;
                                                                width: 95%;
                                                                border: none;
                                                                outline: none;
                                                                justify-content: center;
                                                            
                                                            }
                                                            .logo > a {
                                                                width: 100%/2;
                                                            }
                                                            .logo > a img {
                                                                width: 100%;
                                                                height: auto;
                                                            }
                                                            .logo {
                                                                width: 100%/2;
                                                            }
                                                            .logo > img{
                                                                width: 100%;
                                                                height: auto;
                                                            }
                                                            header > h1 {
                                                                color: #fa7921;
                                                                font-size: 3rem;
                                                                display: flex;
                                                                align-items: center;
                                                                justify-content: center;
                                                                margin: 25px 0 5px 0;
                                                                padding: 0;
                                                            }
                                                            
                                                            .h2{
                                                                width: 100%;
                                                                background-color: #343434;
                                                                padding: 15px;
                                                            }
                                                            .h2 > h2 {
                                                                font-family: "Space Grotesk", serif;
                                                                color: #fa7921;
                                                                text-align: center;
                                                            }
                                                            .h2 > h3 {
                                                                font-family: "Space Grotesk", serif;
                                                                color: #fa7921;
                                                                text-align: center;
                                                            }
                                                            .card {
                                                                width: 80%;
                                                                display: flex;
                                                                margin: 15px auto 0 auto;
                                                                border: #439386 4px solid;
                                                                border-radius: 10px;
                                                            }
                                                            
                                                            .valaszto {
                                                                font-family: "Bebas Neue", sans-serif;
                                                                color: #343434;
                                                                text-decoration: none;
                                                                font-size: 2rem;
                                                                text-align: center;
                                                                justify-content: center;
                                                                align-items: center;
                                                                display: flex;
                                                                padding: 10px;
                                                            }
                                                            
                                                            a:any-link {
                                                                text-decoration: none;
                                                            }
                                                            
                                                            .cimsor {
                                                                padding: 10px;
                                                                font-family: "Space Grotesk", serif;
                                                                color: #439386;
                                                            }
                                                            
                                                            #csapoltsorok {
                                                                width: 90%;
                                                                margin: 15px auto 0 auto;
                                                                display: flex;
                                                                flex-direction: row;

                                                            }
                                                            .csapoltcont {
                                                                display: flex;
                                                                flex-direction: row;
                                                                flex-wrap: wrap;
                                                            }

                                                            .beercard {
                                                                width: 25%;
                                                                display: flex;
                                                                flex-direction: column;
                                                                padding-bottom: 20px;
                                                                padding-right: 15px;
                                                            }
                                                            .imgcont {
                                                                width: 100%;
                                                            }
                                                            .imgcont > img {
                                                                width: 100%;
                                                            }
                                                            .sornev {
                                                                font-size: 3rem;
                                                                padding: 0;
                                                            }
                                                            .sorgyar {
                                                                color: #439386;
                                                                font-family: "Space Grotesk", sans-serif;
                                                                font-size: 1.5rem;
                                                            }
                                                            .leiras {
                                                                font-family: "Space Grotesk", sans-serif;
                                                                font-size: 1rem;
                                                                display: flex;
                                                                flex-direction: row;
                                                            }
                                                            
                                                            .bcard-btn {
                                                                display: flex;
                                                                width: 100%;
                                                                flex-direction: row;
                                                                justify-content: space-between;
                                                                margin-top: 15px;
                                                            }
                                                            .details-button {
                                                                border: none;
                                                                outline: none;
                                                                border-radius: 20px;
                                                                background-color: #4cb5ae;
                                                                font-family: "Bebas Neue", serif;
                                                                font-size: 1.5rem;
                                                                color: #343434;
                                                                width: 25%;
                                                                height: 40px;
                                                            }
                                                            
                                                            .untappd-button {
                                                                border: none;
                                                                outline: none;
                                                                border-radius: 20px;
                                                                background-color: #439386;
                                                                font-family: "Bebas Neue", serif;
                                                                font-size: 1.5rem;
                                                                color: #faf9f9;
                                                                width: 100px;
                                                                height: 40px;
                                                            }
                                                            
                                                            .nevDiv {
                                                                padding-left: 25px;
                                                                width: 40%;
                                                            }
                                                            .nevDiv > h2 {
                                                                font-size: 4.5rem;
                                                            }
                                                            
                                                            .gyarP {
                                                                font-family: "Space Grotesk", sans-serif;
                                                                font-size: 1.8rem;
                                                                color: #fa7921;
                                                            
                                                            }
                                                            
                                                            .adatok {
                                                                display: flex;
                                                                flex-direction: row;
                                                                padding-left: 10px;
                                                                width: 47%;
                                                            }
                                                            
                                                            .adat {
                                                                display: flex;
                                                                flex-direction: column;
                                                                align-items: flex-start;
                                                                margin-top: 20px;
                                                                padding-left: 10px;
                                                                width: 50%;
                                                            }
                                                            
                                                            .unt {
                                                                width: 50%;
                                                                display: flex;
                                                                justify-content: center;
                                                                align-items: center;
                                                            }
                                                            
                                                            .adat > p {
                                                                font-family: "Space Grotesk", sans-serif;
                                                                font-size: 1.4rem;
                                                                font-weight: 600;
                                                            }
                                                            
                                                            .leirasDiv {
                                                                margin: 20px auto 0 auto;
                                                                width: 45%;
                                                                padding-bottom: 40px;
                                                            
                                                            }
                                                            
                                                            .leirasDiv > p {
                                                                font-size: 2rem;
                                                                font-weight: 600;
                                                            }
                                                            .kepDiv {
                                                                width: 47%;
                                                            }
                                                            .kepDiv > img {
                                                                width: 100%;
                                                                height: auto;
                                                            }
                                                            #adatlap {
                                                                display: flex;
                                                                flex-direction: row;
                                                                flex-wrap: wrap;

                                                            }
                                                            .komloDiv {
                                                                width: 45%;
                                                            }
}