/*
Theme Name: Blockbase Child
Theme URI: 
Description: A child theme of Blockbase Theme
Author: 
Author URI:
Version: 1.0.0
Template: blockbase
*/
/*@import url("../stockholm/style.css");  NW cut out now in functions php*/

/* set a 50 px margin on top of all footers, then remove it from just home page footer 
body .site-footer-container {margin-top: 50px;}
body.home .site-footer-container {margin-top: 0px;}
*/

/*
set a 50 px margin on top of all footers, then create a 'str' style to
remove it from just the templates I use for the main pages.
*/
.site-footer-container {margin-top: 50px;}
.str-no-footer-margin {margin-top: 0px;}


/* 
h1 {
    font-size: clamp(1.4rem, -0.875rem + 8.333vw, 2.4rem) !important;
    color: #cc0033 !important;
    line-height: 1.125em !important;
    letter-spacing: 4px !important;
		padding-top: 20px;
}

use this after switching theme?? */



/* === menu ===

.side_menu_button {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}
 */
/* === override woocommerce later with: === 

.woocommerce div.product {
    position: relative;
    display: block;
    width: 80%;
    text-align: center;
    margin: auto;
}
*/

/* column img */
.str-full-height-cover {
	min-height: 300px !important;
	aspect-ratio: initial;
}
@media (min-width: 768px) {
  .str-full-height-cover {
		min-height: 100% !important;
		aspect-ratio: unset;
	}
}


/* galleryberg - turn off the captions box */
.gslide-description
 {
    display: none;
 }
 
 h1 {
	 font-size: clamp(32px, 20.571px + 2.857vw, 48px);
 }
 .str-home-font-size {
	 font-size: clamp(32px, 19.143px + 3.214vw, 50px);
 }
 .str-text-shadow {
	 text-shadow: 0px 0px 6px #000000, 0px 1px 3px #000000;
 }


