


/*for tablets*/
@media(max-width: 992px){

    .masthead-heading{
        font-family: "edosz" !important;
        font-size: 3.5rem !important;
        margin-bottom: 1rem !important;
      }

      .masthead{
        background: url("../img/hero-background-opacity.png") no-repeat right top, url("../img/dust-background.png") repeat left center !important;
      }

      .koreansauce-img{
        margin-top: 8%;
        height: 100px;
      }

      .yellowhead > .masthead{
        background: #FDA14A url("../img/components-bg-opacity.png") no-repeat right 40% bottom !important;
        background-size: auto !important;
        padding: 8rem 0 6rem 0 !important;
      }

      .yellowhead > .masthead{
        background-size: 100% !important;
      }

      .whitehead > .masthead{
        background: #FFF url("../img/kit-square-opacity.png") no-repeat left 20% center !important;
      }

      .additional-img{
        height: 250px !important;
      }

      .logo-tagline{
        background-size: 90%;
      }

      .whitehead .contact-info{
        padding: 0 !important;
        line-height: 35px;
      }

      a.telno{
        color: black !important;
      }

      .socialmedia{
        font-family: "OpenSans-Semibold";
        font-size: 14px;
        padding-top: 30px;
      }



}


/*for phones */
@media (max-width: 441px){

}