@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Yekan", sans-serif;
    direction: rtl
}

body,
html {
    height: 100%
}

p {
    line-height: 2
}

.bgimg {
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bgimg2,
.bgimg3 {
    min-height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #f4eddb;
}

@media (max-width:600px) {

    .bgimg2 {
        min-height: 100%;
        background-position: 90% 50%;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}

.bgimg {
    background-image: url("../images/banner.jpg")
}

.bgimg2 {
    background-image: url("../images/invite.jpg")
}

.bgimg3 {
    background-image: url("../images/banner3.jpg");
}

.logo {
    background: url(../images/logo.png) no-repeat center 33px;
    height: 130px;
    width: 239px;
    margin: 0px auto 5%;
    padding: 33px 0px 21px;
}

#mapid {
    height: 400px;
    z-index: 5;
}

.facebook:hover {
    color: #3b5998 !important;
}

.telegram:hover {
    color: #0088cc !important;
}

.instagram:hover {
    color: #fb3958 !important;
}

.pinterest:hover {
    color: #c8232c !important;
}

.twitter:hover {
    color: #00acee !important;
}

.linkedin:hover {
    color: #0e76a8 !important;
}