/* CSS Document */
/* Small devices (landscape phones, 576px and up)*/
.cid-sUg0mUUAqE
{
	background-image: url("/assets/images/adobestock-126794739.jpeg");
	/*background-size: auto;*/
}


@media (min-width: 300px) 
{
	.sub_title
    {
        padding: 20px; 
        text-align: center;
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        color: #ffffff;
    }
	
	#homeowner_stmt
	{
		
		margin: 50px 30px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	#homeowner_stmt p
	{
		padding: 20px; 
		color: #ffffff;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		line-height: 1.2;
	}
	
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) 
{


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) 
{
	
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) 
{
	.sub_title
    {
        padding: 0px; 
		
	}
	
	#homeowner_stmt
	{
		width: 25%; 
		float: right; 
		
	}
	
	#homeowner_stmt p
	{
		padding: 30px; 
		color: #ffffff;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		line-height: 1.6;
	}
	
}



