@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700;800;900&display=swap&family=Alef:wght@400;700&family=Athiti:wght@200;300;400;500;600;700&family=Raleway:wght@300;400');
html, body {
    background-color: #252424;
    color: white;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

hr {
    border-color: white;
}

.navbar img {
    image-rendering: auto;
}

.navbar {
    height: 63px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*background-color: #171719;*/
    z-index: 3;
}

.navbar-brand {
    font-size: 1.1rem;
    font-family: Montserrat, sans-serif, serif;
}
.navbar-brand > span {
    display: block;
}

.navbar-shrinked {
    min-height:50px;
    padding-top:0;
    padding-bottom:0;
    /*opacity: 0.9;*/
}

.navbar button {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.navbar-shrinked button {
    padding: .1rem .35rem;
    margin-top: 5px;
}


.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
}

.navbar {
    justify-content: space-between;
}


.navbar-nav {
    padding: 5px;
    padding-left: 15px;
    border-bottom: 1px solid grey;
    align-items: center;
}

/*.navbar-nav.*/

.navbar-nav .nav-link {
    font-weight: 700;
    font-size: 16px;
    color: #bbb;
    font-family: Montserrat, sans-serif, serif;
}

.localize-hebrew .navbar-nav .nav-link {
    font-family: Alef, serif;
    font-size: 1.3rem;
}

.navbar-nav .nav-item {
    margin-right:19px;
}

.navbar-nav .nav-item:last-child {
    /*margin-right: unset;*/
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(180 186 186);
}

.unlinkify {
    outline: none !important;
    color: inherit !important;
    text-decoration: none !important;
}

.linkifacatify {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.linkifacatify:hover {
    filter: brightness(0.7);
}

#navbar-logo-symbol-container {
    height: 100%;
}

.navbar-logo-symbol-img {
    height: 100%;
    padding: 5px;
    padding-left: 0;
}

#navbarNav.show , #navbarNav.collapsing{
    background-color: #252424;
}

.show-xs {
    display: block;
}

.hide-xs {
    display: none;
}

.hover-zoom-image {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hover-zoom-image:hover {
    transform: scale(1.07) !important;
}

.featured-entry .hover-zoom-image:hover {
    transform: scale(1.035) !important;
}

#footer-ornament-container {
    position:absolute;
    bottom:0;
    width:100%;
    height:50px;   /* Height of the footer */
}

.darken-on-hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.darken-on-hover:hover {
    filter: brightness(0.7);
}

#footer-ornament {
    height: 50px;
    background: #484848;
    display: flex;
}

#footer-ornament hr {
    width: 100%;
    align-self: center;
    margin: 0 10%;
    border-top: 1px solid rgb(202 202 202);
}

#weird-container-for-footer {
    min-height: 100%;
    position: relative;
}

.current-language {
    -webkit-appearance: none;
    color: white;
    text-align: center;
}

.language-dropdown.dropdown-menu {
    right: 0;
    left: unset;
    padding-left: 10px;
}

.language-icon {
    width: 26px;
}

.placeholder-image {
    width: calc(100%);
    padding-bottom: calc(66.6666%);
    background-color: #3a3a3a;
    position: absolute;
}

.placeholder-image-phantom {
    width: calc(100%);
    padding-bottom: calc(66.6666%);
    position: relative;
}

.image-loaded .placeholder-image, .image-loaded .placeholder-image-phantom {
    display: none;
}

.generic-title {
    font-size: 5vh;
}

.localize-hebrew .generic-title {
    font-family: Alef, serif !important;
}

.generic-description {
    font-size: 19px;
}

.mobile-save-precious-top {
    top: -9px;
    position: relative;
}

.back-button {
    font-size: 1.1rem;
    font-family: Montserrat, serif;
    color: wheat !important;
}

.localize-english .back-button > span:first-child {
    font-size: 80%;
    margin-right: 0.3rem;
}

.localize-hebrew .back-button > span:first-child {
    margin-right: 0.3rem;
}

/*sm*/
@media (min-width: 576px) {
}

/*md*/
@media (min-width: 768px) {
    .show-md {
        display: block;
    }

    .hide-md {
        display: none;
    }

    .navbar {
        margin-bottom: 10px;
        height: 90px;
    }

    .navbar-logo-symbol-img {
        padding: 11px;
    }

    .generic-description {
        font-size: 22px;
        white-space: pre-wrap;
    }

    .mobile-save-precious-top {
        top: 0;
    }
}

/*lg*/
@media (min-width: 992px) {
    .navbar {
        margin-bottom: 35px;
    }

    .show-lg {
        display: block;
    }

    .hide-lg {
        display: none;
    }
}

/*xl*/
@media (min-width: 1200px) {
    .show-xl {
        display: block;
    }

    .hide-xl {
        display: none;
    }
}

