html{
    /*background-color: black;*/
    color: #F8C700;

}

header nav img{
    width: 50px;
}
main{
    /*background-image: url('./img/logo.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: 1000px;
    background:rgba(255 255 255 0.2);
    opacity:0.4; 
    filter:alpha(opacity=60);*/
    background-color: black;
    color: #F8C700;

}
.container{
    /*background-color: rgba(255, 255, 255, 0.9);*/
}

.bemutatkozas{
    /*background-image: url('./img/bemutatkozas.jpg');
    background-size: cover;
    /*background-attachment: fixed;*/
    /*border-radius: 20px;*/
    /*background-position: bottom;*/
    /*text-shadow: 1px 1px white;*/
    color: black;
    margin-top: 15px;
    border: 2px solid white;
    border-radius: 15px;
    padding-bottom: 15px;

}
.logo img{
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
}
.bemutatkozas h1{
    text-align: center;
}
.bemutatkozas h2{
    text-align: center;
    /*padding: 50px;*/
}
.bemutatkozas p{
    text-align: center;
}
.bemutatkozas h2:nth-last-child(){
    text-align: right;
    /*padding: 50px;*/
}
.elerhetosegek{
    background-color: white;
    /*border-radius: 20px;*/
    /*border-bottom: 1px solid black;*/
    margin-top: 15px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid white;
    border-radius: 15px;
}
.elerhetosegek p{
    /*border-radius: 20px;*/
    text-align: center;
    margin-bottom: 0;
    color: #F8C700;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.2rem;
    /*background-color: white;*/
    
}
.elerhetosegek p:first-of-type{
    color: black;
}
a {
    text-decoration: none;
    text-align: center;
    margin-bottom: 0;
    color: #F8C700;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex; /* Flexbox aktiválása */
    justify-content: center; /* Középre igazítás vízszintesen */
    align-items: center; /* Középre igazítás függőlegesen (ha van magasság) */
}
#szolgaltatasok h2{
    text-align: left;
    /*border-left: 5px solid white;
    padding-left: 4px;*/
    letter-spacing: 1px;
    padding-top: 90px;
}
#kepek h2{
    text-align: left;
    /*border-left: 5px solid white;*/
    /*padding-left: 4px;
    letter-spacing: 1px;*/  
    padding-top: 90px;
}
#elerhetosegek h2{
    text-align: left;
    /*border-left: 5px solid white;*/
    /*padding-left: 4px;
    letter-spacing: 1px;*/  
    padding-top: 90px;
}
#rolunk h2{
    text-align: left;
    /*border-left: 5px solid white;*/
    /*padding-left: 4px;
    letter-spacing: 1px;*/  
    padding-top: 90px;
}
/*#rolunk p{
    text-align: justify;
}*/
#kepek img{
    margin-top: 15px;
}
.img-thumbnail {
    cursor: pointer;
}
.card-img-top{
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
.card{
    border: 2px solid white;

}
.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh; /* A modal magassága 100% a viewport magasságából */
}
#modalImage {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* A kép arányainak megőrzése */
}
#rolunk img{
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    display: block;
    margin-bottom: 35px;
}