@charset "UTF-8";

body {
    margin: 0;
    color: #565034;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

#container {
    width: 960px;
    margin: 0 auto;
}

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

a:hover, a:active {
    color: #a5b452;
    text-decoration: none;
}
header h1 {
    font-weight: normal;
    font-size: 2.4rem;
}

header h1 a:link, header h1 a:visited {
    color: #a5b452;
    text-decoration: none;
}
header h1 a:hover, header h1 a:active {
    color: #e3af84;
    text-decoration: none;
}

#topnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style-type: none;
}

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

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

main {
    padding: 0 70px 30px 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 {
    margin: 0;
    padding: 0px;
    text-align: center;
    list-style-type: none;
}

footer ul li {
    display: inline-block;
    margin-left: 20px;
    color: #a5b452;
    font-size: 0.9rem;
}

footer ul li a:link {
    color: #a5b452;
    text-decoration: none;
}

footer ul li a:hover {
    color: #e3af84;
}

#aboutlinks {
    margin-top: 35px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#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: #a5b452;
}

#philosophy h2, #studiomembers h2, #packages h2 {
margin: 70px 0 50px 0;
padding: 20px 0 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;
}

#philosophytext {
    padding-left: 70px;
padding-right: 70px;
}

#studiomemberbox {
    padding-left: 70px;
    padding-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: 35px 0 10px 0;
}

.packageoptions ul {
    margin-left: 0;
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0
}