@media screen and (min-width: 280px) {
  .width50 {
    width: 50% !important;
  }
  li.nav-item{
    padding: 7px;
  }
  .navbar-nav .nav-link {
    font-size: 6px;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  li.nav-item.digicorp_store{
    color: red;
    border-radius:4px; 
    margin-left: auto;
  }
}

@media screen and (min-width: 360px) {
  .width50 {
    width: 50%;
  }
  li.nav-item{
    padding: 7px;
  }
  .navbar-nav .nav-link {
    font-size: 9px;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  li.nav-item.digicorp_store{
    color: red;
    border-radius:4px; 
    margin-left: auto;
  }
}
@media screen and (min-width: 375px) {
  .width50 {
    width: 50%;
  }
  li.nav-item{
    padding: 7px;
  }
  .navbar-nav .nav-link {
    font-size: 9px;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  li.nav-item.digicorp_store{
    color: red;
    border-radius:4px; 
    margin-left: auto;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  .width50 {
    width: 50%;
  }
  li.nav-item{
    padding: 7px;
  }
  .navbar-nav .nav-link {
    font-size: 20px;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  li.nav-item.digicorp_store{
    color: red;
    border-radius:4px; 
    margin-left: auto;
  }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .width50 {
    width: 50%;
  }
  li.nav-item{
    padding: 8px;
  }
  .navbar-nav .nav-link {
    font-size: 18px;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  li.nav-item.digicorp_store{
    color: red;
    border-radius:4px; 
    margin-left: auto;
  }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

 }