@import url("main.inc.css");

/* Styles specific for home.inc.php */

/*
This stylesheet handles styles specific for home.inc.php.
It is included by index.php.


***************************
** Begin Default Styling **
*/

.hero, .about, .contact {
    background-image: url('../images/background-1.svg');
}

.services, .reviews, .offer {
    background-image: url('../images/background-2.svg');
}

/*
** End Default Styling **
*************************
*/