@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');

* {
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
::-webkit-scrollbar {
    display: none;
}

/*===== font sizeok ===== */
.fd-600 {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*===== font sizeok ===== */
.fs-10 {
    font-size: 10px;
}
.fs-20 {
    font-size: 20px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40 {
    font-size: 40px;
}
.fs-50 {
    font-size: 50px;
}
.fs-60 {
    font-size: 60px;
}


.width1400 {
    max-width: 1400px;
}
/* .navbar {
    padding-top: 0 !important;
} */
.disabled {
    display: none;
}
.sect_height {
    min-height: calc(100vh - 56px);
    width: 100%;
    align-items: center;
    padding: 2rem;
}
.sect_height_book {
    min-height: calc(100vh - 256px);
    width: 100%;
    align-items: center;
    padding: 2rem;
}
.sect_height_szobak {
    min-height: calc(100vh - 256px);
    width: 100%;
    align-items: center;
    padding: 2rem;
    margin-top: 56px;
}
.sect {
    margin-top: 56px;
}
#fejlec {
    background-image: url('../assets/placeholder.png');
    background-position: center;
    background-size: cover;
    align-items: center;
}
#middle {
  display: table-cell;
  vertical-align: middle;
}
#inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    color: #fff;
}

@media screen and (max-width: 520px) {
    #inner {
        width: 450px;
    }
}
.shadow_s {
    text-shadow: 0px 0px 8px #000;
    margin-bottom: 5px;
}
.shadow_w {
    text-shadow: 0px 0px 3px #000;
}
.foglals {
    margin-top: 16px;
    min-width: 140px;
    min-height: 50px;
    border-radius: 10px;
    border-color: #fff;
}
#elerhetosegek {
    background-color: #ccdb72;
}
.kozepre {
    margin-left: auto;
    margin-right: auto;
}
/* footerhez cucok*/
#feet { /* gregor kedvence*/
    background-color: #4b4b4b;
    min-height: 100px;
    padding: 1rem 2rem;
}
#felso {
    color: white;
}
.deco_none {
    text-decoration: none;
}
.smol {
    margin-bottom: 2px;
    color: #fff;
}
.vonalka {
    height: 70px;
    width: 1px;
    border: #fff 2px solid;
    border-radius: 1rem;
}
.h-vonalka {
    margin: 1rem 0 1rem 0;
    height: 1px;
    width: 1350px;
    border: #fff 1px solid;
    border-radius: 1rem;
}
#also p {
    color: white;
    margin: 0;
}

/* aszf(uck) részhesz*/
/* #aszf {
    margin-left: auto;
    margin-right: auto;
} */
.spanok {
    height: fit-content;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}