.mobileShow {display: none;} 
.mobile-navbar-spacing {margin-left:200px;}

  /* Smartphone Portrait and Landscape */ 
  @media (max-width:991px){ 
      .mobileShow {display: inline;}
	  .mobile-navbar-spacing {margin-left:0px;}
	  
  }


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Nested list styles for blog content */
.blog-content ul,
.blog-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}

.blog-content ul ul,
.blog-content ol ol {
  list-style-type: circle;
  padding-left: 1.5rem;
}

.blog-content ul ul ul,
.blog-content ol ol ol {
  list-style-type: square;
  padding-left: 1.5rem;
}
