/*
Theme Name: NOSIX BootBlank
Theme URI: https://nosix.com/
Author: Kilwag
Author URI: https://nosix.com/
Description: Basic theme built with Bootstrap 5 and using Blank Slate as inspiration - https://github.com/tidythemes/blankslate. Has some customizer functions for common basic site usage. Set basic colors for headers, footers, etc... Choose to add your own default colors for color pickers in Customizer and Guttenberg editor.  Choose header images, colors and size by post type. Choose default templates sitewide or on individual pages/posts/CPTS. Dynamically generates sidebar widget areas for custom post types and archives. Developed on PHP, should work with older versions of PHP but it hasn't been tested.   
Tags: bootstrap, accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.0
Requires at least: 6.0?? 
Tested up to: 6.3.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: nsxbootblanky
*/
	
/* ============= BOTSTRAP OVERIDES ============= */
.container-fluid { padding:0; }
body { font-size:22px; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom:2rem; }
.dropdown:hover>.dropdown-menu{display: block;}
.container-fluid.containerfw {padding:0;}

/* ============= Basic Resets ============= */

img, video { max-width: 100%;  max-height: 100%; }


/* ============= REAL STYLES START HERE ============= */

#nosixheader { background:#eeeeee; position: relative; height:200px; }
body.page #nosixheader, body.blog #nosixheader {height:300px;}
#nosixheader p { max-width:100%; }
#site-branding-text { position: absolute; bottom: 10px;}
.nsx_site_logo{ position: absolute; left: 50%; transform: translate(-50%, 0);}

.nsx-main-menu { background:#fafafa; }

#footer { margin:50px auto 0 auto; min-height:auto; padding:0; background:#eeeeee; }
#subfooter { font-size:small; background:#fafafa; text-align:center; min-height:30px; padding-top: 5px; }
