@import url('https://fonts.googleapis.com/css?family=Heebo');

body {
	font-family: 'Heebo', "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;

}

html{
	height: 100%;
}
.middle {
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}
.hitvaadut {
	background-image: url(/img/hitvaadut.png);
	/*height="638" width="1100"*/
}

.clock {
	height: 453px;
	background: url(/img/clock.png) no-repeat center;
	background-size: contain;
	/*<img src="@/img/clock.png" height="453" width="385"/>*/
}

/*dont remove create by zim*/
#mikdash-canvasCanvas {
	width: 100%;
}
@media (max-width: 720px) {
    .header-chabad{
    margin-top: 0 !important;
    position: fixed !important;
    width: 100%;
    }
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}