﻿@font-face {
    font-family: 'persian';
    src: url('fonts/yekan.eot'); /* IE9 Compat Modes */
    src: url('fonts/yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/yekan.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/yekan.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/yekan.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'persian',Tahoma;
    font-size: 14px;
    background-image: -webkit-linear-gradient(to right,rgba(215, 220, 225,1) 0px, rgba(0,0,0,0.02) 50%, rgba(215, 220, 225,1) 100%);
    background-image: linear-gradient(to right,rgba(215, 220, 225,1) 0px, rgba(0,0,0,0.02) 50%, rgba(215, 220, 225,1) 100%);
}

.container {
    margin: 25px auto;
    width: 80%;
}

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.content {
    text-align: center;
}

    .content h1 {
        font-size: 1.75em;
        color: #81007f;
    }

    .content a {
        display: inline-block;
        height: 50px;
        padding: 5px 15px;
        margin: 10px 0;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 2.5em;
        text-decoration: none;
        border: 2px solid #999;
        border-radius: 10px;
        color: #fff;
        background: #81007f;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .content a:hover {
            -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
            opacity:0.8;
        }
