html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.sidebar {
    float: left;
    width: 25%;
    padding-left: 2%;
}
.maintext {
    float: right;
    width: 75%;
    padding-right: 10%;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  background-color: #f5f5f5;
}
.navitem1
{
    padding-left:10px
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
  .sidebar, .maintext {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body {
    margin-bottom: 80px;
    font-size: 16px;
  }
  .footer {
    line-height: 40px;
    font-size: 14px;
  }
  .navitem1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
