@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Montserrat:wght@300;500&display=swap');
html, body {
    height: 100%;
    width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
img {
	max-width: 100%;
}
#header {
	 position: relative;
	 width: 100%;
	 background-color: rgba(255,255,255,0.7);
	 border-bottom: solid 2px #BD9B6E;
	 margin: auto;
	 z-index: 100;
}
#headerContent {
	position: relative;
	width: 90%;
	max-width: 1600px;
	height: 125px;
	margin: auto;
	display: table;
}
#logo {
	position: relative;
	width: 20%;
	padding-top: 5px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: bottom;
}
#logo img {
	position: relative;
	max-width: 100%;
	max-height: 135px;
	margin: 5px;
}
#navigation {
	position: relative;
	clear: both;
	width: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: bottom;
	z-index: 100;
}
#navigation ul {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#navigation ul li {
	text-align: center;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	text-transform: uppercase;
}
#navigation ul li a {
	color: #0C4544;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #568483;
	text-decoration: none;
}
#mainContent {
	position: relative;
	width: 100%;
	overflow: visible;
	padding-bottom: 55%;
}
#contact {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: right;
	z-index: 100;
}
#contactX a {
	color: #FFFFFF;
	text-decoration: none;
}
#headbreak {
	clear: both;
	width: 100%;
	height: 100vh;
	margin-top: -150px;
	background-color: #E9E2D6;
}
#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	/* padding-bottom: 55%; */
}
#slideshow .caption {
	position: absolute;
	left: 0px;
	top: 34%;
	left: 20;
	right: 20;
	text-align: center;
	display: none;
}
#slideshow .caption h1 {
	margin-bottom: 0px;
}
#slideshow .caption p {
	margin-top: 10px;
}
.spaceBreak {
	position: relative;
	width: 100%;
	height: 65px;
	clear: both;
}
.openHead {
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 84px;
	line-height: 99%;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 5px 5px 8px rgba(0,0,0,0.90);
}
.openSubHead {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 118%;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.90);
}
.openSubHeadLink {
	margin-top: 40px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}
.openSubHeadLink a {
	padding: 12px 28px;
	background-color: #0C4544;
	border: solid 1px #FFFFFF;
	/* border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; */
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
.viewMoreLink {
	margin-top: 40px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}
.viewMoreLink a {
	padding: 12px 28px;
	background-color: #0C4544;
	border: solid 1px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.25);
}
.viewMoreLink a:hover {
	box-shadow: 5px 5px 8px rgba(0,0,0,0.0);
}
.openSubHeadLink a:hover {
	opacity: 0.95;
	box-shadow: none;
}
.nextButton {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.nextButton a {
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 110%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
.moreLink {
	
}
#mLink {
	text-align: center;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 42px;
	font-weight: 600;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0px;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	color: #0C4544;
	display: none;
	cursor: pointer;
}
.fullPageContainer {
	clear:both;
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
.fullPageTable {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.fullPageLeft {
	position: relative;
	width: 40%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.fullPageRight {
	position: relative;
	width: 60%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.cellContent {
	width: 80%;
	margin: auto;
}
h2 {
	font-family: "Cinzel",Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
h3 {
	font-family: "Cinzel",Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
h4 {
	font-family: "Cinzel",Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	width: 35%;
	margin: 65px auto auto auto;
	vertical-align: baseline;
	border-bottom: solid 1px #999999;
	text-transform: uppercase;
}
.anchorLink {
	margin-top: 200px
	height: 5px;
} 
.largeText {
	font-family: "Cinzel",Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.largeLink {
	font-family: "Cinzel",Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.largeLink:hover {
	border-bottom: solid 1px #333333;
}
.basicText {
	font-family: "Cinzel",Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #0C4544;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #0C4544;
    color: #EEEEEE;
}
.bg-brown {
	background-color: #BD9B6E;
	border-top: solid 1px #BD9B6E;
}
.bg-tan {
	background-color: #E9E2D6;
	border-top: solid 1px #E9E2D6;
}
.bg-green {
	background-color: #CFDCDC;
	border-top: solid 1px #CFDCDC;
}
.color-brown {
	color: #9A784C;
}
.color-green {
	color: #0C4544;
}
#moreLeft {
	background-image: url(../images/yellow-purple-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}
#aboutLeft {
	background-image: url(../images/tammie.webp);
	background-repeat: no-repeat;
	background-size: cover;	
}
.graphicIcons {
	position: relative;
	width: 90%;
	padding-top: 60px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: auto;
}
.graphicIcons img {
	width: 15%;
	margin: 15px 2%;
	display: inline;
	vertical-align: middle;
}
.photoIcons {
	position: relative;
	width: 90%;
	padding-top: 60px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: auto;
}
.photoIcons img {
	width: 15%;
	margin: 15px 2%;
	display: inline;
	vertical-align: middle;
}
.contactTable {
	position: relative;
	width: 90%;
	padding-top: 60px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 28px;
}
.contactLeft {
	position: relative;
	width: 35%;
	vertical-align: top;
	display: table-cell;
	text-align: center;
}
.contactRight {
	position: relative;
	width: 65%;
	vertical-align: top;
	display: table-cell;
	text-align: center;
}
.contactLogo {
	position: relative;
	width: 65%;
	min-width: 140px;
}
.formContainer {
	padding: 20px 30px;
	background-color: rgba(255,255,255, 0.5);
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	margin-bottom: 60px;
}
#contactForm p {
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #9A784C;
	font-size: 18px;
	text-align: left;
}
#contactForm input[type=text] {
	width: 100%;
	border: solid 1px #9A784C;
	padding: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contactForm textarea {
	width: 100%;
	border: solid 1px #9A784C;
	padding: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contactForm #submitButton {
	width: auto;
	border: solid 3px #FFFFFF;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #0C4544;
	padding: 8px 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #0C4544;
}
#footerContent {
	position: relative;
	width: 90%;
	margin: 25px auto 10px auto;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.graphicSamples {
	position: relative;
	width: 100%;
	max-width: 1260px;
	margin: 30px auto 60px auto;
	text-align:center;
}
.graphicSamples img {
	margin: 40px 40px 0px 40px;
	display: inline-block;
	vertical-align: middle;	
}
.graphicSamples a {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	text-decoration: none;
	margin-bottom: 30px;
}
.graphicSamples .normpic {
	width: 25%;
	max-width: 230px;
	min-width: 200px;
}
.graphicSamples .tallpic {
	width: auto;
	max-width: 200px;
	max-height: 240px;
	display: inline-block;
	vertical-align: middle;	
}
.graphicSamples .longpic {
	width: 300px;
	max-width: 430px;
	min-width: 200px;
	display: inline-block;
	vertical-align: middle;	
}
.graphicSamples .shortpic {
	width: 260px;
	max-width: 430px;
	min-width: 200px;
	display: inline-block;
	vertical-align: middle;	
}
.clearDiv {
	position: relative;
	width: 100%;
	clear: both;
	height: 40px;
}
.graphicPageLink {
	margin-top: 40px;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 70px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 28px;
	color: #999999;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	white-space: nowrap;
}
.graphicPageLinkX a {
	padding: 12px 28px;
	background-color: #FFFFFF;
	border: solid 0px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	color: #0C4544;
	margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap;
}
.graphicPageLink:hover {
	color: #000000;
}
.graphicPageLinkActive {
	margin-top: 40px;
	padding: 12px 28px;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 70px;
	font-weight: 600;
	color: #0C4544;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: solid 2px #0C4544;
}
.graphicSubLink {
	margin-top: 20px;
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 28px;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	display: none;
}
.graphicSubLink a {
	padding: 12px 28px;
	background-color: #FFFFFF;
	border: solid 0px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap;
}
.graphicSubLink a:hover {
	color: #000000;
	text-decoration: underline;
}
.grayBorder {
	border: solid 1px #CCCCCC;
}
.headPhone {
	background-color: #C9B698;
	padding: 8px 23px;
	color: #0C4544;
}
.headPhone a {
	text-decoration: none;
	color: #0C4544;
}
.headEmail {
	background-color: #0C4544;
	padding: 8px 23px;
	color: #FFFFFF;
}
.headEmail a {
	text-decoration: none;
	color: #FFFFFF;
}
.portfolio {
	position: relative;
	width: 80%;
	background-color: rgba(255,255,255,1);
	overflow: visible;
	margin: 30px auto;
	border: solid 2px #BD9B6E;
	border-radius: 30px;
}

@media only screen and (max-width: 1300px) {
	#navigation ul li {
	font-size: 18px;
	padding-left: 1%;
	padding-right: 1%;
	}
	.openHead {
	font-size: 72px;
	}
	.openSubHead {
	font-size: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	#mLink {
	display: block;
	}
	#headbreak {
	margin-top: -190px;
	}
	#headerContent {
	width: 100%;
	height: auto;
	display: block;
	}
	#logo {
	width: 100%;
	display: block;
	text-align: center;
	}
	#logoX img {
	position: relative;
	width: 80%;
	max-width: 300px;
	height: auto;
	max-height: none;
	border: none;
	}
	#navigation {
	width: 100%;
	display: block;
	}
	#contact {
	display: none;
	}
	#navigation ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #BD9B6E;
	display: none;
	}
	#navigation ul li {
	font-size: 28px;
	line-height: 68px;
	font-weight: 300;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul li a {
	color: #FFFFFF;
	display: block;
	}
	#navigation ul li a:hover {
	color: #FFFFFF;
	}
	#navigation ul li:hover {
	background-color: #C9B698;
	}
	
	#navigation ul ul {
	position: relative;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #33995F;
	display: block;
	}
	#navigation ul ul li {
	font-size: 21px;
	line-height: 58px;
	font-weight: 300;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul ul li a {
	color: #FFFFFF;
	display: block;
	}
	#navigation ul ul li:hover {
	background-color: #4CA673;
	}
	
	.openHead {
	font-size: 68px;
	}
	.openSubHead {
	font-size: 21px;
	}
	.portfolio {
	width: 90%;
	}
}
@media only screen and (max-width: 900px) {
	.openHead {
	font-size: 58px;
	}
	.openSubHead {
	font-size: 21px;
	}
	#mainContainer {
	height: 500px;
	}
	.bottomLeftColumn, .bottomRightColumn {
	position: relative;
	float: none;
	width: 100%;
	vertical-align: top;
	}
	.fullPageContainer {
	clear:both;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 80px 0px;
	}
	.fullPageTable {
	display: block;
	height: auto;
	padding-bottom: 10vh;
	}
	.fullPageLeft {
	width: 100%;
	display: block;
	height: auto;
	padding-top: 120px;
	}
	.fullPageRight {
	width: 100%;
	display: block;
	height: auto;
	padding-bottom: 120px;
	padding-top: 120px;
	}
	.mobileCell, h2 {
	text-align: center;
	}
	#moreLeft {
	display: none;	
	}
	.contactTable {
	width: 80%;
	display: block;
	}
	.contactLeft {
	width: 100%;
	display: block;
	}
	.contactRight {
	width: 100%;
	display: block;
	margin-top: 95px;
	}
	.graphicSamples img {
	margin: 30px 45px 0px 45px;
	}
	#slideshow {
	height: 700px;
	/* padding-bottom: 55%; */
	}
	#slideshow .caption {
	position: absolute;
	top: 40%;
	}
	#headbreak {
	height: 500px;
	margin-top: 0px;
	}
	.clearDiv {
	height: 0px;
	}
	
}
@media only screen and (max-width: 600px) {
	.openHead {
	font-size: 44px;
	}
	.openSubHead {
	font-size: 18px;
	}
	.graphicPageLink {
	width: 250px;
	margin: auto;
	}
	h4 {
	width: 50%;
	}
}
@media only screen and (max-width: 400px) {
	.openHead {
	font-size: 32px;
	}
	.graphicPageLink a {
	clear:both;
	}
	h4 {
	width: 70%;
	}
}

@media only screen and (max-height: 600px) {
	#mainContainer {
	height: 500px;
	}
}

/* 
brown = #BD9B6E
tan = #C9B698
green = #0E504F

*/