/*
Theme Name: Blockskit Base
Theme URI: https://blockskit.com/blockskit-base/
Author: BlockskitDev
Author URI: https://blockskit.com
Description: Blockskit Base is a modern and versatile WordPress theme designed for various types of websites including blogs, small businesses, startups, agencies, firms, e-commerce shops, personal portfolio sites, and more. It offers full-site-editing, allowing easy customization of all aspects of your site. With multiple templates, patterns, and style variations, it's suitable for different aesthetics. The theme is also compatible with popular plugins like Elementor, WooCommerce, and Spectra – WordPress Gutenberg Blocks, adding extra functionality to your site.
Version: 1.1.7
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blockskit-base
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, education

Blockskit Base WordPress Theme, Copyright 2025 BlockskitDev
Blockskit Base is distributed under the terms of the GNU General Public License v3
*/

/*custom overrides added by mpotampa 05.04.26*/

@import url(//fonts.googleapis.com/css?family=Copperplate, serif);

.site-title, .site-title a, .site-title a:hover {
    letter-spacing: 10px; }

.wp-block-site-title a 
{
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", Copperplate, serif;
    font-size: 30px;
	letter-spacing: 5px;
	font-weight: 200;
	
}




.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .6;
}

/*
h1.wp-block-heading.has-text-align-center.has-xxxx-large-font-size
{
	font-family: "Copperplate Gothic Light", Copperplate, serif;
	font-size: 28px;
}
*/

/* ADDED by mpotampa 051426 */
main .wp-block-cover h1.wp-block-heading {
    font-family: var(--nccb-f-logo);
    font-variant: small-caps;
    letter-spacing: 0.01em;
    font-weight: 100;
}

.nccb-site-mascot img {
    max-width: 169px;
    height: auto;
    background: none;
    padding: 0.5rem;
    border-radius: 0px;
    box-shadow: none;
}

/* ADDED by mpotampa 051526; these calls could be incorporated into a more global call */
/* these push the panels on home to full width */

.nccb-upcoming {
    background: var(--nccb-cream);
    padding: 5rem 2rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.nccb-about {
    background: var(--nccb-parchment);
    padding: 5rem 2rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.nccb-history {
    background: var(--nccb-parchment);
    padding: 5rem 2rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.nccb-stay-in-touch {
    background: var(--nccb-cream);
    padding: 5rem 2rem;
    text-align: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
	
	
