body {
font-family: 'yekan', sans-serif;
  margin: 0;
  background: linear-gradient(to right, #42275a,#734b6d);
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'yekan';
  src: url('font/iran.eot'); /* IE9 Compat Modes */
  src: url('font/iran.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/iran.woff2') format('woff2'), /* Super Modern Browsers */
         url('font/iran.woff') format('woff'), /* Pretty Modern Browsers */
         url('font/iran.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
a{
text-decoration: none;			
}
h1{
  color: #a8e063;
  text-decoration:none;
  font-size: 1rem;

}
h2{
  text-align: center;
  font-size: 1.0rem;
  color: #969696;
  text-shadow: 0 13.36px 14.896px #42275a;
  margin-top: 20%;
  margin-bottom: 1%;
  text-decoration:none;
  align-items: center;
  justify-content: center;
}
h2:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.row > .column {
  padding: 0 15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
}

.cursor {
  cursor: pointer;
}

img {
border-radius: 5px;
width: 100% ;
max-width:100%;
height: 250px ;
margin-bottom: 30px;

}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
p{
position: absolute;
font-weight: 400;
font-size:0.5em;
margin-top: -30px;
color:#ffffff ;
word-wrap: break-word;
word-break: break-all;
}
.update{
				text-align: right;
				color: white;
				margin: auto 5px;
				font-weight: 600;
				font-size: 0.7em;
				}
/* Tablet Layout */
@media (min-width: 768px) {
    img {
height: 400px ;
    }}

/* Desktop Layout */
@media (min-width: 960px) {
 img {
height: 600px ;
    }}
/* Desktop Layout */
@media (min-width: 1200px) {
 img {
height: 800px ;
    }}