
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2E2E2E;
    padding: 16px 24px;
    z-index: 999;
}

nav a {
    color: #CFAF72;
    text-decoration: none;
    margin-right: 24px;
    font-size: 20px;
}

nav a:hover {
    color: #F5F0E6;
}

.name-link {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #CFAF72;
    margin-right: 48px;
}


body {
    background-color: #F5F0E6;
    padding-top: 120px;
    margin: 0;
    font-family: Arial;
}

p {
    color: #5A4633;
    font-size: 18px;
}

p1 {
	color: #5A4633;
    font-size: 15px;
	
}

a { text-decoration: none; }

h1, h2, h3, h4, h6 {
    margin: 0;
    font-family: Arial;
}

h2 { font-size: 36px; }


.content-box {
    width: 1000px;
    margin: 24px auto;
    padding: 24px;
    background-color: #E6E0D3;
}


.home-main {
    width: 1000px;
	height: 825px;
    margin: 24px auto;
    padding: 24px;
    background-color: #E6E0D3;
    position: relative;
}

.home-main-image {
    width: 55%;
    float: left;
}

.hometext {
    position: absolute;
    right: 40px;
    top: 120px;
    width: 360px;
    background-color: white;
    padding: 20px;
    border-radius: 4px;
}

.home-portfolio {
    width: 1000px;
	height: 400px;
    margin: 24px auto;
    padding: 24px;
    background-color: #E6E0D3;
    text-align: center;
}

.home-portfolio .thumbs {
    width: 400px;       
    background-color: white;
    padding: 17px;
    float: left;
    margin-left: 60px;    
    margin-bottom: 20px;
}

.home-portfolio .thumbs img {
    width: 100%;
}

.about-img {
    width: 540px;
    display: block;
}


.artist-section {
    width: 1000px;
	height: 670px;
    margin: 40px auto;
    padding: 32px;
    background-color: #E6E0D3;
}

.artist-image-box {
    width: 50%;
    float: left;
}

.artist-image-box img {
    width: 100%;
	height: 100%

}

.artist-text {
    width: 46%;
    float: right;
}

.artist-text p {
    line-height: 1.6;
}


.content-box-portfoliophotos {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}

.thumbs {
    width: 80%;
    padding: 16px;
    margin: 30px auto;
    text-align: center;
}

.thumbs img {
    width: 100%;
    height: auto;  
}

.gallery-wrapper {
    width: 1000px;
    margin: 24px auto;
    padding: 24px;
    background-color: #E6E0D3;
}

.gallery-main-box {
    width: 500px;
    float: left;
    margin: 20px;
}

.gallery-main-box img {
    width: 100%;
    height: auto;  
}

.gallery-text {
    width: 370px;
	height: auto;
    float: left;
    margin: 20px;
    background-color: white;
    padding: 20px;
}

.gallery-thumbs {
    width: 100%;
    margin-top: 80px;    
    text-align: center;
}

.gallery-thumbs img {
    width: 176px;
    height: 126px;
    margin: 20px;
    cursor: pointer;
}

.resume-section {
    width: 1000px;
	height: 420px;
    margin: 24px auto;
    padding: 24px;
    background-color: #E6E0D3;
	line-height: 1.4;


}

.resume-image-box {
    width: 240px;
    height: 336px;
    float: left;
    margin-right: 24px;
    background-color: white;
}

.resume-image-box img {
    width: 100%;
    height: 100%;
}

.resume-text {
    float: left;
    width: 700px;

}

.p5-instructions {
    width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 6px;
    text-align: center;
    font-size: 17px;
    color: #5A4633;
}

.highlight {
    color: #8B3A3A;
    font-weight: bold;
}
