:root {
    --primary-rgb:  236,101,69;
}

/*************
* 
* typography
*
**************/

h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.panel-body a:hover {
    color:var(--primary-hex) !important;
}

/*************
* 
* userPanel
*
**************/


.kmc-user-panel .panel-title {
    font-weight:bold;
    text-transform: uppercase;
}

.kmc-user-panel tr {
    padding-bottom:5px;
}

.kmc-user-panel td {
    padding-right:10px;
    padding-bottom:10px;
    vertical-align: top;
}
.flex-md-row {
    flex-direction: column !important;
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

/*************
* 
* homeNav
*
**************/

.home-nav-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -7.5px -15px;
    list-style: none;
}

.home-nav-ul li {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}

.home-nav-ul>li>a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    min-height: 90px;
    padding: 15px;
    color: var(--page-title-bg-hex);
    text-transform: uppercase;
    font-weight: 700;
    font-size:20px;
    text-align: center;
    word-wrap: break-word;
    background-color: var(--primary-hex);
    background-clip: border-box;
    border: 1px solid #dfe0e1;
    border-radius: 20px;
    -webkit-transition: background-color 200mslinear, border-color 200mslinear;
    -moz-transition: background-color 200ms linear, border-color 200ms linear;
    -ms-transition: background-color 200ms linear, border-color 200ms linear;
    transition: background-color 200mslinear, border-color 200mslinear;
    text-decoration: none;
}

@media (min-width: 768px) {
    .home-nav-ul li {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .home-nav-ul li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .home-nav-ul li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.home-nav-ul>li>a:hover {
    color: var(--page-title-bg-hex) !important;
    background-color: #9e3018;
}

.home-nav-ul i {
    margin-bottom: 6px;
    font-size: 30px;
}


/*************
* 
* topNav
*
**************/

@media (min-width: calc(993px)) {
    .kidmin-nav {
        display: none !important;
    }
}


/*************
* 
* sideNav
*
**************/
.side-nav .nav-profile-pic {
    display: none;
}

.side-nav a,
.side-nav a:hover {
    color: var(--page-title-bg-hex) !important;
}

.side-nav {
    background: #ec6545;
    border-radius: 10px;
    color: #fbf9eb;
    overflow: hidden;
    margin-bottom: 20px;
}

.side-nav a {
    color: #fbf9eb;
}

.side-nav .nav>li>a:focus,
.side-nav .nav>li>a:hover {
    background: #b8523b;
}

@media (min-width: 768px) {
    .side-nav .navbar-right {
        float: left !important;
    }
}

.side-nav ul,
.side-nav li {
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
}

.side-nav i {
    margin-right: 5px;
    min-width:20px;
}