
#profiledropdown{
    margin-left:-70px;    
}

@media (max-width: 991px){
    div#profiledropdown.dropdown-menu.show{
        margin: 3px;
    }
}
@media (min-width:300px) AND (max-width:991px){
    div#productimg1div.card{
        width:100%;
        height:100%;

    }
    div#productimg2div.card{
        width:100%;
        height:100%;
    }
    div#productimg3div.card{
        width:100%;
        height:100%;
    }
    div#productimg4div.card{
        width:100%;
        height:100%;
    }

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

    div#card.card{
        height:125px;
        margin: 5px;
        padding: auto;
    }

    img#NewsImg.card-img-top{
        border:1px solid black;
        width:165px;
    }
    div#NewsBody.card-body{
        margin-top: -135px;
        margin-left: 160px;
        overflow: hidden;
    }
    div.card#Contact{
        height:75px;
        margin: 5px;
        padding: auto;
    }
    img#NewsImgContact.card-img-top{
        border:1px solid black;
        width:100px;
    }
    div#NewsBodyContact.card-body{
        margin-top: -95px;
        margin-left: 90px;
        overflow: hidden;
    }
    p#textContact.card-text{
        margin-top: -14px;
    }
    p#newsauthor.card-text{
       margin: 0px;
    }

    #footer1{
        float: left;
    }
    #footer2{
        float: left;
    }
    #footer3{
        float: left;
    }
    #contactForm{
        padding:15px;
    }
}

