/*
Theme Name: hexe
Theme URI: http://example.com/hexe/
Description: Child to wp-bootstrap-starter
Author: Jennifer Fletcher
Author URI: http://hexeknits.com
Template: wp-bootstrap-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: wp-bootstrap-starter-child
*/

@font-face {
    font-family: 'jamboregular';
    src: url('/wp-content/themes/hexe/fonts/jambo-webfont.woff2') format('woff2'),
         url('/wp-content/themes/hexe/fonts/jambo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h1.entry-title, h2 { margin:0; padding:40px 0 0 0; color:#000; font-family: 'jamboregular' !important; font-weight:normal; font-size:36px; line-height:42px; letter-spacing:.05em; text-transform:lowercase; }
h3.widget-title { margin:0; padding:0 0 12px 0; color:#000; font-family: 'jamboregular' !important; font-weight:normal; font-size:42px; line-height:48px; letter-spacing:.05em; text-transform:lowercase; }
.home h1.entry-title { display:none; }

body { background-color:#d8e1e4 !important; }
body, p, td, li { font-size:16px; line-height:170%; }

header#masthead { background-image:url(/wp-content/uploads/2022/03/snowflake3.png); background-repeat:no-repeat; background-position:right center; }

.navbar-brand { max-width:150px; }

.site-footer.bg-light { background-color:#000 !important; }
.site-footer.bg-light a, 
.site-footer.bg-light p,
.site-footer.bg-light li,
.site-footer.bg-light .site-info { color:#fff; }

.block-white { background-color:#fff; padding:40px 52px; }