[data-theme=light],
:root:not([data-theme=dark]),
:host(:not([data-theme=dark])) {
	--pico-border-radius: 0;
	--pico-primary-border: #F0F1F3;
	--pico-primary-background: #E0E3E7;
	--pico-secondary-background: #525f7a;
	--pico-secondary-border: var(--pico-secondary-background);
	--pico-card-background-color: #181c25;
	--pico-card-border-color: #F0F1F3;
}

input[type='checkbox']:not(:checked)+ul {
	display: none;
}

input {
	display: none;
}

.nav-item-gradient {
	border-top:#F0F1F3;
	border-top-style: solid;
	border-left: #F0F1F3;
	border-left-style: solid;
	background-color: #E0E3E7;
	
	border-right: #C2C7D0;
	border-right-style: solid;

	border-bottom: #C2C7D0;
	border-bottom-style: solid;
	
	margin-left: 8px;
	padding: 0px;
	height: 70px;
	width: 120px;
}

.longer-nav-option {
	width: 160px;
}

.medium-nav-option {
	width: 135px;
}

.nav-item-start {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B9C5;
}

.nav-item-end {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F1F3;
}

.nav-item-middle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F1F3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B9C5;
}

.navdropdown-items > li {
	align-content: center;
	text-align: center;
	list-style-type: none;
	flex-grow: 1;
	justify-content: space-around;
	height: 100%;
}

li > a {
	height: 100%;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	justify-content: center;
	align-content: center;
	color: black;
	padding: 25px;
}

.contrast-background {
	background-color: #C2C7D0;
}

.navdropdown-items {
	flex-direction: row;
	display: flex;
	background-color: #E0E3E7;
	border-width: 3px; 
	border-top-color: #5b5b5b; 
	border-left-color: #5b5b5b;
	border-style: solid;
	border-bottom-color: #F0F1F3;
	border-right-color: #F0F1F3;
	overflow: visible;
	width: auto;
	height: 75px;
	justify-content: space-around;
	padding: 0px;
}

.body-container-opaque {
	margin: 10px;
	padding: 5px;
	border-top:#F0F1F3;
	border-top-style: solid;
	border-left: #F0F1F3;
	border-left-style: solid;
	background-color: #E0E3E7;
	
	border-right: #C2C7D0;
	border-right-style: solid;

	border-bottom: #C2C7D0;
	border-bottom-style: solid;
}



html,
body {
		background: url(../../images/backgroundtile-boba.png);
		background-repeat: repeat;
}

header {
		flex-direction: row;
		display: flex;
		position: sticky;
		top: 0;
		justify-content: space-between;
}

@media(min-width: 1024px) {

	.separator-line {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #B3B9C5;
	}

	.hide-small {
		
	}
	
	.navbar-hide-small {
		display: flex;
		justify-content: space-around;
		flex-direction: row;
		flex-grow: 1;
	}

	.hide-wide {
		display: none;
	}

	.header-box {
	}
	
	.image-box-home {
		border-bottom-color: #F0F1F3;
		border-bottom-style: solid;
		background: url(../../images/helping.png);
		background-position: 50% 25%;
		background-repeat: no-repeat;
		background-color: #F0F1F3;
		background-size: 100%;
		height: 60%;
	}
	
	.image-box-contact {
		border-bottom-color: #F0F1F3;
		border-bottom-style: solid;
		background: url(../../images/smiling.png);
		background-position: 50% 20%;
		background-repeat: no-repeat;
		background-color: #F0F1F3;
		background-size: 100%;
		height: 60%;
	}
	
	body {
		height: 100%;
	}

	.imagediv {
	flex-grow: 1;
	}

	.main-body {
		flex-direction: row; 
		display: flex;
	}

	.body-item-60 {
		margin: 10px; 
		width: 60%;
	}

	.body-item-40 {
		margin: 10px; 
		width: 40%;
	}
	
	.body-item-50 {
		margin: 10px;
		width: 50%;
	}
	
	.body-single {
		margin: 10px;
		width: 100%;
	}
	
	.navdropdown-items { 
		display: none;
	}
}

@media(max-width: 1023px) and (min-width: 809px) {
	.separator-line {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #B3B9C5;
	}

	.hide-small {
		display: none;
	}

	.hide-wide {
		margin: 30px;
	}


	header {
		background-color: #E0E3E7;
		border-bottom: #C2C7D0;
		border-bottom-style: solid;
	}

	.imgdiv {

	}

	.main-body {
		flex-direction: column; 
		display: flex;
		height: auto;
	}

	.body-item-60 {
		margin: 10px; 
		width: auto;
	}

	.body-item-40 {
		margin: 10px; 
		width: auto;
	}
	
	.body-item-50 {
		margin: 10px;
		width: auto;
	}
	
	.body-single {
		margin: 10px;
		width: auto;
	}

	nav {

	}

}

@media(max-width: 808px) {

	.separator-line {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #B3B9C5;
	}

	.hide-small {
		display: none;
	}

	.hide-wide {
		margin: 30px;
		margin-top: 50px;
	}


	header {
		background-color: #E0E3E7;
		border-bottom: #C2C7D0;
		border-bottom-style: solid;
	}

	.imgdiv {

	}

	.main-body {
		flex-direction: column; 
		display: flex;
		height: auto;
	}

	.body-item-60 {
		margin: 10px; 
		width: auto;
	}

	.body-item-40 {
		margin: 10px; 
		width: auto;
	}
	
	.body-item-50 {
		margin: 10px; 
		width: auto;
	}
	
	.body-single {
		margin: 10px;
		width: auto;
	}

	nav {

	}

}

nav {
	margin: 1rem;
}

.bolded {
	font-weight: bold;
}

article {
	box-shadow: none;
	border-top:#F0F1F3;
	border-top-style: solid;
	border-left:#F0F1F3;
	border-left-style: solid;
	background-color: #E0E3E7;
	
	border-right: #C2C7D0;
	border-right-style: solid;

	border-bottom: #C2C7D0;
	border-bottom-style: solid;
	
}

article>div {
	margin: 3px;
	padding: 3px;
}

.benefits-div li::marker {
	content: "✓ ";
	color: magenta;
	
}

#summary-nav {
		width: 150px; 
		height: 150px; 
		background-color: #969EAF; 
		border-width: 3px; 
		border-top-color: #C2C7D0; 
		border-left-color: #C2C7D0;
		border-bottom-color: #F0F1F3;
		border-right-color: #F0F1F3;

		align-content: center;
		text-align: center;
}