/*
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
*/

.fusion-logo img {
    height: auto !important;
}

h2{
	font-size:40px !important;
}

div.slide-content h2{
    /*background: #a40b1d;*/
    padding: 0px !important;
}

div.slide-content p{
	margin-top: 7px;
}

nav.fusion-main-menu {
    height: 153px !important;
	display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column-reverse;
}