@font-face {
  font-family: 'iran';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ir/IRANSansWeb.eot');
  src: url('../fonts/ir/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ir/IRANSansWeb.woff2') format('woff2'),
    url('../fonts/ir/IRANSansWeb.woff') format('woff'),
    url('../fonts/ir/IRANSansWeb.ttf') format('truetype');
}
body {
    background: #f5f5f5;
    font-family: 'iran';
}

p {
 font-size: 25px;
}
.main {
    max-width: 1292px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto 40px auto;
    padding-bottom: 60px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    text-align: center;
}


.logo {
	margin: 7px;
    padding: 5px;
    border: 4px solid #f09f0c;
    border-radius: 20px;
    box-shadow: 4px 4px 16px;
	max-width: 100%;
}
.
@media only screen and (min-width: 768px) and (max-width: 999px) {
}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
