﻿@font-face {
    font-family: 'NarkisBlockConMFBold';
    src: url(../fonts/NarkisBlockCondensed-Bold.otf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'NarkisBlockConMF';
    src: url(../fonts/NarkisBlockCondensed-Medium.otf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Arimo';
    src: url(../fonts/Arimo.ttf);
    font-style: normal;
    font-weight: 400;
}

body {
    margin: 0;
    direction: rtl;
    color: #000;
}

.wrap {
    background-image: url('../images/web/bg.JPG');
    background-position: center top;
    background-repeat: no-repeat;
    width: 660px;
    height: 340px;
    margin: 0 auto;
}

.content {
    width: 383px;
    padding: 19px 38px;
    position: relative;
    top: 85px;
    box-sizing: border-box;
    text-align: center;
}

.Title {
    font-family: NarkisBlockConMFBold, Arial;
    font-size: 30px;
}

.StartEndShabat {
    font-family: NarkisBlockConMF, Arial;
    color: #fff;
    font-size: 24px;
    margin-top: 14px;
    display: flex;
    justify-content: space-around;
}

.areas {
    margin-top: 10px;
    font-family: Arimo, Arial;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .areas span {
        display: block;
        width: 50%;
    }

@media (max-width: 640px) {
    .wrap {
        background-image: url(../images/mobile/bg.jpg);
        background-position: center top;
        max-width: 640px;
        width: 100%;
        height: 764px;
    }

    .content {
        width: 100%;
        max-width: 320px;
        padding: 0;
        top: 374px;
        margin: 0 auto;
    }

    .StartEndShabat {
        margin-top: 3px;
    }

    .areas {
        margin-top: 8px;
    }
}
