/* 
    Created on : 15 Feb 2018, 8:18:53 AM
    Author     : junior (ALPHONCE 'Moruti' RASEABI)
*/
/*==== Body ==== background:#f7f7f7;*/

body {
    color: #777;
    background:  white;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    text-shadow: none;
}
/*====== headings ====*/
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-style: normal;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

#logotitle {
    font-size: 35px;
    font-weight: 900;
    
}
/*==== Navigation bar ====*/
/*Increase navbar height*/
.navbar {
    min-height: 50px;
    text-transform: capitalize;
    font-weight: normal;
    color: white;
}
/*Spacing between navbar li e.g between Home, About, Portfolio, Contact...etc*/
.navbar-nav > li{
    padding-left:30px;
    padding-right:30px;
}

.dropdown-item {
    font-size: 15px;
}
@media (min-width: 992px){
    .navbar li {
        padding-left : 1em;
        padding-right : 1em;
    }
} /*Spacing between navbar li for media devices e.g between Home, About, Portfolio, Contact...etc*/
/*================================*/
/*                                */
/*        MAIN PAGE CSS           */
/*                                */
/*================================*/
.btn {
    border-radius: 0;
}
/*================================
/*                               */
/*        MODAL STYLLING         */
/*                               */
/*===============================*/
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*================================
/*                               */
/*         CARD STYLING          */
/*                               */
/*===============================*/
.card {
    border-radius: 0;
}
/*================================*/
/*                                */
/*        ADMIN CREATE ACCOUNT    */
/*                                */
/*================================*/
#useradmin_createacc_permission {
    display: none;
}
