html{
  scroll-behavior: smooth;
}

*{
  font-family: Morvarid;
}

body{
  padding:0;
  margin:0;
  background-color:#f4f4f4;
  font-size:28px;
	direction: rtl;
}

header{
  position: fixed;
  width: 100%;
  background:#35424a;
  color:#ffffff;
  border-bottom:#e8491d 3px solid;
  z-index: 100;
}

header li{
  display:inline;
}

header a{
  color: #ffffff;
  text-decoration:none;
  font-size:30px;
  padding: 0 20px 0 20px;
}
a:hover{
  color:#e8491d;
}

#branding{
  float:left;
  margin: 0px 20px;
  color:#e8491d;
}


main{
  /* min-height:10px; */
  width: 70%;
  margin:auto;
  padding-top: 200px;
  padding-bottom: 50px;
  overflow: auto;
}



.two-col{
  display: grid;
  grid-template-columns: 30% 70%;
}

.three-col{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}





.title{
  width: 100%;
  background:#35424a;
  color:#ffffff;
  /* padding-top:20px; */
  /* min-height:70px; */
  border-bottom:#e8491d 3px solid;
  border-top:#e8491d 3px solid;


  /* margin-bottom: 100px; */
  /* z-index: 10; */
  text-align: center;
}


img, video{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


#film{
  margin-left: auto;
  width: 300px;
  height: 250px;
}


/* Boxes */
/* #boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box img{
  width:90px;
} */

/* Sidebar */
/* aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
} */

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  /* padding:20px;
  margin-top:20px; */
  height: 50px;
  color:#ffffff;
  background-color:#e8491d;
  text-align: center;
  margin-bottom: 50px;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}

@font-face {
  font-family: 'IranNastaliq';
  src: url('fonts/IranNastaliq.eot?#') format('eot'),
  url('fonts/IranNastaliq.ttf') format('truetype'),
  url('fonts/IranNastaliq.woff') format('woff');
  }
  
  /* font-Morvarid */
  @font-face {
    font-family: Morvarid;
    src: url('fonts/morvarid.eot');
    src: url('fonts/morvarid.eot?#iefix') format('embedded-opentype'),
         url('fonts/morvarid.woff') format('woff'),
         url('fonts/morvarid.ttf') format('truetype');
    font-weight: normal;
  }  
  /* font-Zar */
  @font-face {
    font-family: Zar;
    src: url('fonts/zar.eot');
    src: url('fonts/zar.eot?#iefix') format('embedded-opentype'),
         url('fonts/zar.woff') format('woff'),
         url('fonts/zar.ttf') format('truetype');
    font-weight: normal;
  }
  
  
/* .button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
} */

/* .dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
} */
/* 
header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:30px;
} */

/* header .highlight, header .current a{
  color:#e8491d;
  font-weight:bold;
} */

/* Newsletter */
/* #newsletter{
  padding:15px;
  color:#ffffff;
  background:#35424a
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
} */
