/*

Theme Name: Divi-child

Theme URI: http://www.elegantthemes.com/gallery/divi/

Version: 2.1.4

Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.

Author: Elegant Themes

Author URI: http://www.elegantthemes.com


Template: Divi

*/
 
@import url("../Divi/style.css");

.tablepress-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

#H4AH-logo {
    margin-left: auto;
    margin-right: auto;
}

/* SLIDER HEIGHT */

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 800px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 800px; 
    }
	/*
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }*/
}



/*** MOBILE STYLES ***/


@media only screen and ( max-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 400px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 400px; 
    }
    
	/*.et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }*/
	.et_pb_slide_description h2 {
	font-size: 2.5em !important;
}
	#logo {
	max-height: 120px;
	}
	.nav ul li, .et_mobile_menu li { 
	color: #e8e8e8; 
	text-transform: uppercase;

}
}
	
}

