/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2019, 7:41:11 PM
    Author     : abed_
*/


.countdown-amount{
    font-family: Monospace;
}

.logo{
    background: url("../graphics/logo-black_ar.svg") no-repeat !important;
}

/* nav:after{
    content: "نسخه تجريبية";
    position: fixed;
    width: 150px;
    height: 25px;
    background: #EE8E4A;
    top: 20px;
    right: -40px;
    text-align: center;
    font-size: 10px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    transform:rotate(45deg);
} */

@media screen and (max-width: 750px) {
    nav:after{
        left: -10px;
    }
}
