/*

Theme Name: Fitness
Author: designstub
Author URI: http://www.designstub.com
*/



/*--------------
 * Table of Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Home page banner
4. Pitch Section
5. Features Section
6. Review
7. Pricing
8. Subscribe form
9. Media Queries
------------------*/


/*----- 1. Reset.css -----*/

body, html {
    height: 100%;
    margin: 0;

}

.background {
    /* The image used*/
    background-image: url(../img/bg_home.png);

    /* Full height */
    height: 100%; 
    width: 100%;

    /* Center and scale the image nicely */
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: 
}

.button1 {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
   
}
	

.button1: hover {
    background-color: ;
    color: white;



/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/
