
 .wrapper {
	max-width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color:#CFF5E6;
	align-content: center;
	
	
}
.headerBanner {
	width: 100%px;
	height: 100px;
	background-color: #54a5a1;
	padding-top:6px;
	
}
.innerBanner {
	width: 99%px;
	height: 80px;
	border: 2px solid;
	border-color: #c27c43;
	background-color: #54a5a1;
	padding-top:10px;
	
}

.artboard {
max-width: 480px;
max-height: 69px;

}
	
ul {
    list-style-type: none;
    margin: 0;
    text-decoration: none;
	

}
li {
    display: inline;
	padding-right: 20px;
	font-size: 14px;
}

li a {
   
    color: white;
    text-decoration: none;
	
	}

li a:hover {
	
}
.navigate {
	background-color: #54a5a1;
	height:25px;
	max-width: 100%;
}

.subtitle {
	font-size: 28px;
	font-style:italic;
	margin-left: 50px;
}

.contact {
	
 	float: left;
	padding-left: 50px;
	padding-right: 100px;
	max-width: 350px;
	
}

.stippling {
	
	max-width:420px;
}
.pic {
	
	max-height:300px;
}

.photo {

}
img {
	box-shadow: 2px 2px 3px #888888;
	float: none;
	max-width:100%;
	max-height:auto;
}
img.no-sh {
	box-shadow: 2px 2px 3px #54a5a1;
	
	
}

.contact2 {
	
	max-width: 226px; 
	max-height: 184px;
	
}
.email1 {
	
	height:120px;
}
.oils {
	float: left;
	padding-right: 40%;
	font-size:14px;

}
.gallery {
	width:100%;
	height:auto;
	margin-top:40px;
}
.product { 
	display: inline-block;
	align-content: center;
	padding: 10px;
	font-size: 11px;
}
.thumbnail{
position: relative;
z-index: 0;
background-color: #CFF5E6;
}

.thumbnail:hover{
background-color: #CFF5E6;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CFF5E6;
padding: 5px;
left: -1000px;
border: 1px #CFF5E6;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 80px;
left: -100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
