body {
  font-family: "Lato", sans-serif;
}

.sidenav {
    padding: 0px 40px;
}

.sidenav {
  height: 100%;
  width: 300px;
  position:fixed;
  z-index: 1;
  left: 0;
  background-color: aliceblue;
  overflow-x: hidden;
  transition: 0.5s;
  border-right: 1px solid #dee3e6;
}
#humber{

  display: none;
}
.dropdown-btn{
  border:1px solid transparent;
  background-color: transparent;
  color:#818181;
}
.br-1{
  border: 1px solid rgba(0,0,0,.15);
};
.sidenav a, .dropdown-btn {

  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-container {
  display: none;
  background-color: transparent;
  padding-left: 8px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #111;
}
button:focus {

    border: 0px;
    outline: none;
}button.dropdown-btn.active {
    outline: none;
}

.h4, h4 {
    font-size: 1.5rem;
    font-weight: 600;
}
h5 {
       color: #111;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 20px;
}
.sidenav a {
    padding:0px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: 500;
}

.sidenav a:hover {
  color: #111;
}

ul li{
  color: #a0a0a0;
}
.navbar-brand{
  font-size:16px;
}

#main {
  
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



.navbar-dark .navbar-nav .nav-link {
    color: #f7f4f4;
     margin-left: 30px;
}
.nav-fixed {
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
}
h2.heading {
    color: #111;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1px;
    margin-top: 35px;
        margin-bottom: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #a0a0a0;
    word-spacing: 2px;
}

footer p {
    font-size: 16px;
}
footer {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}


.fa-file:before {
  content: "\f15b";


}
button.mytogle {
  display: none;
    z-index: 999;
    position: absolute;
}

@media only screen and (max-width: 767px) {
  

  #humber{

  display: block;
}
a.navbar-brand{
  font-size:12px;
}


.sidenav {
  display: none;

    width: 100%;
   
}

button.mytogle {
  display: block;
    z-index: 999;
    position: absolute;
    top: 16px;
    right: 107px;
}
  }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #main {
    padding-left: 100px;
}
}