* {
    padding: 0;
    margin: 0;
}

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,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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: none
}

a:link {
    text-decoration: none;
    color: #696969;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

a:visited {
    text-decoration: none;
    color: #696969;
}

a:hover {
    text-decoration: none;
    color: #cccccc;
}

a:active {
    text-decoration: none;
    color: #cccccc;
}

body {
    background: url('../images/rezaaria.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: arial;
}


/*
.master {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.left {
    width: 50%;
    height: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    float: left;
}

.right {
    width: 50%;
    height: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    float: right;
}

.box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.box:hover {
    background: rgba(255, 255, 255, 0.4);
}

.box div {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 55%;
    bottom: 50%;
    width: 269px;
    height: 100px;
    text-align: center;
}

.box div b {
    display: block;
}

.box div b h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: white;
    display: inline-block;
    border: solid 6px white;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.box div span {
    color: white;
    font-size: 12px;
}

.nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    padding-top: 10px;
}

.nav img {
    width: 20px;
    opacity: 0.5;
    margin-right: 5px;
}

.nav img:hover {
    opacity: 1
}

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}*/