﻿@font-face{
    font-family:myfont;
    src:url('font/GE-SS-Two-Bold.otf')
}
@font-face {
    font-family: myfont2;
    src: url('font/Droid.Kufi_Regular_.ttf')
}
.navbar-default {
    background-color: #044d8c;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-family:myfont2;
    }
.navbar-default .navbar-nav > li > a:hover {
        color: #c7c1c1;
        font-family: myfont;
    }

.myfooter {
    background-color:gainsboro;
    padding :10px;
    font-family:myfont2;
}
.subfooter {
    background-color: #044d8c;
    color: white;
    padding: 10px;
    text-align: center;
}
.logo-size{
    width:50px;
    height:25px;
}