 body{
    background-color:rgb(29, 29, 29);
    font-size: 16px;
    color: rgb(2, 202, 29);
    font-size: 110%;
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;   /* Az egész képernyőt kitölti */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*
   background-image: linear-gradient(rgba(24, 24, 24, 0.88), rgba(0, 0, 0, 0.9)),url(pictures/12.webp);
*/

p{
    color: white;
    text-align:center;
}

.card {
    height: auto; /* Állítsd automatikus magasságra, így illeszkedik a tartalomhoz */
    max-width: 100%; /* Ez biztosítja, hogy ne lógjon túl a konténeren */
    box-sizing: border-box; /* Szegély és padding beleértve */
    width: auto;
  }

  .card-body {
    padding: 10px;
}

.col {
    display: flex;
    justify-content: center; /* Igazítja a kártyákat a konténer közepéhez */
}

.row {
    gap: 1rem;
}

.card-text{
    color: black;
    text-align: justify;
    margin: 10px 10px;
}



ul,li{
    color: white
}

/*************************************** Navbar ***********************************************/
.navbar{
    position: fixed;
    width: 100%;
    top: 0px;
    position: fixed; /* vagy sticky, ha csak görgetés közben akarod megjeleníteni */
    z-index: 1000; /* magasabb érték a menü láthatóságának biztosításához */
}

.nav-link {
    color: greenyellow;

}

.active{
    color: white;
    font-weight: bold;
    font-size: 110%;
}


.table{
    border: 2px solid black;
    width: 70%;
}

.table-th{
    color: greenyellow !important;
    font-size: 130%;
}


.overlay{
    position:absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fekete, 50%-os átlátszósággal */
}


 img {
    max-width: 100%;
    height: auto;
}
/*************************************** Kellenek? **********************************************/

.img-container {
    position: relative;
    display: inline-block;
  }
  
.img-flower {
    width: 100%;
    height: 100%;
    display: block;
    
  }

  .img-container {
    position: relative;
    display: inline-block;
  }
  
  .img-flower {
    width: 100%;
    height: 100%;
    display: block;
    
  }
  
  .dark-green-text{
    color: green;
    font-size: 25px !important ;
}

/*************************************** Főoldal************************************************/
.main-slogen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 300% !important;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
  }

  .menu-1-img{
    height: 100vh;                          /* Az egész képernyőt kitölti */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: center;
    opacity: 0.5;
}
 
 /**************************** Rólam ****************************************************/
 .div-aboutme{
    border: 1px solid greenyellow;
    padding: 50px;
    margin: 150px;
    max-width: 70%;
    max-height: 90%;
    height: auto;
    z-index: 1000;
    font-size: 10px !important;
    text-align:justify;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.menu-2-img{
    height: 100%;                          /* Az egész képernyőt kitölti */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: sticky;
    opacity: 0.5; 
    background-color: rgba(0, 0, 0, 0.7)
    
}


/************************ Szolgáltatások ***************************************************/
.div-services{
    border: 1px solid greenyellow;
    max-width: 70%;
    height: 60%;
    padding: 50px;
    margin-top: 150px !important;
    z-index: 1000;
    margin-bottom: 1rem; /* Csökkentve a margót az alsó részen */
}

.menu-3-img{
    height: 100vh;                          /* Az egész képernyőt kitölti */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: sticky;
}

/******************************* Árak **************************************************/
.div-prices{
    max-width: 80%;
    height: 60%;
    margin-top: 150px !important;
}

.menu-4{
    height: 100vh;                          /* Az egész képernyőt kitölti */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: sticky;
}


/********************************* Kapcsolat ************************************************/
.div-contact{
    max-width: 70%;
    height: 30%;
    padding: 50px;
    margin-top: 150px !important;
    font-size: 20px;
}

.menu-5{
    height: 100vh;                          /* Az egész képernyőt kitölti */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: sticky;
}
 /*************************************** Footer ******************************************/

 .footer-bg{
    background-color: black;
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-size: 10px;
    height: 5px !important;
    margin-top: 0; /* Távolság megszüntetése a lábléc előtt */
}



/*************************************** Mobil nézet *******************************************/

/* Small devices (landscape phones, 576px és nagyobb) */
@media (min-width: 576px) {
    body {
        font-size: 12px;
    }
}

/* Medium devices (tablets, 768px és nagyobb) */
@media (min-width: 768px) {
    body {
        font-size: 14px;
        background-color: #e0e0e0;
    }
}

/* Large devices (desktops, 992px és nagyobb) */
@media (min-width: 992px) {
    body {
        font-size: 16px;
        background-color: #f78f8f;
    }
}

/* X-Large devices (large desktops, 1200px és nagyobb) */
@media (min-width: 1200px) {
    body {
        font-size: 17px;
        background-color: #139afb;
    }
}

/* XX-Large devices (larger desktops, 1400px és nagyobb - Macbookom) */
@media (min-width: 1400px) {
    body {
        font-size: 18px;
        background-color: #252525;
    }
    .card{
        height: 100%;
        width: 100% !important;
        font-size: 14px;
    }
    .div-services{
        border: 1px solid greenyellow;
        max-width: 70%;
        height: 100%;
        padding: 50px;
        margin-top: 150px !important;
        margin-bottom: 0px !important;
        z-index: 1000;
    }
}






