@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #565034;
	font-family: "Bellota", sans-serif;
	;
	;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4rem;

}
h1, h2, h3, h4, h5, h6 {
	font-family: "Bellota", system-ui;
	font-weight: 700;
}


a:link, a:visited {
	color:#E3AF84;
	text-decoration:none;
}

a:hover, a:active {
	color:#5a865b;
	text-decoration:none;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 35px;
}
header {
	border-bottom: 2px solid #DDD8CA;
	padding-bottom: 15px;
}

header h1 {
	font-weight: normal;
	font-size: 2.4rem;
}

header h1 a:link, headerh1 a:visited {
	color: #5a865b;
	margin-left: auto;
	margin-right: auto;
}

header h1 a:hover, headerh1 a:active {
	color:#5a865b
}
#topNav ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#topNav ul li{
	display: inline-block;
	margin-left: 30px;
	font-size: 1.1rem;
}

main   {
	padding-left: 70px;
	padding-right: 70px;
}
#mainHomeText {
	margin-left: 130px;
	margin-right: 130px;
}
footer {
	border-top: 2px solid #DDD8CA;
}
footer h1 {
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
}

footer ul {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}
footer ul li {
	display: inline-block;
	margin-left: 20px;
	color: #5a865b;
	font-size: 0.9rem;
}
footer ul li a:link {
	color: #5a865b;
}
footer ul li a:hover {
	color: #e3afa4;
}
#aboutLinks {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}
#aboutLinks li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
#aboutLinks li a:link, #aboutLinks li a:visited {
	color: #565034;
}
#aboutLinks li a:hover, #aboutLinks li a:active {
	color: #5a865b;
}
#philosophy h2   , #studioMembers h2, #packages h2{
	margin-top: 70px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	font-size: 1.3rem;
	border-top: 10px solid #D4E1D4;
}
#philosophy h3  , #studioMembers h3, #packages h3{
	color: #AF9272;
	font-weight: normal;
	font-size: 1.2rem;
}
#philosophyText {
	margin-left: 70px;
	margin-right: 70px;
}
#studioMemberBox {
	margin-left: 70px;
	margin-right: 70px;
}
.studioMember {
	margin-bottom: 50px;
}
#packagesBox {
	margin-left: 70px;
	margin-right: 70px;
}
.packageOptions h3 {
	text-align: center;
}
.packageOptions h4  {
	color: #5a865b;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 10px;
}
.packageOptions ul {
	padding-left: 20px;
}
#packagesBox .packageOptions img {
}

#mainHomeImg {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 30px;
	margin-bottom: 40px;
	display: block;
	border: 8px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}
.liveSeeFeel img {
	border: 8px solid #FFFFFF;
	border-radius: 115px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.studioMember img {
	border-radius: 115px;
	border: 8px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	align-self: flex-start;
}
.packageOptions img {
	border-radius: 115px;
	border: 8px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.studioMember   {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}
#studioMemberBox {
	margin-left: 70px;
	margin-right: 70px;
}
#packagesBox {
	display: flex;
	margin-top: 50px;
	margin-left: 70px;
	margin-right: 70px;
	justify-content: space-between;
}
.packageOptions {
	width: 28%;
}
.packageOptions h3   {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
.packageOptions h4 {
	margin-top: 40px;
	padding-top: 20px;
	color: #51865B;
	text-align: center;
	border-top: 5px solid #d4e1d4;
}
h3 {
	color: #af9272;
}
.inset70 {
	margin-left: 70px;
	margin-right: 70px;
}
.backToTop {
	margin-top: 40px;
	margin-right: 20px;
	text-align: right;
}
.back {
}
#liveSeeFeelBox {
	display: flex;
	margin-top: 35px;
	margin-left: 70px;
	margin-right: 70px;
	justify-content: space-between;
}
.liveSeeFeel {
	flex-basis: 28%;
}
.liveSeeFeel h3 {
	margin-top: 30px;
}
.bottomMargin50 {
	margin-bottom: 50px;
}
.bottom {
}
