a {
    color: #6f7072;
}
.topYellowBar {
    min-height: 20px;
    margin: 30px 0 40px 0;
    background: #fed500;
}
.infodv {
    margin: 35px 0 20px 0;
    min-height: 80px;
    font-size: 16px;
    color: #6f7072;
}
 .logodv {
        background: #fed500;
        padding: 20px;
    }


.sqrs {
    min-height: 250px;
}
.sqrs .col-md-2 ,.sqrs .col-xs-6 , .sqrs .col-sm-2{
    padding: 0px;
}
.sqr {
    background: #ddd;
    
    width: 100%;
}
.sqr1 {
    border: 1px solid #706f72;
    }

.sqr2 {
    border: 1px solid #a8a8aa;
}
.sqr3 {
    border: 1px solid #ffd400;
}
.sqr4 {
    background: #706f72;
}


    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
/*
                    .logodv {
        background: #fed500;
        padding: 20px;
    }
        .glogo {
            display: none;
        }
        .wlogo {
            display: block;
        }
*/

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }
