*{ margin: 0; padding: 0; font-family: Book Antiqua; font-size: 20px; }

body{
	background: linear-gradient(90deg, #FFFFFF 0%, #F6F6F6 100%);
	mix-blend-mode: normal;
	background-attachment: fixed;
	overflow: scroll;
}

p {
	display: block;
	line-height: 2em;
	margin-bottom: 1.5em;
	font-size: 1em;
	color: rgba(0, 0, 0, 0.8);
}

a:visited {
	color: #000;
}

a{
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
	transition: 1.0s ease;	
}

a:hover{
	color: #000;
}

h3{
	font-size: 1.5em;
	margin: 1em 0 1em;
	text-align: center;
	font-weight: normal;
}

.title-p p{
	text-align: center;
	padding-bottom: 50px;
}

.wide-container{
	display: flex;
	height: 200px;
	border-bottom: 2px solid #868686;
}

.title h1{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	height: 50%;
	width: auto;
	top: 50px;
	padding-left: 40px;
	font-size: 1.8em;
	letter-spacing: 0.15vmax;
	color: #000;
}

.title h2{
	width: auto;
	height: 50px;
}

.title img{
	position: relative;
	height: 150px;
	width: 100px;
	margin-left: 10px;
	top: 20px;
	float: left;
}

.nav_bar {
	display: inline-flex;
	position: relative;
	width: 50%;
	left: 40px;
	overflow: hidden;
}

.side_bar {
	display: inline-flex;
	position: relative;
	width: 20%;
	overflow: hidden;
}

.nav_bar ul{
	display: inline-flex;
	float: left;
	width: 100%;
	position: relative;
	justify-content: space-around;
}

.side_bar ul{
	display: inline-flex;
	float: right;
	width: 100%;
	position: relative;
	justify-content: space-around;
}

.side_bar ul li, .nav_bar ul li{
	position: relative;
	justify-content: space-between;
	font-size: 1.5em;
	letter-spacing: 0.15vmax;
	color: #000;
	display: flex;
	align-self: center;
}

.side_bar ul li.active a, .nav_bar ul li.active a{
	color: #000;
}

.focuser{
		background-color: #a7a7a7;
		padding-bottom: 1.5em;
		padding-top: 1.5em;
}

.container{
	max-width: 32em;
	background-color: #fff;
	margin: 0 auto;	
	padding: 0 2.5em;
}	

.body-title h1{
	display: inline-block;
	width: 100%;
	font-size: 2em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: normal;
}

.body-title p{
	display: block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}

.bottom-bar{
	width: auto;
	border-top: 2px solid #868686;
	border-bottom: 2px solid #868686;
	position: center;
	text-align: center;
	align-items: center;
}

#mc_embed_signup{
	align-items: center;
	height: 100px;
	margin-top: 20px;
}

.body-1, .body-2, .body-3 {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap;
}

.karuna {
	display: block;
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.profile {
	display: block;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

.feature {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.feature2 {
	display: block;
	width: 400px;
	height: 40%;
	margin-left: auto;
	margin-right: auto;
}


.month-day-title h3{
	text-align: center;
	font-size: 1em;
}

.title h2 a{
	font-weight: normal;
	text-align: left;
	color: #000;
	text-decoration: none;
	transition: 0.5s ease;	
}

.title a:hover{
	color: rgba(0, 0, 0, 0.5);
}