@import 'Fonts.css';

body {
    background-image: url("../img/day_times-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
    color: #113435;
    user-select: none;
}
    /*
#contribution {
    z-index: 999;
}*/
#clock-element {
    background-image: url("../img/clock-element.png");
    background-size: cover;
    width: 400px;
    height: 401px;
    position: fixed;
    left: 38.5%;
    top: 155px;
    z-index: 999;
}
#books {
    background-image: url("../img/books.png");
    background-size: cover;
    width: 460px;
    height: 258px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
    body .page {
    }

        body .page .title-bg {
            background-image: url("../img/wave-title.png");
            background-size: cover;
            width: 437px;
            height: 197px;
            margin: 1% 7%;
            text-align: center;
            position: absolute;
            z-index: 999;

        }

            body .page .title-bg .wave {
                font-size: 55px;
                font-weight: 900;
                font-family: Heebo;
                width: 340px;
                margin-left: 40px;
                margin-top: 8px;
                letter-spacing: 0px;
                text-shadow: 2px 2px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
                white-space: pre;
                display: inline-block;
                -webkit-transform: rotate(3deg);
            }
                body .page .title-bg .wave span {
                    position: relative;
                    display: inline-block;
                    transform-origin: left;
                }
                body .page .times {
            background-image: url("../img/wide-table.png");
            background-size: cover;
            margin-top: 170px;
            font-weight: 600;
            font-size:45px;
            font-family: Heebo;
            margin-right: 210px;
            width: 1511px;
            height: 350px;
            text-align: center;
            position: absolute;
        }

            body .page .times .content-right {
                width: 540px;
                margin-top: 30px;
                margin-right: 50px;
/*                border: dashed;*/
            }

                body .page .times .content-right .zmanim-row {
                    display: flex;
                    justify-content: space-between;
                    padding-right: 0px;
                    line-height: 50px;
                }
                body .page .times .content-right .limud-row {
                    display: flex;
                    justify-content: space-between;
                    padding-right: 0px;
                    margin-top: 30px;
                    line-height: 30px;
                }
