@font-face {
    font-family: "shabnam";
    font-style: normal;
    font-weight: 700;
    src: url(../font/shabnam-bold.eot);
    src: url(../font/shabnam-bold.eot?#iefix) format('embedded-opentype'), url(../font/shabnam-bold.woff) format('woff'), url(../font/shabnam-bold.ttf) format('truetype')
}

@font-face {
    font-family: "shabnam";
    font-style: normal;
    font-weight: 400;
    src: url(../font/shabnam-regular.eot);
    src: url(../font/shabnam-regular.eot?#iefix) format('embedded-opentype'), url(../font/shabnam-regular.woff) format('woff'), url(../font/shabnam-regular.ttf) format('truetype')
}
body{
    margin: 0;
    font-family: "shabnam",-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
	overflow: hidden;
}

.btext{
    color: #f9f3f4;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    /*line-height: 0.4em;*/
}

h1{
    /*font-size: 50px;*/
}

.btn{
    color: #fff;
    text-decoration: none;
    border: #ccc 1px solid;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 4em;
}

.btn:hover{
    color: #b19295;
    border: #fff 1px solid;
}

#particles-js{
    background-image: url('../image/bg-1.jpg');
    height: 100vh;
}