/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/*@import url("https://fonts.googleapis.com/css?family=Yeseva+One&display=swap");*/

h1,
h2,
h3 {
    font-family: 'Yeseva One', cursive;
    color: #000;
}


body .fl-page-header-primary img.fl-logo-img {
    height: 60px !important;
}

 .fl-page-nav .navbar-nav>li>a.nav-link {
    font-family: 'Yeseva One', cursive;
    color: #000;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
    color:#c79a87;
}