/*
Theme Name:   Nature Vancouver
Description:  A child theme developed from Nisarg
Author:       Elite Geek
Author URL:   Write here the author's blog or website url
Template:     nisarg
Version:      1.0
Text Domain:  nature-vancouver
*/

/* Write here your own personal stylesheet */

.site-info {
display : none;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #008072;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.has-green-background-color {
	background-color: #61ce70;
}

.has-green-color {
	color: #61ce70;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-white-color {
	color: #ffffff;
}

.has-blue-background-color {
	background-color: #59BACC;
}

.has-blue-color {
	color: #59BACC;
}

.has-orange-background-color {
	background-color: #FFBC49;
}

.has-orange-color {
	color: #FFBC49;
}

.has-red-background-color {
	background-color: #E2574C;
}

.has-red-color {
	color: #E2574C;
}

/* This is how to change the colour of widget items, but you may need to clear your browser cache to see the effects. */
/* commented out for now 
#secondary .widget a {
	color: #000000;
}
*/
