/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.home-white h1 {color: #fff !important; font-size: 70px !important;}
.home-white h2 {color: #fff !important; font-size: 30px !important;}

@media screen and (min-width:1500px) and (max-width:1600px) {
	.fusion-standard-logo {
		width: 90% !important;
	}
}

@media screen and (min-width:1400px) and (max-width:1500px) {
	.fusion-standard-logo {
		width: 80% !important;
	}
}

@media screen and (min-width:1300px) and (max-width:1400px) {
	.fusion-standard-logo {
		width: 70% !important;
	}
}

@media screen and (min-width:1200px) and (max-width:1300px) {
	.fusion-standard-logo {
		width: 60% !important;
	}
}

@media screen and (min-width:720px) and (max-width:1200px) {
	.fusion-standard-logo {
		width: 50% !important;
	}
}