a, .text-red {
    color: #a10f2b;
}

.u-header.js-header-fix-moment {
    box-shadow: 0px 5px 5px rgb(0,0,0,0.3);
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.headings {
    font-family: 'Playfair Display';
    font-weight: 700;
}

h3,h4 {
    text-transform: capitalize !important;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #a10f2b;
}

a:focus, a:hover {
    color: #d01337;
}
.g-bg-pos-bottom {
    background-position: bottom center !important;
}
.g-bg-sz-cover {
    background-size: cover !important;
}
.ar-content {
    direction: rtl;
    text-align: right;
    font-family: 'Amiri', serif;
}
body {
    color: #2a2a2a;
}
::selection {
    color: #fff;
    background-color: #a10f2b;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    background-color: #a10f2b;
}