
@font-face {
    font-family: "Mitra";
    font-weight: normal;
    src: url("/font-mitra/font.woff") format("woff");
}
body {
    background: rgba(0, 0, 0, 0) url("/tile.jpg") repeat scroll 0 0;
    direction: rtl;
    display: table;
    font-family: "Mitra";
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
}
.hero {
    display: table-cell;
    vertical-align: middle;
}
.box {
    background: #c0a062 none repeat scroll 0 0;
    float: right;
    height: 70pt;
    width: 10pt;
}
.text {
    color: #5b5b5b;
    float: right;
    padding: 0 15pt 0 0;
    max-width: calc(100% - 25pt);
}
.text h3 {
    font-size: 20pt;
    font-weight: normal;
    line-height: 20pt;
    margin: 0;
    padding: 10pt 0 0;
}
.text p {
    font-size: 15pt;
    line-height: 15pt;
    margin: 10pt 0 0;
    opacity: 0.6;
}
.clr {
    clear: both;
}
@media screen and (max-width: 480px) {

.text h3,.text p {
    font-size: inherit;
 {
}





