.hero-content .button {
	display: none;
}

/*--- hide header image/ 7875438-hc ---*/
.header-bg { 
    display: none;
}
.header-bg.clear { 
   display: inherit;
}

/* Change large header image 7878794-hc */
/* Note: to change the header here again, upload the new file to the media library and replace the link below to your new image */

.page-template-template-home .header-bg {
	background-image: url('https://i0.wp.com/bluewaterwoman.com/wp-content/uploads/2018/11/blue-water-woman-website-nameplate-11-07-2018-2560x640.png');
}

.header-bg {min-height: 350px;}

/*
	CSS Migrated from Jetpack:
*/

.hero-content .button {
	display: none;
}

.page-template-template-home  .header-bg {
	background-image: url('https://bluewaterwoman.com/wp-content/uploads/2016/10/website-header-photo-4-home-page-photo-copy.jpg');
}

/*
	CSS Migrated from Jetpack:
*/

.hero-content .button {
	display: none;
}

.page-template-template-home  .header-bg {
	background-image: url('https://bluewaterwoman.com/wp-content/uploads/2016/10/website-header-photo-4-home-page-photo-copy.jpg');
}
/* Change large header image 7878794-hc */
.page-template-template-home .header-bg {
	background-image: url('https://bluewaterwoman.com/wp-content/uploads/2018/08/https://bluewaterwoman.com/wp-content/uploads/2020/05/blue-water-woman-patreon-nameplace-05-2020-wp-com-header.jpg');
}

.header-bg {
	min-height: 400px;
}

/* Change large header image 21291395-hc */
.page-template-template-home .header-bg {
	background-image: url('https://bluewaterwoman.com/wp-content/uploads/2020/05/blue-water-woman-patreon-nameplace-05-2020-wp-com-header.jpg');
}


/* Change large header image 31943610-hc */
.page-template-template-home .header-bg {
	background-image: url('https://bluewaterwoman.com/wp-content/uploads/2021/09/cropped-bww-website-home-page-header-09-2021-copy.jpg');
	
}
/* Hide homepage title 31943610-hc cw */
.home .entry-header,
.home h2.page-title {
    display: none;
}
/* Ensure homepage content is full-width / 31943610-hc JAR */
@media only screen and (min-width: 50em) {
    .home-content {
        width: 100%;
    }
}
/* Adjust header image to fit on various screens / 4336834-zen (BM) */

.page-template-template-home .header-bg {
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 412px) {
    .page-template-template-home .header-bg {
        min-height: 140px;
    }
}

@media screen and (min-width: 413px) and (max-width: 559px) {
    .page-template-template-home .header-bg {
        min-height: 160px;
    }
}

@media screen and (min-width: 560px) {
    .page-template-template-home .header-bg {
        background-position: bottom right;
    }
}

@media screen and (min-width: 560px) and (max-width: 1134px) {
    .page-template-template-home .header-bg {
        min-height: 225px;
    }
}

@media screen and (min-width: 1135px) and (max-width: 1499px) {
    .page-template-template-home .header-bg {
        min-height: 405px;
    }  
}

@media screen and (min-width: 1500px) {
    .page-template-template-home .header-bg {
        background-position: center right;
        min-height: 600px;
    }
}

/* End 4336834-zen (BM) */