body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

h1 {
	font-family: 'Merriweather', serif;
	font-size: 2rem;
}

h2 {
	font-family: 'Merriweather', serif;
	font-size: 1.75rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}

h5 {
	font-size: 1rem;
	line-height: 1.4;
}

ol, ul {
	padding-left: 0rem;
}

.divider-short {
	height: 5px; 
	width: 100px;
	background-color: #333333;
}

section .article {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}

section .article:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.boxit, .boxit-gallery {
	margin: 3rem 0;
	padding: 3rem;
	background-color: #f1f1f1;
}

.boxit-gallery {
	margin: 0;
	padding: 1.5rem;
	width: fit-content;
	margin: auto;
}

.menu-side a {
	color: #333333;
	text-decoration: none;
}

.menu-side a:hover {
	color: #333333;
	text-decoration: underline;
}

.menu-side i {
	font-size: 0.6rem;
}

.connectwithus i {
	font-size: 1.75rem;
}

.connectwithus a i {
	color: #000000;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-caption {
	position: relative;
	left: 0;
	right: 0;
}

.carousel-indicators {
	position: relative;
	margin-bottom: 0;
}

.carousel-control-next {
	justify-content: end;
}

.carousel-control-prev {
	justify-content: start;
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	opacity: .2;
	border-top: none;
	border-bottom: none;	
}

.carousel-indicators.active {
	opacity: 1 !important;	
}

.wp-caption-text {
	font-style: italic;
}