/*!
Theme Name: Divi-child
Theme URI: https://www.thesmithinstitute.org
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Template: Divi
Author: Jason Harris
Author URI: https://www.elitereloaded.io
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  elitedivi
*/

/*
 BOOTSTRAP classes
 */
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

.tsi-inline-modules-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.tsi-inline-modules .et_pb_module {
    display: inline-block;
}
/*
 EVERYTHING ELSE
 */

#logo {
	max-height: 80% !important;
}
