@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');
@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.eot?#iefix') format('embedded-opentype'),
    url('../fonts/yekan.svg#n-yekan') format('svg'),
    url('../fonts/yekan.woff') format('woff'),
    url('../fonts/yekan.ttf') format('truetype');
}

/* ------------------------------------------------------------------------ reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, input, textarea, button, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

button {
    background: none;
    border: none;
}

input {
    border: none;
    background-color: #fff;
    font-family: 'NMaTa';
}

/* ------------------------------------------------------------------------ general */
body {
    line-height: 1;
    direction: rtl;
    text-align: center;
    font-family: 'yekan';
    font-size: 16px;
    background-color: #fde2e4;
    color: #7f3e11;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 90px;
}

/* ------------------------------------------------------------------------ general */
h1 {
    font-size: 41px;
    padding-top: 25px;
}

h2 {
    font-size: 24px;
    padding-top: 10px;
}

/* ------------------------------------------------------------------------ norouz */
.norouz {
    padding: 20px 20px 20px 20px;
    border: 2px solid #7f3e11;
    max-width: 600px;
    margin: 30px auto 50px auto;
}

.norouz h3 {
    font-size: 22px;
    border-bottom: 1px solid #7f3e11;
    padding-bottom: 25px;
    font-weight: bold;
}

.norouz ul {
    line-height: 30px;
}

.norouz ul li {
    list-style: disc;
    margin: 0 30px 0 0;
    line-height: 27px;
    text-align: right;
}

.norouz ul li .small {
    font-size: 12px;
    line-height: 24px;
}

a {
    color: #7f3e11;
    text-decoration: underline;
    background: url('../inst_icon.png') 7px 10px no-repeat;
    padding-left: 30px;
    padding-right: 6px;
    background-size: 15px;
}

a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------ free */
.en {
    font-family: Tahoma;
}

.text {
    line-height: 30px;
    padding: 0 20px;
}

a.instagram {
    font-family: 'Rochester';
    font-size: 33px;
    text-decoration: none;
    color: #7f3e11;
    background: url('../instagram-logo.svg') left bottom no-repeat;
    padding-left: 39px;
    display: inline-block;
    margin: 0px auto;
    background-size: 26px;
    line-height: 29px;
    margin-top: 5px;
}

.email {
    font-family: 'Rochester';
    font-size: 23px;
    line-height: 30px;
}
