#menu {
	border-bottom-color: rgba(24,38,4,.15);
}

#menu a {
	color: rgb(24,38,4) !important;
	border-color: rgba(24,38,4,.2) !important;
}

#menu a:hover {
	color: #c00 !important;
	border-color: rgba(204,0,0,.2) !important;
}

#bg {
	background: url(img/bg.jpg) 0% 50% no-repeat;
	background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#bg {
		background-image: url(img/bg@2x.jpg)
	}
}

h1 {
	margin-top: 21vh;

	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 72px;
}

.rtl-letter {
	display: inline-block;
	transform: rotateY(180deg);
}