﻿@font-face {
    font-family: 'Alexander_hint';
    src: url('Alexander_hint.woff2');
    font-display: swap;
}

body {
    margin-bottom: 60px;
    background-color: #151a1e!important;
}

.myImg {
    /* blur*/ 
    /*  filter: blur(5px);*/
    animation-name: example;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

 
.loadedlazy {
    /* filter: blur(0);*/
    transition: filter 0.2s 0.2s ease-in;
}

.loaded {
    /* filter: blur(0);*/
}

.bg-white {
    background-color: #151a1e !important;
}

.aboutHref, img.logo.mx-auto.d-block, .languages a {
    cursor: pointer;
}

div#MainContainer {
    text-align: center;
}

.languages {
    margin: auto;
    text-align: center;
    display: block;
}
 
.back-to-gallery {
    background-color: #b99486 !important;
    border-color: #a07870 !important;
}

.footer-text, p, h1, span {
    color: #b99486;
    font-family: 'Alexander_hint' !important;
    font-size: 21px !important;
}

i.fa.fa-info-circle {
    padding-left: 6px;
    font-size: 33px;
}

.aboutHref {
    color: #a98c86 !important;
    font-size: 45px;
    padding-top: 5px;
    text-decoration: underline;
    font-family: 'Alexander_hint' !important;
    text-align: center;
    margin: auto;
    display: block;
    line-height: 1;
}

description {
    margin: auto;
    text-align: center;
    display: block;
    color: #a98c86 !important;
    font-size: 21px;
    font-family: 'Alexander_hint' !important;
    font-weight: bolder;
}

.NavContainer {
    display: inline-block !important;
}

 
.about-text p {
    text-align: justify !important;
}

a:hover {
    color: white !important;
    text-decoration: underline;
}

#cookieConsent {
    display: none !important;
}

.accept-policy.close {
    display: inline-flex;
    height: 40px !important;
}

.alert-dismissible .close {
    right: 0;
    padding: 0 !important;
    font-size: 33px !Important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin: auto;
    text-align: center;
    display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.lg-fullscreen.lg-icon {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    z-index: 7;
    opacity: 0.8;
    right: 7px !important;
    top: 7px !important;
    position: absolute;
    font-family: 'FontAwesome' !important;
    padding: 0 10px;
}

.lg-fullscreen:after {
    content: "\f26c";
    font-weight: 700;
    line-height: 1;
    color: #000;
    z-index: 7;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.6;
    right: 70px !important;
    top: 0px !important;
    position: absolute;
    font-size: 33px;
    padding: 0 10px;
    cursor: pointer;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 0px;
    color: white !important;
    line-height: 30px; /* Vertically center the text there */
}

.footer-text {
    display: inline-flex;
}

.show {
    display: block !important;
    margin-top: 20px;
}

.hide {
    display: none !important;
}

.goToTop {
    position: fixed;
    right: 10%;
    bottom: 10px;
    padding: 20px;
    opacity: 0.6;
    transition: all 1.4s ease-in-out 0s;
    right: 5%;
    bottom: 10%;
    font-size: 43px;
    color: white;
    z-index: 333;
}
    .goToTop:after {
        content: "\f139";
        font-family: 'FontAwesome';
    }

.myImgThumb {
    /*transition: 2s;*/
    transform: translate3d(0,0,0);
}

.ImgDIV img {
    color: transparent;
    background-color: white;
}

    .ImgDIV img:not([src]) {
        visibility: hidden;
        background-color: white;
    }

div .ZoomIcon {
    font-size: 30px;
    font-family: 'FontAwesome';
    top: 0;
    float: right;
    font-weight: 700;
    color: #000;
    z-index: 7;
    opacity: 0.6;
    right: 202px;
    position: absolute;
    z-index: 3333;
    padding: 0px 5px;
    cursor: pointer;
}

.controls-Container {
    z-index: 3333;
    position: fixed;
    width: 318px;
    height: 45px;
    top: 0;
    right: 0;
    display: inline-block;
    position: fixed;
    content: "\f00a";
    opacity: 0.6;
    font-family: 'FontAwesome' !important;
    font-size: 30px;
    color: #585a5c;
    background-color: white;
    border-radius: 25px 0 0 25px;
}

.copy-url {
    height: 45px;
    width: 50px;
    position: absolute;
    right: 140px;
    top: 22px;
    cursor: pointer;
}
    .copy-url:after {
        content: "\f0c1";
        font-family: 'FontAwesome' !important;
    }
.copy-url:hover + .hide {
    display: block !important;
    color: white;
    top: 60px;
    position: absolute;
    right: 95px;
    font-size: 20px;
}

.show-copy-url-for-2-sec {
    display: block !important;
    color: white;
    top: 60px;
    position: absolute;
    right: 95px;
    font-size: 20px;
}

.show-hide-controls {
    /* z-index: 3333; */
    top: 20px;
    font-family: 'FontAwesome';
    color: #585a5c;
    height: 45px;
    color: #000000;
    opacity: 0.6;
}

.show-hide-controls:after {
    content: "\f07e";
    font-family: 'FontAwesome';
    color: #585a5c;
    position: absolute;
    right: 274px;
    margin-top: 20px;
}
div #ThumbsContainerButton:after {
    font-size: 30px;
    font-family: 'FontAwesome' !important;
    top: 0;
    right: 180px;
    position: fixed;
    content: "\f00a";
    opacity: 0.6;
    padding: 0 9px;
    z-index: 3333;
    cursor: pointer;
}

div#ThumbsContainerButton {
    z-index: 3333;
    position: absolute;
    width: 60px;
    height: 50px;
    top: 0;
    right: 140px;
}

.activeThumbsContainer:after {
    content: "\f052" !important; 
}

.hideThumbs {
    transform: translate3d(0,100%,0);
}

.showThumbs {
    transform: translate3d(0,0,0);
}

.myImg {
    opacity: 0.8;
}

    .myImg:hover {
        opacity: 1.5;
    }

.ImgDIV {
    display: inline;
}

.ImgModalPortrait {
    width: auto;
    align-content: center;
    margin: auto;
    display: block;
    right: 0;
    pointer-events: none;
    height: 80%;
}

.ImgModalOnLandScape {
    pointer-events: none;
}
/* The Modal (background) */
.mymodal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    right: 0;
    top: 0;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);  Fallback color */
    /* background-color: rgba(0,0,0,0.9);  Black w/ opacity */
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.myImgModal {
    position: fixed;
    /*z-index: 1;*/
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1 !important;
    overflow: auto;
    align-content: center;
    margin: auto;
}

.ImgDIVOnModal {
    display: inline;
    /*z-index: 6;*/
    position: absolute;
}

.closeThumbsGallery::after {
    content: "\f00d";
    font-weight: 700;
    line-height: 1;
    color: #000;
    z-index: 7;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.6;
    right: 0px !important;
    top: 0 !important;
    position: absolute;
    font-size: 45px;
    padding: 0 10px;
    font-family: 'FontAwesome';
}



.loading {
    bottom: 55%;
    position: fixed;
    margin: auto;
    display: block;
    color: white;
    width: 100%;
    margin: auto;
    left: 50%;
    right: 0;
    position: fixed;
    z-index: 3333;
}

i.fa.fa-spinner.fa-spin {
    background-color: #212529;
    border-radius: 50%;
}

.closeThumbsGallery:hover,
.closeThumbsGallery:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

close-display {
    display: block;
}

.ImagesContainerOnModal {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    bottom: 0;
    position: absolute;
    /*z-index: 6;*/
    left: 0;
    right: 0;
    background-color: #151a1e;
    display: flex;
}


@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px !important;
    }
}

@media (min-width: 1200px) {
    div#ImagesContainer {
        line-height: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        column-count: 3;
        column-gap: 20px;
    }

    div .ZoomIcon {
        padding: 20px 5px;
    }

    .show-hide-controls {
        top: 7px;
    }
}

.ZoomIcon:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}
/*.ZoomIcon:before {
    content: "\f00e";
}*/
.navbar-toggler {
    display: none;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .copy-url {
        top: 0px;
    }
    .show-hide-controls:after{
        margin-top:0px;
    }
    .navbar {
        padding: 0px;
    }

    .container, .container-sm {
        max-width: 100% !important;
    }

    .myImg {
        display: inline-block;
        justify-content: center;
        margin: 10px 0px;
    }

    .myImgThumb {
        width: auto !important;
        height: 90px !important;
        margin: 0 10px;
    }

    .myImgModal {
        margin: auto;
    }

    .lg-fullscreen:after {
        font-size: 32px;
        right: 60px;
        padding: 0px 10px;
    }

    .lg-fullscreen.lg-icon {
        right: 0px !important;
    }

    .show-hide-controls {
        right: 280px;
    }

    .controls-Container {
        width: 318px;
    }

    div #ThumbsContainerButton:after {
        right: 140px;
    }

    div .ZoomIcon {
        right: 202px;
    }

    .closeThumbsGallery::after {
        padding: 5px 23px;
        font-size: 35px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar {
        padding: 0 !important;
        margin: 0 !important;
    }

    .plaintext_about {
        margin-top: 30px;
       
    }
    .myImg {
        display: block;
        justify-content: center;
        margin: 45px auto;
    }

    .myImgModal {
        margin: 0 auto;
    }

    .ImagesContainerOnModal {
        max-height: 100%;
    }

    .myImgThumb {
        width: auto !important;
        height: 90px !important;
        margin: 0 7px;
    }
    /*h_ goes when height window > width window*/
    .h_big_img_landscape {
        height: auto;
        width: 100%;
    }

    .h_big_img_portrait {
        height: auto;
        width: auto !important;
        max-height: 60%;
    }
    /*w_ goes when height window < width window*/
    .w_big_img_landscape {
        width: auto !important;
        height: 60%;
        max-width: 100%;
        max-height: 60%;
    }

    .w_big_img_portrait {
        height: 70% !important;
        width: auto !important;
    }
}

@media (min-width: 641px) and (max-width: 768px) {

    .myImgThumb {
        width: auto !important;
        height: 120px !important;
    }
    /*h_ goes when height window > width window*/
    .h_big_img_landscape {
        height: auto;
        width: 100% !important;
    }

    .h_big_img_portrait {
        height: auto;
        width: auto !important;
    }
    /*w_ goes when height window < width window*/
    .w_big_img_landscape {
        width: auto !important;
        height: auto;
        max-width: 100%;
        max-height: 60%;
    }

    .w_big_img_portrait {
        height: 60% !important;
        width: auto !important;
    }

    .h_resize_to_Landscape {
        height: 60%;
        width: auto;
    }

    .h_resize_to_Portrait {
        height: 75%;
    }

    .w_resize_to_Landscape {
        width: 100%;
        height: 90%;
    }

    .w_resize_to_Portrait {
        height: 90%;
    }
}

@media (min-width: 769px) {
    .container p {
        display: flex;
        padding-right: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {

    .myImgThumb {
        width: auto !important;
        height: 90px !important;
    }

    .ImagesContainerOnModal {
        max-height: 100%;
    }

    .ImgModalPortrait {
        height: 75% !important;
    }

    .w_big_img_landscape {
        width: auto !important;
        height: auto;
        max-width: 100%;
        max-height: 75%;
    }

    .w_big_img_portrait {
        height: 80% !important;
        width: auto !important;
    }

    .h_big_img_landscape {
        height: auto;
        width: 100% !important;
    }

    .h_big_img_portrait {
        height: auto;
        width: auto !important;
        /* max-height: 85%; */
    }

    div#ThumbsContainerButton {
        bottom: 100px;
    }
}

@media (min-width: 1024px) {

    .myImg {
        display: inline-block;
        justify-content: center;
        margin: 15px 11px;
    }

    .myImgThumb {
        width: auto !important;
        height: 170px !important;
        margin: 0;
    }

    .myImgModal {
        margin: auto;
    }

    .closeThumbsGallery {
        font-size: 4.5rem !important;
    }
    /*h_ goes when height window > width window*/
    .h_big_img_landscape {
        height: auto;
        width: 100% !important;
    }

    .h_big_img_portrait {
        width: auto !important;
        /* max-height: 85%; */
    }
    /*w_ goes when height window < width window*/
    .w_big_img_landscape {
        width: auto !important;
        height: 75%;
        max-width: 100%;
        max-height: 75%;
    }

    .w_big_img_portrait {
        height: 75% !important;
        width: auto !important;
    }

    .ImagesContainerOnModal {
        max-height: 100%;
    }
}

/*Grid Design */
@media (max-width: 1200px) {
    #ImagesContainer {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 3;
    }

    .ImgDIV img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 641px) and (max-width: 1999px) {
    #ImagesContainer {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 320px) and (max-width: 520px) {
    #ImagesContainer {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
