/*
Theme Name: Bootscore - Yana customized
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 60000.3.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#nav-main {
  font-family: "Merriweather", serif;
  font-style: normal;
  margin-bottom:20px;
}

.nav-link {
	padding:8px 16px 8px 0 !important;
}

.entry-title, .post-thumbnail, .navbar-brand, .bootscore-footer-info, .top-button, .bootscore-footer-columns {display:none}  /* hide crap */
#masthead {background:transparent; position:relative; margin-top:20px}
.bg-body-tertiary {background:transparent !important}
#bootscore-navbar.ms-auto {margin-left:0 !important}
.footer_widget .fa-brands {font-size:200%}
.no-underline {text-decoration:none}
.pr-0 {padding-right:0}
#footer {margin-bottom:1em}

input.wpcf7-form-control, textarea.wpcf7-form-control {
	max-width:100%;
}

.wpcf7-form label {max-width:100%}
