/*
Theme Name: BootCMS
Theme URI: ... coming soon ...
Author: NetBuddy.net
Author URI: https://netbuddy.net
Description: Lightweight, out-of-the-box classic theme for beginners and advanced users. Provides a clean, flexible foundation with no unnecessary code, while making it easy to add frameworks such as Bootstrap and JavaScript libraries such as jQuery through a CDN, or other customizations as needed.
Tags: blog, classic-theme, custom-background, custom-colors, custom-logo, custom-menu, featured-images, header-widgets, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 2.0
Requires at least: 5.0
Tested up to: 7.1
Requires PHP: 7.0 or later
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootcms
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =========================================================
   BootCMS Foundation
   Do not modify unless you are developing the theme.
   Go further below for custom styles.
   ========================================================= */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Main content containers */
.container-fluid {
  width: 100%; /* or 100vw */  
}
@media (max-width: 575px) {
.container {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;  
}}
@media (min-width: 576px) {
.container {	
  margin-left: auto;
  margin-right: auto;
  width: 540px;
}}
@media (min-width: 768px) {
.container {
  width: 720px;	
}}
@media (min-width: 992px) {
.container {
  width: 960px;	
}}
@media (min-width: 1200px) {
.container {
  width: 1140px;	
}}
@media (min-width: 1400px) {
.container {
  width: 1320px;	
}}
/* Containers end */

/* Hidden link to Main for readers */
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Top Margins and Paddings */
.bootcms-header,
main,
.bootcms-footer {
  padding: 0.5rem 1.5rem;	
}

/* =========================================================
   BootCMS Default Styling - Custom Styles 
   Safe to customize below here.
   ========================================================= */

