.welcome-logo {
	width: 750px;
}
body.static-image {
	background: none;
}

iframe {
	width: 100%;
	height: 340px;
	border:none;
}
.route-map {
    width: 100%;
}
.footer-logo {
   
    width: 400px;
   
    max-width: 90%;
}
.bg-fix {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/*background-image: url('https://airexc.stage.cascadewebdev.com/assets/images/IMG_2585.jpg');
	background-image: url('https://airexc.stage.cascadewebdev.com/assets/images/Pi0S3vEL.jpeg');*/
	background-image: url('/assets/images/newpaint1.jpg');
	

	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .55;
}
.bg-fix:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.55);
    opacity: 1;
}
.container img {
    max-width: 100%;
    height: auto !important;
}
@media (min-width: 352px) {
	iframe {
		height: 310px;
	}
}
@media (min-width: 992px) {
	body.static-image {
		/*background: url('https://airexc.stage.cascadewebdev.com/assets/images/IMG_2585.jpg') no-repeat center center fixed;
		background: url('https://airexc.stage.cascadewebdev.com/assets/images/Pi0S3vEL.jpeg') no-repeat center center fixed;*/
		background: url('/assets/images/newpaint1.jpg') no-repeat center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	body.static-image-header {
		/*background: url('https://airexc.stage.cascadewebdev.com/assets/images/IMG_2585.jpg') no-repeat center top fixed;
		background: url('https://airexc.stage.cascadewebdev.com/assets/images/Pi0S3vEL.jpeg') no-repeat center top fixed;*/
		background: url('/assets/images/newpaint1.jpg') no-repeat center top fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	body.static-image-footer {
		/*background: url('https://airexc.stage.cascadewebdev.com/assets/images/IMG_2585.jpg') no-repeat center bottom fixed;
		background: url('https://airexc.stage.cascadewebdev.com/assets/images/Pi0S3vEL.jpeg') no-repeat center bottom fixed;*/
		background: url('/assets/images/newpaint1.jpg') no-repeat center bottom fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	body.overlay:after {
	    background: rgba(0, 0, 0, 0.55);
	}
	iframe {
		height: 280px;
	}
	.bg-fix {
		display: none;
	}
}