/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#baynnatacademy-post-content h1, #baynnatacademy-post-content h2, #baynnatacademy-post-content h3, #baynnatacademy-post-content h4, #baynnatacademy-post-content h5, #baynnatacademy-post-content h6 {
    color: var(--e-global-color-primary);
    font-weight: bold;
    line-height: 1.5;
}
#baynnatacademy-post-content h1, #baynnatacademy-post-content h2, #baynnatacademy-post-content h3 {
    font-size: 28px;
}
#baynnatacademy-post-content a {
    color: var(--e-global-color-primary);
}
@media(max-width: 768px){
    #baynnatacademy-post-content h1, #baynnatacademy-post-content h2, #baynnatacademy-post-content h3, #baynnatacademy-post-content h4, #baynnatacademy-post-content h5, #mishka {
            font-size: 18px;
    }
}
@media(max-width: 451px){
#baynnatacademy-post-content h1, #baynnatacademy-post-content h2, #baynnatacademy-post-content h3, #baynnatacademy-post-content h4, #baynnatacademy-post-content h5, #baynnatacademy-post-content h6 {
            font-size: 16px;
    }
}
#baynnatacademy-sticky-courses.elementor-sticky--effects {
    max-height: 82vh;
    height: 82vh;
    overflow: hidden scroll;
    margin-bottom: 40px !important;
}
#baynnatacademy-sticky-courses.elementor-sticky--effects {
	scrollbar-width: 5px;
	scrollbar-color: #c5c5c5 transparent;
}

#baynnatacademy-sticky-courses.elementor-sticky--effects::-webkit-scrollbar {
	width: 5px;
}
#baynnatacademy-sticky-courses.elementor-sticky--effects::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
#baynnatacademy-sticky-courses.elementor-sticky--effects::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: #ddd
}