body {
/*    background-image: linear-gradient(to top, #d9ecf2 0%, #9fcfdf 75%, #409fbf 100%); */
    background-image: url("images/bgnd.webp");
    background-repeat: no-repeat;
    background-color: #bbb991;
    background-size: 100%;
    min-height: 100vh;
    font: normal 16px sans-serif;
}
@media(max-width: 992px) { /* kicsi szélesség */
    body {
        padding: 20px 0;
        font-size: 30pt !important;
    }
    img {
        margin: 20px;
    }
    h1 {
        padding: 0;
        padding-top: 50px;
        font-size: 50pt !important;
    }
    h2 {
        padding: 0;
        padding-bottom: 50px;
        font-size: 50pt !important;
    }
}
@media(min-width: 992px) { /* nagy szélesség */
    body {
        padding:  60px 60px;
        margin: 0;
    }
    .container-fluid.gallery-container {
        background-color: #fff;
        color: #35373a;
        border-radius: 20px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    }
}

.container-fluid.gallery-container {
    min-height: 100vh;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}
.gallery-container h2 {
    text-align: center;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
    color: #888;
    font-size: 18px;
}

.mygallery {
    padding: 20px;
}

.bigPic {
    display: block;
    max-width: 900px;
    width: auto;
    margin: 0 auto;
}
.orientation_landscape {
    
}
.orientation_portrait {
    /*height: 90vh !important; */
}

.mygallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    cursor: pointer;
}


.mygallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(187, 185, 145,0.9);
}

.mygallery img {
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border:solid 1px #9c9a76;
}

.baguetteBox-button {
    background-color: transparent !important;
}

#myinfo {
    font-family: Consolas, "Liberation Mono", Menlo, Monaco, monospace;
    background-color: #f6f6f6;
    padding: 10px;
    margin: 10px;
    border-radius: 6px;
    border: solid 1px #dddddd;
}

/*
@media(max-width: 768px) {
    body {
        padding: 0;
    }
    
    .mygallery {
        padding: 6px;
    }

    .container.gallery-container {
        border-radius: 0;
    }
} */





#fullScreenDiv {
/*    background-color:rgba(0,0,0,.8); */
    background-image: url("images/bgnd.webp");
    background-repeat: no-repeat;
    background-color: #bbb991;
    background-size: 100%;

    display:none;
    vertical-align:middle;
    text-align:left;
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    z-index:10000;
}
#fullScreenPicWrap {
    display: inline-block;
    max-height: calc(100vh - 20pt);
    max-width: calc(100vw - 20pt);
    border: 2px solid #f8e1bb;
    border-radius: 30pt;
    margin: auto;
}
#fullScreenPic {
    margin: auto;
    display: inline-block;
    max-height: calc(100vh - 24pt);
    max-width: calc(100vw - 24pt);
    border: 9px solid #fcf2e9;
    border-radius: 30pt;

}
#fullScreenCloser {
    cursor: pointer;
    position: fixed;
    top: 0pt;
    right: 10pt;
    padding: 30px;
}
#fullScreenPrevButton {
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: 30pt;
}
#fullScreenNextButton {
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 30pt;
}
#fullScreenCloser img, #fullScreenPrevButton img, #fullScreenNextButton img {
    width: 60px;    
}

#fullScreenFileNameWrap {
    position: fixed;
    top: 20pt;
    left: 20pt;
}

#fullScreenFileNameWrap,
#fullScreenFileNameLeft,
#fullScreenFileNameRight,
#fullScreenFileName {
    height: 60px !important;
    margin: 0;
    vertical-align: top !important; 
    padding: 0;    
}

#fullScreenFileNameWrap,
#fullScreenFileNameLeft,
#fullScreenFileNameRight {
    display: inline-block;
}
#fullScreenFileName {
    display: inline-flex;
    padding: 10px;
}

#fullScreenFileName {
/*    background-color: green;
 */
    min-width: 90px;
    font-size: 16px !important;
    color: #006633;
    font-weight: bold;

    background-image: url("images/name3_center_100.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    
    align-items: center;      /* függőlegesen középre */
    justify-content: center;  /* vízszintesen középre, ha kell */
}
#mobilFileName {
/*    background-color: green;
 */
    font-size: 30pt !important;
    color: #006633;
    font-weight: bold;
    
    background-color: #f8e1bb;
    display: inline-block;

    align-items: center;      /* függőlegesen középre */
    justify-content: center;  /* vízszintesen középre, ha kell */
    
    padding: 20px 20px 6px 20px;
    border-radius: 9px;
}

#fullScreenNextButton img, #fullScreenPrevButton img, #fullScreenCloser img {
    max-height: 90px;
} 






.thumb {
    width: 100%;      /* nézőkép méret */
    aspect-ratio: 1/1; /* 1:1 */
    overflow: hidden;
    padding: 5px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* kitölti a négyzetet, felesleget levágja */
    display: block;
}

