/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {}

/*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media only screen and (max-width: 1200px) {}

@media only screen and (min-width: 425px) and (max-width: 768px) {}


@media (min-width: 768px) and (max-width: 1023px) {}

/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {}

/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
    
    a.navbar-brand img {
        width: 55px;
    }
    
    .navbar-brand {
        margin-left: 0rem;
    }
    
    
    section.usashop h3 {
        font-size: 1.2em;
        text-align: center;
    }

    section.usashop .button-usashop-wrapper {
        margin-top: 2em;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

    .background-wrapper {
        font-size: .4rem;
        font-size: 1.2rem;
        letter-spacing: 10px;
        text-align: center;
    }

    .footer-column {
      justify-content: start;
      margin-top: 1rem;
    }

    footer.footer p, footer.footer a {
      font-size: 15px;
    }

    .footer-column-logo {
      justify-content: center;
      margin-top: 2rem;
    }

    .contact-text-wrapper p {
      text-align: center;
      line-height: 1.5;
      width: auto;
      margin-bottom: 2rem;

  }

  .wood-seal {
    margin-bottom: 2rem;
  }

  aside.thumbnail {
    margin-bottom: 2rem;
    margin-top: 0px;
  }

  .background-table {
    padding-right: 15px;
    padding-left: 15px;
  }
   
}
