/* Medium Devices, Desktops */


/* Mobile Devices */
@media only screen and (min-width : 980px) {
	#services .col-lg-6{
		width:50%;
		float:left;
	}
}
@media only screen and (max-width : 780px) {
    #hero h1 {
        width:100%;
        left:0;
        margin:0;
        top: 45%;
		font-size: 25px;
    }

    #hero ul li:nth-child(1),
    #hero ul li:nth-child(3),
    #hero ul li:nth-child(4),
    #hero ul li:nth-child(6) {
        display:none;
    }
    #hero ul li:nth-child(2),
    #hero ul li:nth-child(5) {
        width:100%;
        height:275px;
    }
	
	#services h1 {
        width:100%;
		font-size: 25px;
    }
}
