/*
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
*/

/*New CSS*/
.sticky-bar {position: sticky; position: -webkit-sticky; top:0; z-index: 5;}

@font-face {
    font-family: 'Palmer Lake Script';
    src: url('/wp-includes/fonts/PalmerLakeScript-Regular.woff2') format('woff2'),
        url('/wp-includes/fonts/PalmerLakeScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Palmer Lake Print';
    src: url('/wp-includes/fonts/PalmerLakePrint-Regular.woff2') format('woff2'),
        url('/wp-includes/fonts/PalmerLakePrint-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Covered By Your Grace';
    src: url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('https://use.typekit.net/jhi6vmn.css'),
font-weight: 400;
font-style: normal;
}
@font-face{font-family: 'Minerva Modern Regular';src:url('https://use.typekit.net/jhi6vmn.css');}
h1 {font-family: 'Minerva Modern Regular', sans-serif;}
h2 {font-family: 'Minerva Modern Regular', sans-serif; font-size: 20px;}
h3 {font-size: 4em; font-family: 'Palmer Lake Print' !important; background: none !important;}
h4 {font-size: 3em; font-family: 'Palmer Lake Script' !important;}

body {font-size: 1em; font-family: 'Sofia Pro' !important, sans-serif;}
ul {
    font-size: 18px;
    font-family: 'Sofia Pro' !important;
}
li {
    font-size: 18px;
    font-family: 'Sofia Pro' !important;
}

/*
ul.Bullets {font-size: 18px; font-family: 'sofia pro' !important;}
ol, li {font-size: 1em; font-family: 'sofia-pro' !important;}
*/

.palmer-lake-print {font-size: 4em; font-family: 'Palmer Lake Print' !important; background: none !important;}

.upbar {color: white !important;}
#FooterUpBar {color: white !important;}
