@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 {
    color: #565034;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    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;
    padding-bottom: 70px;
    padding-top: 35px;
}
header {
    border-bottom: 2px solid #DDD8CA;
    padding-bottom: 15px;
}
header h1 {
    font-size: 2.4rem;
}
header h1 a:link, 	header h1 a:visited{
	color: #5a865b;
}
header h1 a:hover, header h1 a:active{
	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 {
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 30px;
}
main {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
}
#mainHomeText {
    padding-left: 130px;
    padding-right: 130px;
}
footer {
    border-top: 2px solid #DDD8CA;
}
footer h1 {
    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;
    padding-left: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    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-bottom: 7px;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 1.3rem;
    border-width: 10px;
    border-top-style: solid;
    border-top-color: #D4E1D4;
}
#philosophy h3, #studioMembers h3, #packages h3 {
    color: #AF9272;
    font-size: 1.2rem;
}
#philosophyText {
    margin-left: 70px;
    margin-right: 70px;
}
#studioMemberBox {
    margin-left: 70px;
    margin-right: 70px;
}
.studioMember {
    margin-bottom: 50px;
}
#mainHomeImg {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    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 {
    display: block;
    border: 8px solid #FFFFFF;
    border-radius: 115px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#philosophy img {
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    margin-top: -25px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 30px;
    width: 780px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#studioMemberBox   {
    margin-left: 70px;
    margin-right: 70px;
}
.studioMember {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.studioMember img {
    border: 8px solid #FFFFFF;
    border-radius: 115px;
    margin-right: 40px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
}
#packagesBox   {
    display: flex;
    /* [disabled]margin-top: 50px; */
    margin-left: 70px;
    /* [disabled]margin-right: 70px; */
    justify-content: space-between;
}
.packageOptions {
    width: 28%;
}
.packageOptions img {
    border-radius: 115px;
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.packageOptions h3 {
    margin-bottom: 30px;
    text-align: center;
}

.packageOptions h4 {
    color: #5A865B;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 20px;
    border-top: 5px solid #D1D4E1;
}

.packageOptions ul  {
    margin-left: 0px;
    padding-left: 20px;
    margin-top: 0px;
}
h3 {
    color: #AF9272;
}
.inset70 {
    margin-left: 70px;
    margin-right: 70px;
}
.backtotop {
    margin-top: 40px;
    margin-right: 20px;
    text-align: right;
}
#liveSeeFeelBox {
    display: flex;
    margin-top: 35px;
    margin-left: 70px;
    margin-right: 70px;
    justify-content: space-between;
}
.liveSeeFeel {
    flex-basis: 28%;
}
.liveSeeFeel h3 {
    text-align: center;
    margin-top: 30px;
}
.bottommargin50 {
    margin-bottom: 50px;
}
