@charset "utf-8";
/* CSS Document */

html {
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
height: 100%;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Public Sans webfont', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 0px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
}

.title {
	font-family: 'futura_ltheavy', Arial, Helvetica, sans-serif;
	font-size: 46px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	/*padding-top: 46px;*/
}

/*.subtitle {
	font-family: 'futura_ltregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 12px;
	padding-top: 15px;
}*/

.nav {
	width:100%;
	height: 78px;
	position: relative;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	font-family:"futura_ltregular", Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:78px;
	color:#000000;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-underline-offset: 0.5em;
}

.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding-left:16px;
	padding-right:16px;
	color:#000000;
	text-decoration:none;
	/*transition: all 0.24s ease-out;*/
}
.nav a:hover{
  display:inline-block;
  padding-left:16px;
	padding-right:16px;
	color:#000000;
	text-decoration:underline;
	/*transition: all 0.24s ease-out;*/
}

.nav_selected {
	text-decoration:underline;
}

/*.nav_box {
	height: 64px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}*/

.splash {
	/*height: 90%;
	width: 90%;
	margin: 5%;*/
	background-image: url("splash.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/*min-height:50%;*/
	height:auto;
	width: 100%;
	/*margin-top: 0;*/
}

.gallery {
	/*height: 640px;
	width: 960px;
	left: calc(50% - 480px);
	position: relative;*/
	width: 80%;
	margin-left: 10%;
	/*margin-right: 10%;*/
	position: relative;
}

.about {
	font-family: 'Public Sans webfont', Arial, Helvetica, sans-serif;
	width: 960px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 50%;
	margin-left: -480px;
	font-size: 14px;
	line-height: 36px;
	word-spacing: 4px;
}

.about_photo {
	width: 100%;
	height: auto;
	/*position: relative;*/
	padding-top: 24px;
	padding-bottom: 4px;
	/*background-image: url(about/james_naish_lincoln_heights.jpg);
	background-size:contain;
	background-position:top center;
	background-repeat:no-repeat;*/
}

.about_photo_credit {
	width: auto;
	position: relative;
	text-align: justify;
  text-justify: inter-word;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
}

/*.about_text {
	width: auto;
	position: relative;
	text-align: left;
	padding: 156px; /*176px;*/
	/*padding-top: 16px;
	padding-bottom: 32px;
	font-size: 14px;
	line-height: 36px;
	word-spacing: 4px;
}

.about_text p{
	margin:0;
	padding:0;
}

.about_text p:after{
   content: "";
   display: inline-block;
   width: 100%;
}*/

@font-face {
    font-family: 'futura_ltregular';
    src: url('fonts/futuralt-webfont.eot');
    src: url('fonts/futuralt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralt-webfont.woff2') format('woff2'),
         url('fonts/futuralt-webfont.woff') format('woff'),
         url('fonts/futuralt-webfont.ttf') format('truetype'),
         url('fonts/futuralt-webfont.svg#futura_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_ltheavy';
    src: url('fonts/futuralt-heavy-webfont.eot');
    src: url('fonts/futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralt-heavy-webfont.woff2') format('woff2'),
         url('fonts/futuralt-heavy-webfont.woff') format('woff'),
         url('fonts/futuralt-heavy-webfont.ttf') format('truetype'),
         url('fonts/futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Public Sans webfont';
    src: url('fonts/PublicSans-Light.woff2') format('woff2'),
         url('fonts/PublicSans-Light.woff') format('woff'),
         url('fonts/PublicSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}
