/*
Theme Name: Twenty Twenty-Four Child
Theme URI: 
Description: A child theme
Author: 
Author URI:
Version: 1.0.0
Template: twentytwentyfour
*/

.str-hide {
	display:none !important;
}

/* aboutus page, grid and stack for board members */


.str-grid-board .is-layout-flex {
    align-items: center !important;
		gap: 0.1rem !important;
}

.str-grid-board img {
	max-width: 150px !important;
}

.str-grid-board p:nth-of-type(1) {
	margin-block-start: .6em!important;
	margin-block-end: .0em!important;
	font-size: 14px!important;
	line-height: 14px!important;
	text-align: center;
}
.str-grid-board p:nth-of-type(2) {
	margin-block-start: .2em!important;
	margin-block-end: .2em!important;
	font-size: 14px!important;
	line-height: 14px!important;
	font-style: italic;
	text-align: center;
}

/* ? */

:where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}


button {
	/*height: 40px !important;*/
}

.wp-block-file__button {
    background-color: #445195 !important;
}

.str-button a.wp-element-button {
    background-color: #445195 !important;
		height: 40px !important;
}

h1 {
    font-size: clamp(1.2rem, -0.875rem + 8.333vw, 2.2rem) !important;
    color: #C1962C !important;
    line-height: 1.125em !important;
    letter-spacing: 3px !important;
		text-transform: uppercase;
		padding-top: 20px;
}

h2 {
    font-size: clamp(1.0rem, -0.875rem + 8.333vw, 1.6rem) !important;
    color: #2B3984 !important;
    line-height: 1.125em !important;
    letter-spacing: 3px !important;
		text-transform: uppercase;
		padding-top: 6px;
}

h3 {
    font-size: 20px !important;
    color: #2B3984 !important;
    line-height: 1.125em !important;
    font-family: var(--wp--preset--font-family--body);
		font-weight: bold !important;
		padding-top: 6px;
}

.header-title-glow {
    text-shadow: 0px 0px 3px #ffffff;
}

.wp-block-image a img {
    border: 0 !important;
		outline-width: 0px !important;
    outline-style: none !important;
}
.wp-block-image a img:focus {
    border: 0 !important;
		outline-width: 0px !important;
    outline-style: none !important;
}

/* get rid of black boxes around menu items */

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
a:focus {
    outline: solid 0px !important;
}
*:focus {
    outline: 0 !important;
}

/* social icons bg */

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #445195 !important;
    color: #fff;
}


