/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}
a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

@font-face {
    font-family: 'iranyekan';
    font-style: normal;
    src: url(../fonts/iranyekanwebregular.eot);
    src: url(../fonts/iranyekanwebregular.eot?#iefix) format("embedded-opentype"), url(../fonts/iranyekanwebregular.woff) format("woff"), url(../fonts/iranyekanwebregular.svg) format("svg"), url(../fonts/iranyekanwebregular.ttf) format("truetype")
}

@font-face {
    font-family: 'iranyekan-l';
    font-style: normal;
    src: url(../fonts/iranyekanweblight.eot);
    src: url(../fonts/iranyekanweblight.eot?#iefix) format("embedded-opentype"), url(../fonts/iranyekanweblight.woff) format("woff"), url(../fonts/iranyekanwebregular.svg) format("svg"), url(../fonts/iranyekanweblight.ttf) format("truetype")
}

@font-face {
    font-family: 'iranyekan-b';
    font-style: normal;
    src: url(../fonts/iranyekanwebbold.woff);
    src: url(../fonts/iranyekanwebbold.eot?#iefix) format("embedded-opentype"), url(../fonts/iranyekanwebbold.woff) format("woff"), url(../fonts/iranyekanwebbold.svg) format("svg"), url(../fonts/iranyekanwebbold.ttf) format("truetype")
}
body {
    color: #3c3c3c;
    font-family: 'iranyekan';
    font-weight: 400;
    font-size: .875rem;
    line-height: 30px;
    position: relative;
    direction: rtl;
    display: flex;
    overflow: hidden;
	background: url("../images/veera-pattern.jpg");
	background-size: 140px;
	align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
h1, h2, h3, h4 {
    font-family: 'iranyekan-b';
    font-weight: 400;
}

h1{
	margin-top: 72px;
    font-size: 21px;
    text-shadow: -1px 3px 6px #b5b5b5;
    font-weight: 300;
	padding: 0 25px;
    text-align: center;
	margin-bottom: 12px;
}

a{
	background: aliceblue;
    border: 1px solid #cce4f9;
    padding: 2px 8px;
    margin: 4px;
    border-radius: 10px;
    width: 210px;
    text-align: center;
    box-shadow: 3px 4px 6px #c2d9ed54;
    color: #449be7;
}
