@media only screen and (min-width:992px)
{
    html body
    {
    margin:0;
    padding:0;
    background-image:url(natural_lady_product/content/bg2.png) ;
    background-attachment: fixed;
    background-size:100% auto; 
    background-repeat: no-repeat;
    background-position: bottom;      
    font-family: "Roboto light" ;
    background-color: initial;
    }

    .resize
    {
    margin-left:150px;
    margin-right:150px;
    margin-top:50px;
    }

    .logoM 
    {
    display: none;
    width: 130px;
    }

    .logo
    {
        margin-right:0px;
        margin-top: 20px;
        margin-left: 20px;
    }

    .navM
    {
        width: 665px;
        margin-left: 10px;
    }
    
}



.smallpro
{
    display: none;
}

.topnav{
    margin-top:65px;
    width: 500px;
    float: right;
    
}

#sidebar .nav-link[data-toggle].collapsed:before {
    content: "\25B8";
}
#sidebar .nav-link[data-toggle]:not(.collapsed):before {
    content: "\25BE";
}

.navbar-nav
{
    width: 100%;
    text-align: center;
    
}

div.line a{
    text-decoration:none;
    color:black;
    border-right: black solid 2px;
    padding: 0 15px; 
}

.Line2
{
    width:auto;
    display: inline-block;
}
@media only screen and (max-width:991px)
{
    html
    {
        background-image:url(natural_lady_product/content/backmobile.png);
        margin:0;
        padding:0;
        height: 110%;
        background-attachment: fixed;
        background-size:100% auto; 
        background-repeat: no-repeat;
        background-position: bottom;      
        font-family: "Roboto light" ;
    }

    html body
    {
        background-color: initial;
    }

    .topnav
    {
        width: 350px;
        margin-bottom: 30px;
    }

    .bigpro
    {
       display: none; 
    }
    .smallpro
    {
        display: block;
    }

    .side
    {
        display: none;
    }

    .mbmain
    {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cpfoot
    {
        text-align: center;
    }

    .line
    {
        text-align: center;
        padding: 0%;
    }

    .contactM
    {
        padding: 0px;
    }

    .Line2
    {
        display: inline-block;
    } 
    
    .resize
    {
    margin-left:0px;
    margin-right:0px; 
    }

    .logo 
    {
        margin-left:auto;
        margin-right:auto;
    }

    .logoM
    {
        display: block;
    }

    .navM
    {
        width: 380px;
        margin-left: 18px;
        margin-right: 18px;
    }
}



.product
{
width:555px;
}

.side
{
width:230px;
margin-left:170px;
margin-right: 20px;
}



nav
{
    width: 100%;
    padding:30px 0;
    list-style:none;
}

nav ul
{
    margin: 0;
    padding: 0;
}

nav li
{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

footer
{
    position: absolute;
    width: 100%;
    color: black;
    margin: 0;
    padding: 0;
}

a :hover
{
color: #a6a6a6;
text-shadow: 2px;
}


.carousel-indicators li {
    background-color: black;
    color: black;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    background-color: black;
}

.carousel-control
{
    color: black;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);  
}

div.line
{
    text-decoration:none;
    color:black;
}

div#outer-nav{
    padding:13px 8px;
    margin-top:80px;
}
div#outer-nav nav.navbar{
    padding: 0px;
    font-family: "Roboto light" ;
}