@charset "utf-8";
@import url("../font/FontAwesome/stylesheet.css");

@font-face {
    font-family: "B Yekan";
    src: url("../font/Yekan/BYekan.eot");
    src: url("../font/Yekan/BYekan.eot?#iefix") format("embedded-opentype"),
        url("../font/Yekan/BYekan.woff") format("woff"),
        url("../font/Yekan/BYekan.ttf") format("truetype"),
        url("../font/Yekan/BYekan.svg#B Yekan") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
	max-width: 100%;
    overflow-x: hidden;
    font-weight: 60;
    font-family: "B Yekan", Open Sans, Arial, Helvetica, sans-serif;
    background-color: #dddddd;
}

a {
    color: #444470;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#main-content {
    overflow: auto;
    padding-top: 40px;
    min-height: 75%
}
