/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 400;
  src:  url(/static/home/fonts/DroidKufi-Regular.ttf)
    format("truetype");
}

@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 700;
  src: url(/static/home/fonts/DroidKufi-Bold.ttf)
    format("truetype");
}

@font-face {
  font-family: bukra;
  src: url(/static/home/fonts/bukralight.ttf?456579cade68bfe1896ebf7087db072c);
  font-weight: 200;
}

@font-face {
  font-family: bukra;
  src: url(/static/home/fonts/bukraregular.ttf?e050d364fd222620de26f7ad06aa5b64);
  font-weight: 300;
}

@font-face {
  font-family: bukra;
  src: url(/static/home/fonts/bukrabold.ttf?a1c38193bcbeec87253eada26c3c6dc8);
  font-weight: 600;
}

* {
  font-family: bukra, Courier, monospace !important;
}

html { 
    position: relative; 
    min-height: 100%; 
} 
body { 
    margin: 0 0 100px;  
} 

footer .footer {
    background-color: #4e7c8a;
  color: #fff;
  text-align: right;
    position: absolute; 
    left: 0; 
    bottom: 0; 
    height: 100px; 
    width: 100%;

} 

footer  {

    padding-top: 20px;
}
/*
.navbar-nav .mainNavBtn {
    background-color: #6d8a4e;
    padding: 1rem 4rem!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    margin-right: 1rem;
}*/
