@import url('https://fonts.googleapis.com/css?family=Nunito|Varela+Round|Montserrat|Josefin+Sans');
*{
    font-family: 'Varela Round', sans-serif !important;
}
nav{
    box-shadow:  -5px 7px 20px rgba(0,0,0, .25);
    background: rgb(75, 115, 151);
    color: rgba(255, 255, 255, .9);
    min-height: 10% !important;
}
.navbar-brand{
    font-weight: 600;
    margin-right: 30px;
    opacity: .9;
}
.body{
    background:rgb(243, 243, 243) !important;
}
.right-sidebar{
    background:#222 !important;
}
.act{
    background:  rgba(0,0,0, .4);
}
.listhd {
  background: #ddd;
  color: #111;
  font-weight: 600;
  padding: 10px 0px; }
  .item-container {
    /* overflow-y: hidden;*/
    max-height: 450px !important;
    height: inherit; }
  
  .itemlistrow {
    width: 100%;
    padding: 12px 0px;
    font-size: 16px;
    border-bottom: 1px solid #ccc; }
  
  .listcont li.actparent {
    color: #fff !important;
    /*box-shadow:  200px 200px 20px rgba(217, 83, 79, .9) inset !important;*/
    box-shadow: 200px 200px 20px rgba(195, 25, 200, 0.6) inset !important; }
  
