
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  direction: rtl;
  font-family: 'NazaninGame', Fallback, sans-serif;
  font-weight: normal;
  font-size: 36px;
  background: #701616 fixed;
  background-image:url("vip_3.jpg");
  background-size: cover;
  background-repeat: repeat; }
  
.purple-bg {
  background-color: #a39b09 !important; }

.purple-bg-lighten {
  background-color: #a39b09 !important; }

.havij-bg {
  background-color: #a39b09 !important; }

.justify-align {
  text-align: justify; }

main {
  flex: 1 0 auto;
  padding: 15px 10px 0;
  text-align: center; }
  @media only screen and (min-width: 601px) {
    main {
      text-align: right; } }
  main .brand {
    display: flex;
    font-family: 'LalezarGame', Fallback, sans-serif;
	font-weight: normal;
    align-items: center;
    flex-direction: column; }
    @media only screen and (min-width: 601px) {
      main .brand {
        flex-direction: row; } }
    main .brand .icon {
      width: 128px;
      height: 128px;
      margin: 10px; }
    main .brand .title {
      margin: 0;
      font-size: 52px;
      font-weight: normal;
	  text-shadow: 3px 3px 2px black;
      line-height: 60px; }
    main .brand .subtitle {
      margin: 0;
      font-size: 22px;
      font-weight: normal;
      line-height: 30px; }
  main .download-btns a {
    margin: 1px;
    display: inline-block;
    z-index: 999999; }
    main .download-btns a img {
      width: 190px;
      border-radius: 5px; }
  main .screenshot {
    text-align: center; }

img {
  max-width: 100%; }

.bold {
  font-weight: bold; }
  
  @font-face {
  font-family: 'NazaninGame';
  src: url('BNazanin.eot'); /* IE9 Compat Modes */
  src: url('BNazanin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('BNazanin.woff2') format('woff2'), /* Super Modern Browsers */
       url('BNazanin.woff') format('woff'), /* Pretty Modern Browsers */
       url('BNazanin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('BNazanin.svg#svgFontName') format('svg'); /* Legacy iOS */
  }
  @font-face {
  font-family: 'LalezarGame';
  src: url('Lalezar.eot'); /* IE9 Compat Modes */
  src: url('Lalezar.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Lalezar.woff2') format('woff2'), /* Super Modern Browsers */
       url('Lalezar.woff') format('woff'), /* Pretty Modern Browsers */
       url('Lalezar.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Lalezar.svg#svgFontName') format('svg'); /* Legacy iOS */
}