/*
Theme Name: Startit
Theme URI: http://startit.select-themes.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  http://themeforest.net/user/select-themes
Version: 2.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*----removes mobile objects from displaying on desktop----------*/

.hide {
    display: none;
}

 
/*-----------------small screen sizes------------------------*/
@media (max-width: 480px) {
   
   
   .hero1 {
       margin-right: 1000px;
       
       
   }
} 
   
   
   /*-----------------hide the following
   
   
   
   
    .mobile-shonly {
        display:block !important;
    }



    .desktop-shonly {
        display:none !important;
 
    }
    
    hidden stuff------------------------*/
