html
{
	font-size: 14pt;
	overflow-x: hidden;
}
.body
{
	width: 80%;
	margin: auto;
	background: #fff;
	max-width: 100%;
}
#header
{
	width:100%;
	text-align: center;
	height: 50px;
	margin-bottom: 5px;
}
#nav
{
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	display: inline-block;
}
#nav li
{
	display: inline-block;
	padding: 0px 15px;
	font-size: 1.25em;
	font-weight: bold;
}
#nav li a
{
	text-decoration: none;
	color: #000;
	width:100%;
}
#nav li a:hover
{
	color: #66898e;
	border-bottom: 3px solid #66898e;
}
#logo
{
	background-image: url("../images/logo G.png");
	background-size: 100%;
	background-repeat: none;
	width: 50px;
	height: 50px;
	display: inline-block;
}
#logo-div
{
	float: left;
	vertical-align: baseline;
	position: relative;
	color: #66898e;
}
#logo-text
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	width:250px;
	text-align: left;	
	color: #000;
	
}
#menuButton
{
	display: none;
}
#menuButton > img
{
	height: 50px;
}
#img-height-fill
{
	margin-bottom: 15px;
}
.cycle-slideshow
{
	display: none;
	width:100%; 
	position:absolute; 
	left:0px;
	overflow: hidden;
}
.cycle-slideshow > img
{
	width: 100%;
}
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style:italic
}
.bold
{
	font-weight: bold;
}
.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}
.rightText
{
	text-align: right;
}
.centerText
{
	text-align: center;
}
.leftText
{
	text-align: left;
}
.bigText
{
	font-size: 1.25em;
}

.titleText
{
	font-size: 1.75em;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
}
.fullWidthBanner
{
	width:100%; 
	position:absolute; 
	left:0px;
	overflow-x: hidden;
}
#bannerBackground
{
	height: 100px;
	background: #eee; 
	z-index: -100;
}
#bannerForground
{
	margin-bottom: 1.5em;
	height: 100px;
	position: relative;
	background: #eee;
	z-index: 100;
}
.contactInput
{
	width:25%; 
	padding: 8px; 
	font-size:1em;
	margin-bottom: 2em;
}
.contactSubmit
{
	background: #eee;
}
.contactSubmit:hover
{
	background: #66898e;
	cursor: pointer;
}
.roundedEdges
{
	border-radius: 15px;
}
.marginBottom
{
	margin-bottom: 1.5em;
}
.marginTop
{
	margin-top: 1.5em;
}
.marginLeft
{
	margin-left: .75em;
}
.marginRight
{
	margin-right: .75em;
}
.curvedText
{
	border-radius: 50%;
	-webkit-shape-outside:circle();
	shape-outside:circle();
}
.clear
{
	font-size: 0;
	clear: both;
}

.galleryImage
{
/*	width: 250px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;*/
	 width: 100% !important;
	height: auto !important;
	cursor: pointer0;
	margin-bottom: 10px;
	display:none;
}
#galleryWaiter
{
	font-size: 1.5em;
	text-align: center;
}

#slideshowBackdrop
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background: #3B3B3B;
	opacity: 0.5;
	z-index: 1000;
	display: none;
}

#imageViewer
{	
	max-width: 80%;
	max-height: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 1001;
	padding: 1.75em 15px 4em 15px;
	display: none;
}
#imageViewerClose
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 100;
}
#imageViewerClose:hover
{
	width: 24px;
	height: 24px;
	right: 3px;
	top: 3px;
}
#imageViewerImage
{
	max-height: 100%;
	max-width: 100%;
	z-index: 105;
	display:block;
	margin: auto;
}
#imageViewerTitle
{
	position: absolute;
	top: 0px;
	font-size: 1.5em;
	
}
#imageViewerCaption
{
	position: absolute;
	bottom: 0px;
	margin-bottom:5px;
	margin-right: 15px;
	z-index: 99;
}

#photos {
	
  -webkit-column-count: 4;
  -webkit-column-gap:   15px;
  -moz-column-count:    4;
  -moz-column-gap:      15px;
  column-count:         4;
  column-gap:           15px;  
}

.outerGalleryColumn
{
	display: inline-block;
	width: 48%;
	margin-left:0%;
	float: left;
}
.innerGalleryColumn
{
	float: left;
	width: 48%;
	margin-left: 2%;
}

@media only screen and (max-width: 1300px) 
{
	#header
	{
		text-align: right;
	}
}



@media only screen and (max-width: 1200px)
{
	html
	{
		font-size:1.5em;
	}
	
	.body
	{
		width:95%;
	}
	
	#header
	{
		height: 100px;
	}
	#logo
	{
		height: 100px;
		width: 100px;
	}
	#logo-text
	{
		font-size: 60px;
		width: 450px;
	}
	
	#nav 
	{
		display: none;
		position: absolute;
		width: 100%;
		left:0px;
		top:  90px;
		background: #ffffff;
		z-index: 1000;
		overflow-x: hidden;
		text-align: center;
		box-shadow: 0px 10px 30px -10px #000000;
	}	
	
	#nav > li
	{
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 1px solid #D0D0D0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#nav > li a
	{
		font-size: 1.5em;
		display: block;
		width: 100%;
		height: 100%;
		
	}
	
	#nav  > li:hover
	{
		background: #F0F0F0;
	}
	#nav >li a:hover
	{
		color: #000000;
		border-bottom: 0px solid #FFFFFF;
	}
	
	#menuButton
	{
		display: inline-block;
	}
	#menuButton > img
	{
		width: 100px;
		height: 100px;
	}
	
	.innerGalleryColumn
	{
		width: 99%;
	}
	
	.cycle-slideshow
	{
		/*width: 150%;
		margin-left: -25%;
		overflow-x: hidden;*/
	}
	
	.contactInput
	{
		width: 90%;
		font-size:1.5em;
	}
}
