* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'IranNastaliq';
     src: url('../fonts/IranNastaliq.eot') format('eot');
    src: url('../fonts/IranNastaliq.svg') format('svg');
    src: url('../fonts/IranNastaliq.ttf') format('ttf');
    src: url('../fonts/IranNastaliq.woff') format('woff');
}
body {
    line-height: 1;
	background-image: url('../Images/seamless-vintage-brown-paper-texture.jpg');
}
#container {
    margin: 0 auto;
    width: 70%;
    margin-bottom: 100px;
    /*height: auto;*/
    
}

.header-container {
    display: flex;
  justify-content: center;
 
}
.header {
  
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow:row;
  background: url('../Images/ornament.gif') no-repeat center bottom;
 
}
.cafe {

	font-weight: 400;
	font-size:40px;
	font-family:IranNastaliq;
	color:#5c0719;
   
    padding-right:20px;
 
}

.entry {

   padding-top: 30px;
  text-align:right;
   direction: rtl;
  font-family: 'IranNastaliq';
  line-height: 3em;
 
}
.entry a{
    color: black;
    text-decoration:none;
}
.entry p{
    font-size:xx-large;
   
  margin-top: 20px;
}
.entry h1{
    color:#5c0719; 
    font-size:xx-large;
     font-weight:600
 
}

.entry span{
    color:#5c0719; 
     font-size:xx-large;
     font-weight:600;
     text-align: right;
    
}
[class^="hvr-"] {

  padding: .2em;
  cursor: pointer;

  text-decoration: none;
  color:#5c0719; 
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


