/* Enter Your Custom CSS Here */
/*For browser/screen widths less than 768px*/
@media (max-width: 1000px) {


    #content {
        width: 100%;
    }
    #primary {
        width: 100%;
    }

    #secondary {
        width: 100%;
    }

	.widget-container {
  		font-size: 25px;
    	line-height: 1.5;
	}

}	
