/*
Theme Name:     Graphene Child 1
Theme URI:      https://www.real-estate-aspen.com/
Description:    Child theme for the Graphene theme
Author:         Lou
Template:       graphene
Version:        1.0
Color pallet    https://www.colourlovers.com/palette/2856688/Lay_Among_the_Roses
*/
@import url("../graphene/style.css");

/*If selected in Wpadmin, this child theme eliminates custom header banner, so that needs to be the first thing this 
child theme invokes? */

/* Your modification goes here */

/* following blocks display of counter next to addthis button, which throws off page layout and looks ugly */
.addthis_pill_style {
        width: 50px !important;
}


/*following commented totally out in root style.css, and added here, first line needs to be commmented 
out to allow youtube vids to run without being blacked out*/
body {
	/*background: url(images/bg_g.png) repeat #000 fixed;*/
	background: url(images/bg_g.png);
	color: #2c2b2b;
	font: normal 12px arial;
	line-height: 18px;
	position: relative;
}

/*following is an attempt at elimintating the 'white flash' when loading pages */
HTML {
background-color:#000000; !important;
background-image: url(images/background.jpg); !important;
}

/*following for homepage so the HOMEPAGE title won't show when using as static page*/
.page-id-351 .post-title.entry-title {
display: none;
}

.header_title {
font: "Baskerville", serif, sans-serif !important;
font-size: 30px !important;
letter-spacing: 1.5px !important;
font-style:italic !important;
text-align:left !important;
margin-left:120px !important;
margin-right:1px !important;
font-weight: 20px !important;
line-height: 30px !important;
position: relative !important;
bottom: -20% !important;
/* color: #ele1d6 !important; */
color: #ffffff !important;
}

.header_desc {
font: "Baskerville", serif, sans-serif !important;
font-size: 25px !important;
letter-spacing: 1.5px !important;
font-style:italic !important;
text-align:left !important;
margin-left:190px !important;
font-weight: normal !important;
border-bottom: none !important;
line-height: 10px !important;
position: relative !important;
top: 30% !important;
width: 400px !important;
/* color: #96bcdd !important; */
color: #ffffff !important;
}