@charset "UTF-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#philosophyText {
    margin-left: 70px;
    margin-right: 70px;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #565034;
    font-family: 'Bellota Text', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bellota', sans-serif;
    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;
}
header {
    border-bottom: 2px solid #DDD8CA;
    padding-bottom: 15px;
}
header h1 {
}
header h1 a:link  , header h1 a:visited{
	font-weight: normal;
	color: #5A865B;
}
header h1 a:hover   , header h1 a:active{
	font-weight: normal;
	color: #E3AF84;
}
#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;
    list-style-type: none;
}
#topNav ul li  {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    font-size: 1.1rem;
}
main {
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 30px;
}
#mainHomeText {
	margin-left: 130px;
	margin-right: 130px;
}
footer   {
    border-top: 2px solid #DDD8CA;
    padding-bottom: 70px;
}
.h3 {
    color: #AF9272;
}
.inset70 {
    margin-left: 70px;
    margin-right: 70px;
}
.backToTop {
    margin-top: 40px;
    margin-right: 40px;
    text-align: right;
}
footer h1 {
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
}
footer 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: center;
	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: #E3AF84;
}
#aboutLinks {
	margin-top: 35px;
	padding-left: 0px;
	text-align: center;
	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-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 1.3rem;
	border-top: 10px solid #D4E1D4;
}
#philosophy h3, #studioMembers h3, #packages h3 {
    color: #565034;
    font-weight: normal;
    font-size: 1.2rem;
}
.studioMember {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
#container main #studioMembers {
    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%;
}
#packagesBox .packageOptions h4 {
    color: #5A865B;
    font-weight: bold;
    margin-top: 40px;
    padding-top: 20px;
    text-align: left;
    border-top-width: 0px;
}
#packagesBox .packageOptions h3 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}
#philosophyText {
	margin-left: 70px;
	margin-right: 70px;
}
#studioMemberBox {
	margin-left: 70px;
	margin-right: 70px;
}
.studioMember {
	margin-bottom: 50px;
}
#packagesBox {
	padding-left: 0px;
	margin-left: 70px;
	margin-right: 70px;
}
.packageOptions h3 {
	text-align: center;
}
.packageOptions h4 {
	font-weight: normal;
	color: #5A865B;
	margin-bottom: 10px;
	margin-top: 35px;
}
.packageOptions ul {
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainHomeImg {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    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 {
    display: block;
    border: 8px solid #FFFFFF;
    border-radius: 110px;
    -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%;
    margin-left: auto;
    margin-right: auto;
}
#philosophy img {
    border: 8px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    display: block;
    margin-top: -25px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 780px;
}
.studioMember img {
    border: 8px solid #FFFFFF;
    border-radius: 110px;
    margin-right: 40px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}
.packageOptions img {
    border-radius: 110px;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.i {
}
.h3 {
}
.bac {
}
.liveSeeFeel  {
}
#liveSeeFeelBox {
    display: flex;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    justify-content: space-between;
}
.liveSeeFeel {
    flex-basis: 28%;
}
.liveSeeFeel h3 {
    text-align: center;
    margin-top: 30px;
}
#container main .inset70 {
    margin-bottom: 50px;
}
