


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .site-logo {
        z-index: 99999;
        width: 100%;
    }

    .logoImg {
        width: 2em;
    }

    .logoTxt {
        font-weight: 700;
        font-size: 26px!important;
        color: #212529!important;
        font-family: 'Montserrat', sans-serif;
    }

    #button {
        display: block;
    }

    .banner-bg-txt {
        margin-top: 10%;
    }


    .about-bg {
        background: #fce9e2;
        background-image: url("../img/about.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        padding: 4% 0;
        height: 80vh;
    }
    .f-jewellery {
        position: relative;
        display: flex;
        margin-bottom: 30px;
    }

     /*-------Footer--------*/
    footer {
        margin-top: 14%!important;
    }

   
    .social {
        padding: 10px 0;
    }

    span.phone {
        display: block;
        padding: 10px 0;
    }

    span.mail {
        margin-left: 0px;
        display: block;
        padding: 10px 0;
    }

    footer p {
        padding-right: 10px;
    }

    .social-icn.text-right {
        text-align: center;
        padding: 20px 0;
    }

    .social-icn .s-icn {
        font-size: 30px;
        padding: 22px 22px;
    }
    img.img-fluid.sightholder {
        position: relative;
        left: 15%;
        top: -9%;
    }
    img.img-fluid.fm {
        width: 100%;
        position: relative;
        top: -6%;
        left: 0%;
    }
}


/* small Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .f-jewellery {
        position: relative;
        display: flex;
    }
    .fj-txt {
        padding-left: 0;
    }
    .about-bg {
        background: #fce9e2;
        background-image: url("../img/about.jpg");
        background-repeat: no-repeat;
        background-position-x: 280px;
        background-size: contain;
        padding: 4% 0;
    }
}


    /* Tablet Layout: 768px. */
    @media only screen and (min-width: 1024px) and (max-width: 1200px) {

        .f-jewellery {
            position: relative;
            display: flex;
        }
        .fj-txt {
            padding-left: 0;
        }

    }







    