* , *:before ,*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* CSS Document */

body 
{
    margin: 0px 30px 100px 70px;
    color: #565034;
    font-family: 'Bellota Text', "sans-serif";
    font-size: 1em;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bellota', sans-serif;
    font-weight: 700;
}

a:link, a:visited,a:hover,a:active 
{
    text-decoration: none;
}

a:link, a:visited 
{
    color: #E3AF84;
}
a:hover, a:active 
{
    color: #5A865B;
}

#container 
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

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: 0px;
    padding: 0px;
    text-align: right;
    list-style-type: none;
}

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


main 
{
    padding: 0 70px 30px 70px;
}
#mainHomeImg   {
    padding-top: 0px;
    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);
}


#mainHomeText 
{
    margin: 0 130px;    
}
#liveSeeFeelBox {
    display: Flex;
    justify-content: space-between;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 35px;
}
.liveSeeFeel {
    flex-basis: 28%;
}
.liveSeeFeel h3 {
    text-align: center;
    margin-top: 30px;
    color: rgba(216,195,165,1.00);
}



.liveSeeFeel img {
    display: block;
    border: 8px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    border-radius: 115px;
    margin-right: auto;
    width: 90%;
    margin-left: auto;
}
.inset70 {
    margin-left: 70px;
    margin-right: 70px;
}
.bottom50 {
    margin-bottom: 50px;
}





#aboutLinks
{
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
}

#aboutLinks li 
{
    display: inline-block;
    margin: 0px 15px;
}

#aboutLink li a:link,#aboutLinks li a:visited 
{
    color: #565034;
}

#aboutLink li a:active,#aboutLinks li a:hover 
{
    color: #5A865B;
}

#philosophy h2, #studioMembers h2, #packages h2
{
    margin: 70px 0px 50px 0px;
    padding: 20px 0px 7px 20px;
    
    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;
    margin-left: 0px;
}
#philosophy img {
    border: 8px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    display: block;
    margin-top: -25px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding-right: 0px;
    width: 780px;
    height: auto;
}




#philosophyText 
{
    margin: 0 70px;
}

#studioMemberBox
{
    /* [disabled]margin: 0 70px; */
}

#studioMembers 
{
    padding: 15px 0;
}
.studioMember {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    margin-left: 70px;
    margin-right: 70px;
}

.studioMember img {
    border-radius: 115px;
    border: 8px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    margin-right: 70px;
    align-self: flex-start;
}
.studioMember h3 , p{
    margin-top: 40px;
}




#packagesBox 
{
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    text-align: center;
}
.packageOptions {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between;
    width: 28%;

}
.packageOptions p {

}
#packageDes {
    margin-left: 70px;
    margin-right: 70px;
}


.packageOptions img {
    border: 4px solid rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    border-radius: 115px;
}



.packageOptions h3 
{

    
}
.packageOptions h4
{
    color: #58a65b;
}
.packageOptions ul 
{
    margin: 0px;
    padding-left: 20px;
}


footer 
{
    border-top: 2px solid #DDD8CA
}

footer h1 
{
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
}

footer ul 
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
}

footer ul li 
{
    color:  #5A865B;
    display: inline-block; 
    padding: 0 0 0 20px;
    font-size: 0.9rem;
}

footer ul li a:link 
{
    color: #5A865B; 
}
footer ul li a:hover 
{
    color: #E3AF84; 
}
.backToTop {
    text-align: right;


}
.inset70 {
}
