.navbar-toggler {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .navbar-brand {
    margin-top: 15px;
  }
  
  .absolute-pos {
    position: absolute;
  }
  
  
  
  
  /* Extra Large */
  @media (min-width: 1200px) {
  
  }
  /* Large */
  @media (max-width: 992px) {
    .navbar-brand {
      margin-top: 0px;
      margin-bottom: 0px;
      height: 30px;
      position: relative;
    }
  }
  /* Medium */
  @media (min-width: 768px) {
  }
  /* Small */
  @media (min-width: 576px) {
  
  }
  
  
  
  
  
  
  
  @media (max-width: 333px) {
  
    /* CSS rules for screens with a minimum width of 992px or larger */
    /* body {
      background-color: rgb(145, 47, 202); */
    
    .navbar-brand {
      position: relative;
      font-size: 80%;
      height: 20px;
    }
  }
  
  
  
  @media (max-width: 270px) {
  
    /* CSS rules for screens with a minimum width of 992px or larger */
    /* body {
      background-color: rgb(65, 227, 146);
    } */
    .navbar-brand {
      position: relative;
      font-size: 80%;
      
    }
  }
  
  
  @media (max-width: 250px) {
  
    /* CSS rules for screens with a minimum width of 992px or larger */
    /* body {
      background-color: rgb(65, 227, 146);
    } */
    .navbar-brand {
      position: relative;
      font-size: 60%;
    }
  }
  
  
  @media (max-width: 218px) {
  
    /* CSS rules for screens with a minimum width of 992px or larger */
    /* body {
      background-color: rgb(65, 227, 146);
    } */
    .navbar-brand {
      position: relative;
      font-size: 50%;
      height: 10px;
    }
  }



  @media (max-width: 200px) {
  
    /* CSS rules for screens with a minimum width of 992px or larger */
    /* body {
      background-color: rgb(65, 227, 146);
    } */
    .navbar-brand {
      position: relative;
      font-size: 40%;
      height: 10px;
    }
  }
  
  
  /* IF they go any smaller then this pop up the tiny image meme */