/*
--------------------------------------------------------------
bulutstil.css için genel şablonlar
-------------------------------------------------------------- */

/* MENÜ YAZILARINI MOBİLDEN KALDIRMA */
@media (max-width: 430px) {
	.menutextnone {
	display: none;
	}
}
@media (max-width: 500px) {
	.menutextnone {
	display: none;
	}
}
@media (max-width: 700px) {
	.menutextnone {
	display: none;
	}
}
/*---------*/

@media (max-width: 430px) {
	.profile-avatar img {
  	max-width: 100%;
  	width: 120px;
  	height: 120px;
  	text-align: center;
  	padding: 0px 100px 5px 100px;
}
}

#reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: #66ccff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(42,38,158,0.85);
  -moz-box-shadow: 0px 0px 4px 1px rgba(42,38,158,0.85);
  box-shadow: 0px 0px 4px 1px rgba(42,38,158,0.85);
  z-index: 9999;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.05s linear;
}
