/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.9
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body, html {
	font-size: 14px;
}
/***** Breakpoint 1 - mw421 ****/
@media only screen and (min-width: 421px) {
    body, html {
        font-size: calc(11.57px + .58vw);
    }
}
/***** Breakpoint 2 - mw768 *****/
@media only screen and (min-width: 768px) {
    body, html {
        font-size: calc(14.01px + .26vw);
    }
}
/***** Menu Size Change - hamburger *****/
@media only screen and (max-width: 1279px) {
    #top-menu-nav {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
}
/***** Breakpoint 3 - mw1280 *****/

/***** Breakpoint 4 - mw1538 *****/
@media only screen and (min-width: 1538px) {
    body, html {
        font-size: 18px;
    }
}