@font-face { /* generated by https://www.fontsquirrel.com/tools/webfont-generator */
    font-family: 'futura_ltbook';
    src: url('webfontkit/futura-lt-book/futura_lt_book_regular-webfont.woff2') format('woff2'),
         url('webfontkit/futura-lt-book/futura_lt_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-lightregular';
    src: url('webfontkit/helvetica-light/helvetica_light-webfont.woff2') format('woff2'),
         url('webfontkit/helvetica-light/helvetica_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 1.5;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow-x: auto;
	overflow-y: scroll;
	background: #fffff6;
}


.site-container {
	position: relative;
	min-width: 980px;
	width:100%;
	margin: 0;
	min-height: 100%;
	align-items: start;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: max-content max-content min-content max-content;
	justify-content: stretch;
	margin-left: 0;
}


/* HEADER */

header {
	grid-area: 1/1/2/2;
	height: 180px;
	position: relative;
}

.header-container {
	left: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
	min-width: 0;
	z-index: 40;
}

.header-wrapper {
	position: static;
	display: grid;
	grid-template-rows: min-content 1fr;
	grid-template-columns: 100%;
	height: auto;
	min-height: auto;
	width: 100%;
}

.header-title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: calc(100% - 60px - 60px);
	min-width: 980px;
	display: flex;
	align-self: start;
	position: relative;
	left: 0;
	grid-area: 1 / 1 / 2 / 2;
}

.title-bar {
	display: flex;
	margin: 0 auto;
	width: 100%;
	position: relative;
	column-gap: 0;
	flex-direction: row;
}

.title-bar-left {
	width: 100%;
	min-width: 0;
	max-width: 409px;
	overflow: visible;
}

.title {
	min-height: 32px;
	height: auto;
	width: 112px;
	margin: 2px 0px -4px 0;
	left: 20px;
	overflow-wrap: break-word;
	text-align: start;
	position: relative;
}


p {
	display: inherit;
	margin-block: 0;
}

#title {
	line-height: 1.41em; 
	font-size: 22px; 
	font-family: futura_ltbook,sans-serif;
	font-weight: normal;
	font-style: normal;	
	letter-spacing: normal;	
}

a {
	text-decoration: none;
	color: black;
}

.byline {
	min-height: 29px;
	height: auto;
	width: 389px;
	margin: 0;
	left: 20px;
	grid-area: 2 / 1 / 3 /2;
	justify-self: start;
	position: relative;
	overflow-wrap: break-word;
	text-align: start;
}

#byline {
	line-height: 1.875em;
	font-size: 15px;
	margin: 0;
	letter-spacing: normal;
	font-family: helvetica-lightregular;
}

.title-bar-right {
	width: 100%;
	min-width: 0;
	overflow: visible;
}

.mail {
	width: 86px;
	height: 29px;
	margin: 15px 0 15px calc((100% - 571px) * 1);
	left: 466px;
	position: relative;
	font-family: helvetica-lightregular;
	line-height: 1.875em;
	font-size: 15px;
}

.menu-bar {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px - 60px);
	min-width: 980px;
	display: flex;
	grid-area: 2 / 1 / 3 / 2;
	column-gap: 0;
	height: auto;
	position: relative;
}

.menu {
	overflow-x: visible;
	width: 950px;
	height: 30px;
	margin: 31px 0 0 0;
	left: 10px;
	position: relative;
}

nav {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.menu-options {
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-blocks {
	height: 30px;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	font-family: helvetica-lightregular;
	line-height: 1.79em;
	font-size: 14px;
	padding: 0 10px;
}

.menu-horizontal-line {
	transform-origin: center 0.5px;
	width: calc(100% - 80px - 80px);
	left: 0;
	min-width: initial;
	height: 5px;
	position: relative;
	margin: 19px 80px 67px 80px;
	grid-area: 2 / 1 / 3 / 2;
	justify-self: stretch;
	align-self: start;
	border-top: 1px solid black;
	box-sizing: border-box;
}

/* MAIN */

main {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	min-width: 0;
	height: 100%;
	position: relative;
	align-self: stretch;
	grid-area: 3/1/4/2;
	left: 0;
	overflow-x: clip;
}

.main-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	min-height: 500px;
	height: auto;
	left: 0;
	margin-left: 0;
	min-width: 0;
	grid-area: 1/1/1/1;
	position: relative;
}

.main-wrapper {
	left: 0;
	width: 100%;
	min-width: 980px;
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
	grid-area: 1/1/2/2;
}

#main-wrapper {
	column-gap: 0;
	display: flex;
	flex-direction: row;
	position: relative;
	width: 100%;
}

.image-wrapper {
	width: 980px;
	min-height: 900px;
}

.background {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
	display: block;
}

#purpleskies {
	height: 1140px;
	object-fit: cover;
	object-position: 50% 50%;
	width: inherit;
}

.main-content {
	height: auto;
	min-height: 1140px;
	width: 100%;
	position: static;
	display: grid;
	grid-template-rows: repeat(3, min-content) 1fr;
	grid-template-columns: 100%;
}

.main-title {
	height: auto;
	width: 820px;
	position: relative;
	margin: 268px 0 41px calc((100% - 980px) * 0.5);
	left: 80px;
	grid-area: 1/1/2/2;
}

#main-title {
	text-align: left;
	line-height: 1.35em;
	font-size: 40px;
	margin: 0;
	font-family: futura_ltbook;
	color: white;
}

.main-subtitle {
	height: auto;
	width: 820px;
	position: relative;
	margin: 0 0 30px calc((100% - 980px) *0.5);
	left: 80px;
	grid-area: 2/1/3/2;
}

#main-subtitle {
	text-align: left;
	line-height: 1.75em;
	font-size: 18px;
	margin: 0;
	font-family: helvetica-lightregular;
	color: white;
}

.main-body {
	min-height: 366px;
	height: auto;
	width: 820px;
	position: relative;
	margin: 0 0 54px calc((100% - 980px) * 0.5);
	left: 80px;
	grid-area: 3/1/4/2;
	line-height: 1.875em;
	font-size: 15px;;
	font-family: helvetica-lightregular;
	color: white;
}

.main-contact {
	font-family: helvetica-lightregular;
	font-size: 15px;
	width: 53px;
	height: 30px;
	position: relative;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	left: 80px;
	grid-area: 4/1/5/2;
}

.main-subwrap {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: auto;
	grid-template-rows: repeat(3, min-content) 1fr;
	grid-template-columns: 100%;
}

.main-name {
	width: 940px;
	position: relative;
	margin: 63px 0 63px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 1/1/2/2;
}

#main-name {
	color: #816E7C;
	text-align: center;
	line-height: 1.35em;
	font-size: 40px;
	margin: 0;
	font-family: futura_ltbook;
}

.main-photo {
	width: 360px;
	height: 360px;
	position: relative;
	margin: 0 0 55px calc((100% - 980px) * 0.5);
	left: 310px;
	grid-area: 2/1/3/2;
	display: block;
	overflow: hidden;
}

#biophoto {
	width: 360px;
	height: 360px;
	object-fit: cover;
	box-shadow: 0 0 0 #000;
	position: static;
}

.main-bio {
	height: auto;
	width: 940px;
	position: relative;
	margin: 0 0 56px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 3/1/4/2;
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	font-family: helvetica-lightregular;
}

/* Psychotherapy Services */

.main-psych-container {
	position: static;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 100%;
	width: 100%;
	min-height: 500px;
	grid-area: 1/1/1/1;
	position: relative;	
	grid-template-rows: repeat(4, min-content) 1fr;
	grid-template-columns: 100%;
}

.main-psych-wrap {
	left: 0;
	margin: 0;
	width: 100%;
	min-width: 980px;
	display: flex;
	position: relative;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#main-psych-wrap {
	column-gap: 0;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.main-psych-wrap2 {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 900px;
	grid-area: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.main-psych-subwrap {
	width: 100%;
	background-color: black;
	position: relative;
}

.main-psych-content {
	height: auto;
	width: 100%;
	position: relative;
	margin: 0;
}

#main-psych-content {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	grid-template-rows: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.main-psych-name {
	height: auto;
	width: 940px;
	position: relative;
	margin: 123px 0 41px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#main-psych-name {
	text-align: center;
	line-height: 1.35em;
	font-size: 40px;
	color: white;
	font-family: futura_ltbook;
	margin: 0;
	background: transparent;
}

.main-psych-byline {
	height: auto;
	width: 940px;
	position: relative;
	margin: 0 0 34px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
}

#main-psych-byline {
	line-height: 1.75em;
	text-align: center;
	font-size: 18px;
	margin: 0;
	font-family: helvetica-lightregular;
	color: white;
}

.main-psych {
	height: auto;
	min-height: 450px;
	width: 940px;
	position: relative;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 3/1/4/2;
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	font-family: helvetica-lightregular;
	color: white;
}

.main-psych-background {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-psych-bgwrap {
	opacity: 0.65;
	position: absolute;
	top: 0;
	display: block;
	background-color: black;
	width: 100%;
	height: 100%;
}

#forestroad {
	height: 900px;
	object-fit: cover;
	object-position: 50% 50%;
}

.psych-services-wrap {
	left: 0;
	margin: 0;
	width: 100%;
	min-width: 980px;
	display: flex;
	position: relative;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
}

.psych-services-wrap2 {
	column-gap: 0;
	display: flex;
	flex-direction: row;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
}

.psych-services-wrap3 {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 1100px;
	grid-template-rows: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.psych-serv-indiv {
	left: 0;
	margin: 0 0 10px 0;
	width: 100%;
	min-width: 980px;
	position: relative;
	display: flex;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

.psych-serv-indiv-wrap {
	column-gap: 0;
	display: flex;
	flex-direction: row;
	margin: 0;
	position: relative;
	width: 100%;
}

.psych-serv-indiv-left {
	opacity: 1;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	flex: 490 1 0%;
}

.psych-serv-indiv-left2 {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
}

#chair {
	height: 820px;
	object-fit: cover;
	object-position: 50% 50%;
	max-width: 100%;
}

.psych-serv-indiv-right {
	height: auto;
	width: 490px;
	position: relative;
	flex: 490 1 0%;
	left: 0;
	margin: 0;
	top: 0;
}

.psych-serv-indiv-right2 {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 820px;
	grid-template-rows: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.psych-serv-indiv-title {
	height: auto;
	width: 460px;
	position: relative;
	margin: 144px 0px 45px calc((100% - 490px) * 0.5);
	left: 15px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#psych-serv-indiv-title {
	text-align: center;
	line-height: 1.41em;
	font-size: 22px;
	margin: 0;
	font-family: futura_ltbook;
	color: #816E7C;
}

.psych-serv-indiv-subtitle {
	height: auto;
	width: 460px;
	position: relative;
	margin: 0 0 30px calc((100% - 490px) * 0.5);
	left: 15px;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
}

#psych-serv-indiv-subtitle {
	text-align: center;
	line-height: 1.75em;
	font-size: 18px;
	margin: 0;
	font-family: helvetica-lightregular;
	color: black;
}

.psych-serv-indiv-body {
	min-height: 394px;
	height: auto;
	width: 460px;
	position: relative;
	margin: 0 0 10px calc((100% - 490px) * 0.5);
	left: 15px;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	font-family: helvetica-lightregular;
	color: black;
}

.psych-serv-end {
	font-family: helvetica-lightregular;
	width: 284px;
	height: 30px;
	position: relative;
	margin:  0 0 10px calc((100% - 980px) * 0.5);
	left: 258px;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
	display: block;
}

#psych-serv-end-contact {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 100%;
	text-align: initial;
	width: max-content;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.875em;
	color: #816E7C;
	text-decoration: underline;
}

.psych-serv-end2 {
	font-family: helvetica-lightregular;
	width: 161px;
	height: 30px;
	position: relative;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	left: 562px;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
}

#psych-serv-end-today {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 100%;
	text-align: initial;
	width: max-content;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.875em;
	color: #816E7C;
	text-decoration: underline;
}

.expander {
	visibility: hidden;
	height: 940px;
	width: 0;
	grid-area: 1/1/3/2;
}

.psych-serv-booking {
	left: 0;
	margin: 0;
	width: 100%;
	position: relative;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
	display: flex;
	min-width: 980px;
}

.psych-serv-booking-wrap {
	column-gap: 0;
	display: flex;
	flex-direction: row;
	margin: 0;
	position: relative;
	width: 100%;
	background-color: #CFD7D4;
}

.psych-serv-booking-wrap2 {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 280px;
	grid-template-rows: 1fr;
	grid-template-columns: 100%;
}

.psych-serv-booking-text {
	min-height: 33px;
	height: auto;
	width: 780px;
	position: relative;
	margin: 122px 0 10px calc((100% - 980px) * 0.5);
	left: 100px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#psych-serv-booking-text {
	line-height: 1.67em;
	text-align: center;
	font-size: 20px;
	margin: 0;
	font-family: helvetica-lightregular;
	color: black;
}

.psych-supports {
	min-width: 980px;
	left: 0;
	width: 100%;
	display: flex;
	position: relative;
	margin: 0;
	grid-area: 4/1/5/2;
	justify-self: start;
	align-self: start;
}

.psych-supports-wrap {
	column-gap: 0;
	display: flex;
	flex-direction: row;
	margin: 0;
	position: relative;
	width: 100%;
	background-color: #816E7C;
	height: auto;
}

.psych-supports-wrap2 {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 2460px;
	grid-template-rows: repeat(6, min-content) 1fr;
	grid-template-columns: 100%;
}

.psych-supports-title {
	height: auto;
	width: 940px;
	position: relative;
	margin: 123px 0 10px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#psych-supports-title {
	text-align: center;
	line-height: 1.35em;
	font-size: 40px;
	margin: 0;
	font-family: futura_ltbook;
	color: white;
}

.supports-block {
	left: 0;
	margin: 0;
	width: 100%;
	min-width: 980px;
	display: flex;
	position: relative;
	margin: 0 0 60px calc((100% - 980px) * 0.5);
	/* grid-area: 3/1/4/2; */
	justify-self: start;
	align-self: start;
}

.supports-row {
	column-gap: 60px;
	display: flex;
	flex-direction: row;
	margin: 0;
	position: relative;
	width: 100%;
}

.supports-column {
	width: 460px;
	height: auto;
	position: relative;
}

.supports-column-wrap {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: auto;
	grid-template-rows: min-content 1fr;
	grid-template-columns: 100%;
}

.supports-column-top {
	height: 350px;
	width: 460px;
	position: relative;
	margin: 0 0 57px calc((100% - 460px));
	left: 0;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

.supports-column-image-wrap {
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.supports-column-image {
	width: 460px;
	height: 350px;
	object-fit: cover;
	object-position: 50% 50%;
	position: static;
	left: 0;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
}

.supports-column-text {
	text-align: left;
	line-height: 1.41em;
	font-size: 22px;
	margin: 0;
	font-family: futura_ltbook;
	color: white;
}

.supports-column-bottom {
	height: auto;
	width: 460px;
	position: relative;
	margin: 0 0 2px calc((100% - 460px));
}

.supports-block-toolbox {
	height: auto;
	width: 780px;
	position: relative;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	left: 100px;
	grid-area: 7/1/8/2;
	justify-self: start;
	align-self: start;
}

.supports-toolbox-intro {
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	margin: 0;
	font-family: helvetica-lightregular;
	color: #FFFFF6;
}

.supports-toolbox-list {
	text-align: center;
	font-size: 15px;
	line-height: normal;
	margin-inline-start: 0.5em;
	padding-inline-start: 1.3em;
	color: #FFFFF6;
	font-family: helvetica-lightregular;
	list-style: none;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.875em;
}

.supports-block-extra {
	visibility: hidden;
	height: 300px;
	width: 0;
	grid-area: 1/1/3/2;
}

/* YOGA */


.yoga-top {
	min-width: 980px;
	left: 0;
	column-gap: 0;
	display: flex;
	flex-direction: row;
	margin: 0;
	position: relative;
	width: 100%;	
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

.yoga-top-container {
	width: 100%;
	left: 0;
	position: relative;
	top: 0;
	column-gap: 0;
	display: flex;
	flex-direction: row;
	background-color: #816E7C;
}

.yoga-top-bgcontainer {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.yoga-top-background {
	opacity: 0.34; /* adding background-color: black to .yoga-top-container makes this work */
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	background-color: #816E7C;
}

#yogamat {
	height: 640px;
	object-fit: cover;
	object-position: 50% 50%;
}

.yoga-top-textcontainer {
	height: auto;
	width: 100%;
	position: relative;
}

.yoga-top-textwrap {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 640px;
	grid-template-rows: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.yoga-top-titles {
	color: #fffff6;
	text-align: center;
	line-height: 1.35em;
	font-size: 40px;
	margin: 123px 0 41px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 1/1/2/2;
	font-family: futura_ltbook;
	height: auto;
	width: 940px;
	position: relative;
	justify-self: start;
	align-self: start;
}

.yoga-top-subtitles {
	color: #fffff6;
	text-align: center;
	line-height: 1.75em;
	font-size: 18px;
	margin: 0 0 30px calc((100% - 980px) * 0.5);
	height: auto;
	width: 940px;
	position: relative;
	left: 20px;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
	font-family: helvetica-lightregular;
}

.top-yoga-text-content {
	color: #fffff6;
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	font-family: helvetica-lightregular;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	left: 20px;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
	height: auto;
	width: 940px;
	position: relative;

}

.yoga-mid1 {
	min-width: 980px;
	left: 0;
	width: 100%;
	display: flex;
	position: relative;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
	column-gap: 0;
	flex-direction: row;
}

.yoga-mids {
	min-width: 980px;
	left: 0;
	margin: 0;
	width: 100%;
	display: flex;
	position: relative;
	grid-area: 4/1/5/2;
	justify-self: start;
	align-self: start;
}

.yoga-mid1-wrap {
	position: static;
	height: auto;
	width: 100%;
	min-height: 2140px;
	grid-template-columns: 100%;
	grid-template-rows: min-content 1fr;
}

.yoga-mid1-row {
	min-width: 980px;
	left: 0;
	width: 100%;
	display: flex;
	position: relative;
	margin: 120px 0 60px calc((100% - 980px) * 0.5);
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
	column-gap: 60px;
	flex-direction: row;
}

.yoga-mid1-class {
	left: 0;
	margin: 0;
	position: relative;
}

.yoga-mid1-classwrap {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: auto;
	grid-template-columns: 100%;
	grid-template-rows: repeat(3, min-content) 1fr;
}

.yoga-mid1-imgwrap {
	position: relative;
	margin: 0 0 57px 0;
	left: 0;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

.yoga-mid1-pics {
	width: 460px;
	height: 340px;
	object-fit: cover;
	object-position: 50% 50%;
	position: static;
}

.yoga-mid1-titles {
	color: #816E7C;
	text-align: left;
	line-height: 1.41em;
	font-size: 22px;
	font-family: futura_ltbook;
	margin: 0 0 49px 0;
	height: auto;
	width: 460px;
	position: relative;
	left: 0;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
}

.yoga-mid1-subtitles {
	text-align: left;
	line-height: 1.75em;
	font-size: 18px;
	font-family: helvetica-lightregular;
	margin: 0 0 34px 0;
	min-height: 63px;
	height: auto;
	width: 460px;
	left: 0;
	position: relative;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
}

.yoga-mid1-text {
	line-height: 1.875em;
	font-size: 15px;
	font-family: helvetica-lightregular;
	margin: 0 0 13px 0;
	min-height: 366px;
	height: auto;
	width: 460px;
	left: 0;
	grid-area: 4/1/5/2;
	justify-self: start;
	align-self: start;
	position: relative;
}

.yoga-mid1-list {
	margin-inline-start: 0;
	padding-inline-start: 0;
	list-style: none;
	list-style-type: disc;
	list-style-position: inside;
}

.yoga-mid2-wrap {
	height: auto;
	width: 100%;
	background-color: #816E7C;
	position: relative;
}

.yoga-mid2-wrap-static {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 580px;
	grid-template-rows: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.mid2-yoga-text-title {
	height: auto;
	width: 780px;
	position: relative;
	margin: 123px 0 34px calc((100% - 980px) * 0.5);
	left: 100px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#monthly-title {
	text-align: center;
	line-height: 1.25em;
	font-size: 72px;
	font-family: futura_ltbook;
	color: #fffff6;
	margin: 0;
}

#monthly-text {
	text-align: center;
	line-height: 1.67em;
	font-size: 20px;
	margin: 0 0 34px calc((100% - 980px) * 0.5);
	font-family: helvetica-lightregular;
	height: auto;
	min-height: 134px;
	width: 780px;
	position: relative;
	left: 100px;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
	color: #fffff6;
}

#monthly-text-bottom {
	text-align: center;
	line-height:1.875em; 
	font-size: 15px;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	font-family: helvetica-lightregular;
	height: auto;
	width: 780px;
	position: relative;
	left: 100px;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
	color: #fffff6;
}

.yoga-mid3-wrap {
	width: 100%;
	background-color: #CFD7D4;
	position: relative;
}

.yoga-mid3-wrap-static {
	position: static;
	display: grid;
	height: auto;
	width: 100%;
	min-height: 680px;
	grid-template-rows: min-content 1fr;
	grid-template-columns: 100%;
}

.mid3-yoga-text-title {
	height: auto;
	width: 780px;
	position: relative;
	margin: 123px 0 27px calc((100% - 980px) * 0.5);
	left: 100px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#instudio-title {
	text-align: center;
	line-height: 1.25em;
	font-size: 72px;
	color: #816E7C;
	font-family: futura_ltbook;
	margin: 0;
}

.mid-yoga-text-content {
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	font-family: helvetica-lightregular;
	color: black;
	height: auto;
	width: 780px;
	position: relative;
	margin: 0 0 10px calc((100% - 980px) * 0.5);
	left: 100px;
	grid-area: 2/1/3/2;
	justify-self: start;
	align-self: start;
}

/* FOOTER */

footer {
	position: relative;
	grid-area: 4/1/5/2;
	left: 0;
	margin-left: 0;
	width: 100%;
	min-width: 0;
	height: auto;
}

.footer-wrapper {
	position: static;
	display: grid;
	grid-template-rows: repeat(2, min-content) 1fr;
	grid-template-columns: 100%;
}

.footer-title {
	min-height: 32px;
	height: auto;
	width: 112px;
	position: relative;
	margin: 47px 0 41px calc((100% - 980px) * 0.5);
	left: 436px;
	grid-area: 1/1/2/2;
	justify-self: start;
	align-self: start;
}

#footer-title {
	line-height: 1.41em;
	text-align: center;
	font-size: 22px;
	letter-spacing: normal;
	font-family: futura_ltbook,sans-serif;
	font-weight: normal;
	font-style: normal;	
}

.footer-copyright {
	min-height: 26px;
	height: auto;
	width: 146px;
	position: relative;
	margin: 0 0 31px calc((100% - 980px) * 0.5);
	left: 419px;
	grid-area: 3/1/4/2;
	justify-self: start;
	align-self: start;
}

#footer-copyright {
	text-align: center;
	line-height: 1.79em;
	font-size: 14px;
	letter-spacing: normal;
	font-family: helvetica-lightregular;
	font-weight: normal;
	font-style: normal;
}