/* 
Theme Name:		 Soak Lifestyle Boutique
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template:		 twentyseventeen
Version:		 1.0.0
Text Domain:	 Soak-Lifestyle-Boutique
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

/* Adjusts Header Image Height for multiple devices */

.custom-header {
height: 525px;
}
@media only screen and (max-width:768px) {
.custom-header {
height: 400px;
}
}
@media only screen and (max-width:480px) {
.custom-header {
height: 200px;
}
}

/* Remove the gradient from header image */
.custom-header-media:before {
    background: none;
}