/*==========  Non-Mobile First Method  ==========*/
	@media only screen and (max-width : 1400px) {

	}
    /* 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) {
		
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
    	.logo15{width:100px;margin-left:-50px;top:50%;margin-top:-60px;}
        .btnstart{font-size:16px;left:50%;margin-left:-32px;top:50%;margin-top:40px;color: #ffffff}

    }