/*
Theme Name: Divi child theme
Template: Divi
*/
@import url(“../Divi/style.css“);
/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */

#logo {
   max-height: 94%;
}

#top-header .container {
background-color: #1895DF;
}

.et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle {
    font-size: 30px;
    }

.tm-super {
    font-variant-position: super!important;
    font-size: 55% !important; /* Adjust if it looks too big or small */
}

.small-tm {
    font-size: 60%;
    vertical-align: super;
}