
h2.banner-title {
	font-size:60px !important; 
}
h2.banner-subtitle{
	font-size:28px !important;
	font-weight: bold;
}
.image-container {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.image-container img {
	height: auto;
	width: 100%; /* Ensures images remain responsive */
	border-radius: 5px;
}

html, body {
    overflow-x: hidden;
}
.custom-image-width {
	width: 88% !important;
	margin-top:5px; /* Adjust width as needed */
}
.text-image-description-myra {
	color:#255946;
}
.text-image-description-myra-margin {
	margin-top:20px !important;
}

@media only screen and (max-width: 600px) {
	
	.custom-image-width {
		width: 88% !important;
		margin-top:5px; /* Adjust width as needed */
	}
	.text-image-description-myra {
		color:#255946;
		margin-top:8px;
		width: 100%;
	}
	.text-image-description-myra-margin {
		margin-top:21px !important;
	}
	h2.banner-title {
		font-size:30px !important; 
	}
	h2.banner-subtitle{
		font-size:25px !important;
		font-weight: bold !important;
	}
	h4.banner-subtitle{
		font-size:18px !important;
	}
	h5.point-item {
		font-size:18px !important;
	}
}

details div {
	border-left: 2px solid #25433b;
	border-right: 2px solid #25433b;
	border-bottom: 2px solid #25433b;
	padding: 1.5em;

}

details div > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
    font-family: "LinuxLibertine";
	border: 2px solid #25433b;
	padding: .75em 1em;
	cursor: pointer;
	position: relative;
	padding-left: calc(1.75rem + .75rem + .75rem);
}

summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .75rem;
	content: "↓";
	width: 1.75rem;
	height: 1.75rem;
	background-color: #25433b;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;

}

details[open] summary {
	background-color: #eee;
    
}

details[open] summary:before {
	content: "↑";
}

summary:hover {
	background-color: #eee;
}
code {
	font-family: "LinuxLibertine";
	font-weight: 600;
}