/* Tablet */
@media only screen and (max-width: 600px) {
   .navbar .logo_text h3 {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      font-size: 10px;
      font-weight: bold;
   }
   .navbar .logo_text h5 {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      font-size: 8px;
      font-weight: bold;
   }
   .navbar .logo {
      width: 60px;
   }
   .navbar .logo_text {
      position: absolute;
      left: 90px;
   }
   .navbar .nav-item .active {
      line-height: 10px;
      background-color: transparent;
   }
   .navbar .nav-item .nav-link {
      line-height: 1px;
      margin-top: 1px;
      padding: 10px 1px;
      font-size: 12px;
   }
   .navbar .logo {
      width: 60px;
   }
   .navbar .logo_text {
      margin-top: 10px;
      position: absolute;
      top: 5px;
   }
   .navbar .logo_text h3 {
      font-family: "Roboto", sans-serif;
      font-size: 11px;
   }
   .navbar .logo_text h5 {
      font-size: 6px;
   }
   .navbar .logo_text h3,
   h5 {
      letter-spacing: 1px;
      text-transform: uppercase;
   }
   .navbar-toggler {
      border-radius: 0;
      padding: 1px 5px;
   }

   .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
   }
   .navbar button {
      border-width: 1px;
      border-color: black;
      border-style: solid;
   }
   #navbarSupportedContent {
      padding: 10px;
   }
}
