@media (max-width: 992px) {
  .landingImage {
    max-width: 100% !important;
    height: 70vh !important;
    margin-top: 5% !important;
  }
  .landingImage h1 {
    font-size: 2rem;
  }
  .landingImage p {
    font-size: 1rem;
  }
  #productLanding .landingText {
    width: 65%;
  }
  .productPageCol h5 {
    font-size: 1rem;
  }
  .productPageList ul h6 {
    font-size: 0.9rem;
  }
  .productContentHeading {
    font-size: 2.2rem;
  }
  #offers .card {
    padding-top: 5%;
  }
  footer .container {
    max-width: 100% !important;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .jumbotron .container {
    margin-bottom: 1% !important;
  }
  .landingImage {
    max-width: 100% !important;
    height: 90vh !important;
  }
}

@media (min-width: 769px) and (max-width: 865px) {
  #navbar a {
    font-size: 1rem !important;
  }
}

@media (min-width: 769px) and (max-width: 865px) and (orientation: landscape) {
  .landingImage {
    max-width: 100% !important;
    height: 92vh !important;
  }
  .section10 {
    display: none;
  }
  .landingImage .container {
    margin-left: 3rem !important;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .navbar-nav.navbar-center {
    position: static !important;
    transform: translatex(0%) !important;
  }
  .navbar-nav a {
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; 
  }
  .navbar .nav-link {
    padding-left: 5%;
    color: #EC6401;
  }
  #navbar .active {
    border: none !important;
  }
  #productLanding .landingText {
    width: 70%;
  }
  .landingText h1 {
    font-size: 2rem;
  }
  .offerHeading h1{
    font-size: 2.8rem;
  }
  #threeDled h1 {
    font-size: 2.5rem;
  }
  .productPageCol {
    padding-left: 0;
  }
  footer .container {
    max-width: 100% !important;
  }
  .footer-list-top > li {
    padding-bottom: 10px;
  }
  .footerContactMargin li {
    margin-bottom: 0 !important;
  }
  .footer-list-top {
    float: none !important;
  }
  .footer-list-header {
    font-size: 2em !important;
  }
  .footer-list-anchor {
    font-size: 1.1em;
  }
  .footer-social-connect {
    font-size: 2.5em;
  }
  .footer-social-overlap > a {
    font-size: 2.24em;
  }
  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
  .landingImage {
    max-width: 100% !important;
    height: 60vh !important;
  }
  .landingImage h1 {
    font-size: 1.7rem;
  }
  .landingImage p {
    font-size: 0.8rem;
  }
  .mobileLogoArrow {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .landingImage {
    max-width: 100% !important;
    height: 92vh !important;
  }
  .section10 {
    display: none;
  }
  .landingImage .container {
    margin-left: 3rem !important;
    margin-bottom: 2rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .section10 {
    display: none;
  }
  .footerPagesList li {
    padding-bottom: 6px !important;
  }
  .footer-list-header {
    font-size: 1.7em !important;
  }
}

@media (max-width: 576px) {
  .landingImage {
    max-width: 100% !important;
    height: 35vh !important;
    margin-top: 10% !important;
  }
  #productLanding .stampa {
    width: 80%;
  }
  .landingImage h1 {
    font-size: 1.4rem;
  }
  .landingImage p {
    font-size: 0.6rem;
  }
  .landingImage .container {
    margin-left: auto;
  }
  .section10 {
    display: none;
  }
  main {
    font-size: 5em;
  }
  footer .footerPagesList {
    display: none;
  }
  .footer-list-top {
    width: 100%;
  }
  .footer-list-header {
    font-size: 3em;
  }
  .footer-list-anchor {
    font-size: 1.5em;
  }
  .footer-social-section {
    justify-content: center;
  }
  .footer-social-section::after {
    top: 25%;
  }
  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .footer-social-overlap {
    display: flex;
    justify-content: center;
  }
  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0;
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }
  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }
  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .scrollTop {
    display: none;
  }
  .mobileScrollTop {
    display: block !important;
  }
  .footer-bottom-section .footer-address {
    font-size: 1rem;
  }
}

@media (min-width: 401px) and (max-width: 575px) and (orientation: landscape) {
  .landingImage {
    max-width: 100% !important;
    height: 70vh !important;
    margin-top: 10% !important;
  }
}

@media (min-width: 401px) and (max-width: 430px) {
  .landingImage {
    max-width: 100% !important;
    height: 35vh !important;
    margin-top: 10% !important;
  }
  .landingImage h1 {
    font-size: 1.2rem;
  }
  .landingImage p {
    font-size: 0.6rem;
  }
  .offerHeading h1 {
    font-size: 2rem;
  }
  #aboutUs {
    padding-top: 0 !important;
  }
  .stampaGalleryHeading {
    font-size: 2rem;
  }
  .productContentHeading {
    font-size: 1.8rem;
  }
}

@media  screen and (max-width: 400px) {
  .landingImage {
    max-width: 100% !important;
    height: 40vh !important;
    margin-top: 10% !important;
  }
  .landingImage h1 {
    font-size: 1.3rem;
  }
  .landingImage p {
    font-size: 0.6rem;
  }
  .landingImage .container {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .landingTextContainer {
    padding-right: 0;
  }
  .mobileScrollTop {
    position: absolute;
    bottom: 35% !important;
    left: 25% !important;
  }
  .offerHeading h1 {
    font-size: 2.6rem;
  }
  .productContentHeading {
    font-size: 1.7rem;
  }
  .footer-list-top {
    font-size: 10px;
  }
  .footerContactInfo a {
    font-size: 15px !important;
  }
  .footer-bottom-wrapper {
    font-size: 1.2em !important;
  }
}

@media screen and (max-width: 360px) {
  .landingImage {
    max-width: 100% !important;
    height: 35vh !important;
    margin-top: 10% !important;
  }
  #landing .container {
    margin-left: 1rem !important;
  }
  #landing .jumbotron {
    padding-left: 5px !important; 
  }
  #productLanding .landingText {
    width: 85%;
  }
  .offerHeading h1 {
    font-size: 1.7rem;
  }
  .productContentHeading {
    font-size: 1.5rem;
  }
  #contact h1 {
    font-size: 2.3rem;
    margin-left: 2rem !important;
  }
  .footer-list-top {
    font-size: 8px;
  }
  .mobile {
    width: 5rem !important;
  }
  .footerContactInfo a {
    font-size: 13px !important;
  }
  .footer-bottom-section .footer-address {
    font-size: 0.8rem;
  }
  .footer-bottom-wrapper {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 320px) {
  #navbar > a {
    margin-left: 0 !important;
  }
  #aboutUs {
    padding-top: 0 !important;
  }
  .m-top-sm {
    margin-top: 0 !important;
  }
  #aboutUs h1, 
  #offers h1 {
    font-size: 2.2rem !important;
  }
  #offers h4 {
    font-size: 1rem !important;
  }
  #contact h1 {
    font-size: 2rem;
  }
}
