body {
	font-family: 'open sans hebrew';
}
.mBody{
	display: none;
}

.container-fluid {
	width: 100%;
	max-width: 420px;
	overflow: hidden;
}
.modal-dialog {
	max-width: 390px;
	margin: auto;
}

.btn.btn-lg, input {
	width: 100%;
	height: 50px;
}
h1, h2 {
	text-align: center;
}
#liveclock {
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	text-align: center;
	font-size: 105px;
	margin-top: 10px;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
}
.jumbotron{
	margin-top: 30px;
	padding: 30px!important;
}
@media (min-width: 0px) {
#liveclock {
	font-size: 15px
}
}
@media (min-width: 100px) {
#liveclock {
	font-size: 25px
}
}
@media (min-width: 200px) {
#liveclock {
	font-size: 45px
}
}
@media (min-width: 300px) {
#liveclock {
	font-size: 75px
}
}
@media (min-width: 400px) {
#liveclock {
	font-size: 95px
}
}

