/*
 Theme Name:   Italia Portal
 Description:  Custom theme for Italia's realtor portal
 Author:       The West Harbour
 Author URI:   https://thewestharbour.com
 Template:     bootscore-main
 Version:      5.1.0.1
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/


.hero-bg {    
	width: 100vw;
    height: 40vh;
    background-attachment: fixed;
    background-image: url(https://strata.liveatmonaco.ca/wp-content/uploads/monaco-Aerial-med.png);
    background-size: cover;
    background-position: bottom;
}
@media (max-width: 900px) {
	.hero-bg {  
		height: 45vh;
		background-attachment: scroll;
		background-position: bottom;
	}
	
}