.outer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  margin: 0px;
}


header .grid-child {
  width: 10rem;
  display: -webkit-inline-box;
  /* justify-content: left; */
  /* position: absolute; */
}

.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1em;
  width: auto;
}

legend {
  float: left;
  font-size: 1rem;
  line-height: inherit;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
}

@media (width >=1080) {
  .container-header .mod-menu {
    flex-direction: row;
  }

}
h5{
  font-size: 1.25rem;
}

.author-date {
  font-size: x-small !important;
}


/* SIDEBAR do HOME */

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
  background-color:blue;
}

.sidenav a:active {
  color: #f1f1f1;
  background-color:blue;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media (width >=1080) {
  #offcanvasExample {
    width: 75%;
  }
  
    .h-20 {
    height: 25% !important;
}

}
@media (width <1080) {
  #offcanvasExample {
    width: 25%;
  }
  
}

  .w-20 {
    width: 20% !important;
}

@media (width >= 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: -webkit-fill-available;
        padding: px;
    }
}
