:root {
    direction: rtl;
}

body {
    background-color: #E0EFEA;
    font-family: Arial, sans-serif;
    color: #333E3B;
    font-size: 18px;
    direction: rtl;
}

.english-text-regular {
    font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: normal;
}

.english-text--bold {
    font-family: "Bona Nova SC", serif;
    font-weight: 700;
    font-style: normal;
}

.bona-nova-sc-regular-italic {
    font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: italic;
}

.hebrew-text-regular {
    font-family: "Lunasima", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lunasima-bold {
    font-family: "Lunasima", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.container {
    margin: 0 auto;
}

.container h1 {
    margin-bottom: 30px;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #355a85;
    color: #FFFFFF;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    z-index: 1;
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

header nav ul li {
    margin-right: 20px;
}

header nav ul li a {
    text-decoration: none;
    color: #FFFFFF;
}

.main-image-container {
    position: relative;
    left: auto !important;
    top: auto !important;
    flex-direction: column;
    display: block;
    padding: 0;
    overflow: visible;
    box-sizing: content-box;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    height: 1300px;
    max-width: 100%;
    flex: 0 0 auto;
}

.main-image {
    min-width: 20px;
    min-height: 20px;
    padding: 0 0 0 0;
    border: 1px none #000;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff0 url(../img/XZY_2964.jpg) no-repeat scroll center top;
    background-size: auto;
    background-size: cover;
    height: 100%;
    opacity: 1;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: nowrap;
    text-shadow: none;
    box-shadow: none;
}

.main-image h1 {
    font-size: 48px;
    font-weight: bold;
}

.main-image > div {
    color: white;
    font-size: 24px;
    padding-top: 300px;
    padding-bottom: 50px;
    text-align: center;
}

.logo-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.logo-container .logo {
    font-size: 1.5em;
    color: #333;
    margin-top: -60px;
    margin-bottom: 20px;
    width: 125px;
}

.logo-container .hebrew-text {
    letter-spacing: 7px;
}

.dogs-container {
    display: flex
}

.dogs {
    width: 400px;
    text-align: center;
}

.dogs .dog-photo {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.dogs .dog-photo {

}

.dogs .dog-photo img {
    height: auto;
    position: absolute;
}

.dogs .dog-photo.anika img {
    width: 354px;
    left: -40px;
}

.dogs .dog-photo.didi img {
    width: 330px;
    left: -34px;
    top: -28px;
}

.dogs .dog-photo.kira img {
    width: 320px;
    left: -73px;
    top: -60px;
}

.open-menu-container {
    padding: 0 20px;
}

.nav-toggle {
    display: none;
    font-size: 1.5em;
    background: none;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    min-height: 4000px;
    z-index: 1;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form .btn-primary{
    background-color: #414F9E;
}

.blog-article {
    display: flex;
}

.blog-article img {
    margin-left: 30px;
    width: 250px;
}

footer {
    background-color: #764234;
    color: #d3d8d7;
    margin-top: 250px;
}

footer a {
    color: #d3d8d7;
}

.footer img {
    width: 50px;
}

.footer .logo {
    margin-right: 20px;
    width: 150px;
}

footer ul.benefits {
    padding-right: 17px;
}

footer .copyrights {
    margin-right: 40px;
}

footer .links {
    padding-right: 0;
    line-height: 3em;
    display: flex;
    flex-direction: column;
}

footer .links a {
    text-decoration: underline;
}

footer .social-icons {
    padding-right: 0;
}

footer .social-icons .fb-icon, footer .fci-logo {
    margin-left: 20px;
}

footer .social-icons a {
    text-decoration: none;
}

@media (max-width: 768px) {
    header {
        position: sticky;
        justify-content: space-between;
    }

    .logo-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-width: 100%;
    }

    .nav-toggle {
        display: block;
    }

    .open-menu-container {
        position: sticky;
        top: 280px;
        right: 0;
        width: 100%;
        background: #355a85;
        display: none;
        flex-direction: column;
        z-index: 1;
    }

    .open-menu-container.active {
        display: flex;
    }

    header nav ul {
        flex-direction: column;
        width: 100%;
    }

    header nav ul li {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    header nav ul li a {
        width: 100%;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .main-image {
        margin-top: 125px;
    }

    .dogs-container {
        display: block;
    }

    .blog-article {
        display: block;
    }

    .blog-article img {
        margin: 0 0 20px;
        width: 100%;
    }

    footer .container {
        padding-top: 0;
    }

    footer {
        margin-top: 50px;
    }
}