body {
  background-color: #000;
  color: #000;
  
}

@media (min-width: 400px) {
  body {
    font-size: 1rem;
  }

  a {
    text-decoration:none;
    color:black;   
 }

  .vbaslik {
    font-size: 2rem;
  }

  .tarihx {
    font-size: 2.5rem;
  }

  #durum {
    font-size: 1.5rem;
  }

  .duruma {
    font-size: 2rem;
  }

  #rootr {
    font-size: 0.5rem;
  }
}

@media (min-width: 544px) {
  body {
    font-size: 1.5rem;
  }

  .vbaslik {
    font-size: 2.5rem;
  }

  .tarihx {
    font-size: 3rem;
  }

  #durum {
    font-size: 2rem;
  }

  .duruma {
    font-size: 2.5rem;
  }

  #rootr {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 2.5rem;
  }

  .vbaslik {
    font-size: 3.5rem;
  }

  .tarihx {
    font-size: 4rem;
  }

  #durum {
    font-size: 3rem;
  }

  .duruma {
    font-size: 3.5rem;
  }

  #rootr {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 3rem;
  }

  .vbaslik {
    font-size: 4rem;
  }

  .tarihx {
    font-size: 4.5rem;
  }

  #durum {
    font-size: 3.5rem;
  }

  .duruma {
    font-size: 4.5rem;
  }

  #rootr {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 3rem;
  }

  .vbaslik {
    font-size: 4rem;
  }

  .tarihx {
    font-size: 4.5rem;
  }

  #durum {
    font-size: 3.5rem;
  }

  .duruma {
    font-size: 5rem;
  }

  #rootr {
    font-size: 2rem;
  }

  .dua {
    line-height: 0.8;	
    font-size: 2.5rem;
  }
}

.no-gutters {
  margin: 0px;

  >.col,
  >[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.tarih {
  margin-left: auto;
  padding: 0px;
}

#hicri {
  vertical-align: center;
}

.cellust {
  max-height: 150px;
  background-color: #9cffff;
  border-radius: 10px;
  margin: 10px;
  align-items: center;
  text-align: center;
  opacity: 0.9;
}

.cellust .miladi {
  font-weight: bolder;
}

.cellust .logo {
  width: 80%;
  height: 80%;
  max-width: 150px;
  max-height: 150px;
  padding: 20px;
}

.cellust .logoo {
  width: 80%;
  height: 80%;
  max-height: 150px;
  padding: 20px;
}


.hava {
  font-weight: bold;
  
}

.cell {
  margin: 10px;
  background-color: #9cffff;
  border-radius: 10px;
  text-align: center;
  opacity: 0.98;
}

.vbaslik {
  font-weight: bolder;
}

.tarihx {
  font-weight: bolder;
}

.duruma {
  font-weight: bolder;
}

.cellx {
  min-height: auto;
  width: auto;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  text-indent: 40px;
}

.cellb {
  height: auto;
  height: calc(100% - 20px);
}
.cella {
 background-color: white;
}

.dua {
  
  font-size: 80%;
}
.duacik {
  font-style: oblique;
  font-size: smaller;
}

.right {
  margin: auto;
  text-align: right;
  font-size: smaller;
}

.vakit {
  height: auto;
  height: calc(100% - 20px);
  display: grid;
  align-items: center;
}

.sehir {
  text-transform: capitalize;
}


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}