@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.bellota-text-regular {
  font-family: "Bellota Text", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/

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;
    padding-bottom: 70px;
    padding-top: 35px;
}

header {
	border-bottom: 2px solid #DDD8C2;
	padding-bottom: 15px;
	
}

header h1 {
    /* [disabled]font-weight: normal; */
    font-size: 2.4rem;
}

header h1 a:link, header h1 a:visited {
	color: #5A865B;
}

header h1 a:hover, header h1 a:active {
	color: #E3AF84;
}
nav 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;
}
nav ul li {
	margin-left: 30px;
	font-size: 1.1rem;
	display: inline-block;
}
main  {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
    /* [disabled]background-color: #E1E1E1; */
    padding-top: 30px;
}

#mainHomeText {
	margin-right: 130px;
	margin-left: 130px;
}
footer  {
	border: 2px solid #DDD8CA;
}
footer h1 {
	font-size: 1.2rem;
	text-align: center;
}
footer ul  {
    text-align: center;
    list-style-type: none;
    display: flex;
  justify-content: center;
}
footer ul li {
    padding-left: 20px;
    text-align: center;
    color: #5A865B;
    font-size: 0.9rem;
    display: inline-block; 
}
footer ul li a:link  {
    color: #5A865B;
}
footer ul li a:hover {
    color: #E3AF84;
}
#aboutLinks {
    margin-top: 35px;
    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:hover{
    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-weight: normal;
    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 {
    font-weight: normal;
    color: #5A865B;
    margin-top: 35px;
    margin-bottom: 10px;
}
.packageOptions ul  {
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 0px;
}
#mainHomeImg {
    margin-bottom: 30px;
    display: block;
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px 0px 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.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;
    webkit-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 {
    margin-right: 40px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    border-radius: 115px;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	align-self: flex-start;
}
.packageOptions img {
    webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    border-radius: 115px;
    border: 8px solid #FFFFFF;
    margin-right: auto;
    display: block;
    margin-left: 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-left: 70px;
    margin-right: 70px;
    justify-content: space-between;
}
.packageOptions h3 {
    margin-bottom: 30px;
    text-align: center;
}
.packageOptions h4 {
    margin-top: 40px;
    padding-top: 20px;
    color: #5a865b;
    text-align: center;
    border-top: 5px solid #d4e1d4;
}
h3 {
    color: #af9272;
}
#packages p {
    margin-left: 70px;
    margin-right: 70px;
}
.backToTop {
    margin-right: 20px;
    margin-top: 40px;
    text-align: right;
}






.packageOptions {
    width: 28%;
}

#liveSeeFeelBox {
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    display: flex;
    justify-content: space-between;
}
.liveSeeFeel {
    flex-basis: 28%;
}
.liveSeeFeel h3 {
    text-align: center;
    margin-top: 30px;
}
.bottomMargin50 {
    margin-bottom: 50px;
}
