@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Merriweather";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Merriweather/Merriweather-Light.ttf"); /* IE9 Compat Modes */
	src: local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/Merriweather/Merriweather-Light.ttf");
}

@font-face {
	font-family: "Merriweather-bold";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Merriweather/Merriweather-Regular.ttf"); /* IE9 Compat Modes */
	src: local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/Merriweather/Merriweather-Regular.ttf");
}

@font-face {
	font-family: "Merriweather_Sans";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Merriweather_Sans/MerriweatherSans-VariableFont_wght.ttf"); /* IE9 Compat Modes */
	src: local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/Merriweather_Sans/MerriweatherSans-VariableFont_wght.ttf");
}

body {
	font-family: "Merriweather";
	color: var(--black);
	background: url(/wp-content/themes/slightlychilled-child/assets/img/ombrello-bg.png)
		no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

:root {
	--black: #0a1e0c;
	--white: #fff;
	--primary: #191e3e;
	--secondary: #127537;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
	color: var(--accent);
}

/* Structure */

a {
	color: var(--primary);
	text-decoration: none;
}

a:hover {
	color: var(--secondary);
}
section {
	padding: 4rem 0;
}

section.hero {
	padding-top: 12rem;
	padding-bottom: 0rem;
}

section.hero.secondary {
	padding-top: 12rem;
}

section.partners a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pageStandard {
	height: 80vh;
}

.wpcf7 .screen-reader-response p,
.wpcf7-response-output {
	color: #f00;
	font-weight: 400;
	text-transform: uppercase;
}

.card,
.card-header,
.card-body,
.card-footer {
	padding: 0;
	border: none;
	margin: 0;
	background: none;
}

.proposal-card,
.core-member {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 10px;
	padding: 2rem;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.proposal-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.proposal-card .card-body .theContent {
	font-size: 1.2rem;
	padding: 1rem 1rem 0 1rem;
}

/* Full width card styling (last card) */
.col-12 .proposal-card {
	/* max-width: 80%; */
	margin: 0 auto;
	background: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.98),
		rgba(255, 255, 255, 0.95)
	);
	border-left: 4px solid var(--secondary);
}

.step-card,
.outcome-card {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	padding: 2rem;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.step-card:hover,
.outcome-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.outcome-card {
	text-align: left !important;
}

.outcome-card h4 {
	color: var(--secondary);
}

.outcome-card img {
	margin-bottom: 2rem;
}

.step-card .step-number {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: var(--secondary);
	border: 1px solid var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.5rem;
	font-family: "Merriweather_Sans";
	font-weight: bold;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.step-card .card-header {
	padding: 3rem 0 1rem 0;
}

.step-card .card-header h3 {
	color: var(--primary);
	margin-bottom: 0;
	font-size: 1.5rem;
}

.step-card .card-body .theContent {
	padding: 1rem 0;
	font-size: 1.1rem;
}

.core-members .theContent,
.advisory-members .theContent {
	font-size: 1.1rem;
}

section img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

section.partners img {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
	max-width: 180px;
	height: auto;
}

.noShadow {
	margin-top: -4rem;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: none !important;
}

.no-shadow {
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: none !important;
}

section.partners ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

section.partners ul li {
	margin: 0 1rem;
	flex: 1;
	text-align: center;
}

@media (max-width: 768px) {
	section.partners ul {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	section.partners ul li {
		flex: 0 0 calc(33.333% - 2rem);
		margin: 1rem;
	}
}

/* Font styling */

strong {
	color: var(--secondary);
	font-family: "Merriweather-bold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Merriweather_Sans";
	line-height: 1.2;
	margin-bottom: 1rem;
	color: var(--primary);
	position: relative;
	padding-bottom: 0.5rem;
}

h1::after,
h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background: var(--secondary);
	border-radius: 2px;
}

h1 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

section.hero.secondary h1 small {
	color: var(--secondary);
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 5rem;
	padding-bottom: 2rem;
}

h3 {
	color: var(--primary);
	font-size: 1.75rem;
	font-weight: 500;
}

h4 {
	font-size: 1.5rem;
	font-weight: 500;
}

h5 {
	font-size: 1.25rem;
	font-weight: 500;
}

h6 {
	font-size: 1rem;
	font-weight: 500;
}

small {
	display: block;
	margin-top: 1rem;
	font-size: 0.7em;
	font-weight: 100;
	padding-bottom: 1rem;
	color: var(--primary);
}

h3 small {
	font-weight: 700;
	color: var(--secondary);
}

.theContent {
	font-family: "Merriweather";
	font-size: 1.4rem;
	line-height: 1.8;
	color: var(--black);
	margin-bottom: 1.5rem;
	margin: 0 auto;
}

.hero .theContent {
	/*max-width: 900px;*/
	font-size: 1.4rem;
	line-height: 1.8rem;
}

ul.bullet_points {
	list-style: none;
	padding-left: 0;
	margin: 2rem auto;
	max-width: 960px;
}

ul.bullet_points li {
	position: relative;
	padding: 2rem 1.5rem 2rem 3rem;
	margin-bottom: 1.4rem;
	font-size: 1.2rem;
	line-height: 1.6;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	list-style: none;
	border-left: 4px solid var(--secondary);
}

ul.bullet_points li:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Navigation */

.navbarSolid {
	/*border-bottom: 1px solid var(--primary);*/
	background: var(--white);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
}
.navbar-brand img {
	max-width: 100px;
	height: auto;
	padding: 5px;
}

.navbar-custom {
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	/*background: var(--primary);*/
	transition: 0.4s;
}

.navbar-custom li {
}

.navbar-custom li a {
	color: var(--white);
	color: var(--primary);
	font-size: 0.9rem;
	font-family: "Merriweather_Sans";
	letter-spacing: 1px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 25px 30px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #var(--primary);
	background: var(--white);
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
.navbar-custom li a.focus {
	color: var(--primary);
	text-decoration: underline;
	text-underline-offset: 10px;
}

.navbar-toggler {
	border-color: #fff;
}

.dropdown-menu {
	background: var(--white);
	background: var(--primary);
	border-top: none;
	border-color: rgba(109, 90, 65, 0);
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 !important;
}

.dropdown-menu li a {
	color: var(--primary) !important;
	color: var(--white) !important;
	padding: 10px 60px 10px 30px !important;
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: var(--primary);
	color: var(--white) !important;
	text-decoration: underline;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 0;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

/* Utilities */

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

#footer.footer {
	background: var(--primary);
	padding-top: 4rem;
	color: var(--white);
}

#footer.footer a {
	color: var(--white);
	text-decoration: none;
}

#footer.footer ul {
	list-style: none;
	margin: 0 0 3rem 0;
	padding: 0;
}

#copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.8rem;
}

ul.social {
	list-style: none;
	display: inline-block;
}

ul.social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.btn-site {
	background: var(--primary);
	color: var(--white);
}

.btn-site:hover {
	background: var(--secondary);
	color: var(--white);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
	section {
		padding: 2rem 0;
	}

	h2 {
		padding-bottom: 1rem;
	}

	section.hero.secondary h1 {
		font-size: 3rem;
	}
}

@media (max-width: 992px) {
	.navbar-custom {
		padding: 0;
		border-bottom: 1px solid var(--primary);
		transition: 0.4s;
		background: var(--white);
	}

	.navbar-custom li {
	}

	.navbar-custom li a {
		color: var(--white);
		color: var(--primary);
		font-size: 0.9rem;
		font-family: "Merriweather_Sans";
		letter-spacing: 1px;
		font-weight: 300;
		letter-spacing: 1px;
		padding: 10px !important;
	}
}

@media (max-width: 1200px) {
}

.theContent table {
	width: 100%;
	table-layout: fixed;
	background: none;
	border: none !important;
	margin: 4rem auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.theContent table,
.theContent table td,
.theContent table th,
.theContent table tr {
	border: none;
}

.theContent table tr {
	border-bottom: 1px solid #ccc;
}

.theContent table td,
.theContent table th {
	width: 10%;
	background: none;
}

.theContent table th {
	text-transform: capitalize;
	text-align: left;
	vertical-align: middle;
	font-size: clamp(0.3rem, 1vw, 1rem);
	color: var(--black);
	font-weight: bold;
}

.theContent table td {
	text-align: left;
	font-size: clamp(0.5rem, 0.9vw, 0.9rem);
}
.theContent table img {
	max-width: 40px;
	height: auto;
}
