/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
footer, header, main, /* 2 */ menu, nav { /* 1 */ display: block; }

html { height:100%; }

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {outline-width: 0;}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {font-weight: inherit;}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {font-weight: bolder;}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {border-style: none;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, footer, header, 
menu, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font: inherit;
	vertical-align: baseline;
}

html {
	height:100%;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
  margin: 0; /* Remove default body margin */
  letter-spacing:0.03em;
  color: #444444;
  scrollbar-width: thin; /* Make the scrollbar thin */
  scrollbar-color: #e5e5e5 #ffffff; 
  }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

@font-face {
    font-family: Jost-Light;	
    src: url('../fonts/Jost-Light.ttf');
}

@font-face {
    font-family: Jost-Medium;	
    src: url('../fonts/Jost-Medium.ttf');
}

@font-face {
    font-family: Jost-Regular;	
    src: url('../fonts/Jost-Regular.ttf');
}

@font-face {
    font-family: Jost-SemiBold;	
    src: url('../fonts/Jost-SemiBold.ttf');
}

@font-face {
    font-family: Jost-Bold;	
    src: url('../fonts/Jost-Bold.ttf');
}


@font-face {
    font-family: RomanSerif;	
    src: url('../fonts/RomanSerif.ttf');
}

a {
	text-decoration:none;
	transition: opacity 0.2s ease-in-out;
}

a:hover {
	opacity:0.8;
}

li {
	font-size:1rem;
	font-family: "Jost-Regular", sans-serif;	
}

p {
	font-size:1rem;
	font-family: "Jost-Regular", sans-serif;
	letter-spacing:.045rem;
}

@media only screen and (max-width:800px) {
	p, li {
		font-size: 1.1rem;
	}
}

h1 {
	font-size: 1.6rem;
	letter-spacing:0rem;
	margin:0;
	padding:0;
	color: #7e5912;
	font-family: "Jost-Medium", sans-serif;
	text-transform:uppercase;
}

h2 {
	font-size:.8rem;
	margin:0;
	padding: 0 0 .7rem 0;
	color: #444444;
	font-family: "Jost-SemiBold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	
}

h3 {
	
	padding:4% 0 13% 0;
	margin:0;
	letter-spacing:.03rem;
	text-transform:uppercase;
}

h3 a {
		font-size:.8rem;
		color: #444444;
		margin:0;
		font-family: "Jost-SemiBold", sans-serif;
}

p.location {
	color:#7e5912;
	font-family:"Jost-Bold", sans-serif;
	font-size:.9rem;
	margin-bottom: 2rem;
	letter-spacing:.03rem;
	text-transform:none;
	}


.outer-container {
  /* This container provides the 40px space on all sides of the main content */
  padding: 40px 80px 0px 69px;/*69px allows for logo overhang*/ /*bottom padding used to be 40px*/
  }
  
 .outer-container-communities { padding: 40px 80px 40px 69px;}

.content-container {
  /* This div holds all the main content and prevents it from scrolling */
  overflow: hidden; /* Prevents scrolling within this div */
  /* You may need to set a specific height for this container depending on your layout */
  max-width:1920px;
  margin:0 auto;
  position:relative;  
}

.masthead {
	position:relative;
	height: 100px;
	display: block;
	width: 100%;
	margin: 0 auto;
	z-index: 998;
}

.logo-area {
 display:inline-block;
position: relative; 
height:100px;
width:15%;
}

.logo-area-image {
	display:block;
	position:relative;
	height:80px;
}

.logo-area-image img {
	width:203px;
	display:block;
	position:relative;
	image-rendering: -webkit-optimize-contrast;
	image-rendering:-moz-crisp-edges;           /* Firefox, Chrome, eventually Safari */
	image-rendering:-o-crisp-edges;             /* Opera                          */
}

header {
	display: inline-block;
	position:absolute;
	right:0;
	bottom:1%;
	text-transform: uppercase;
	padding-right:5px;
	z-index:1000;
	margin-right:0;
}

header nav {
	text-align: right;
	position: relative;
	width:100%;
	padding-top: 15px;
	padding-bottom:8%;
}

header nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: inline-block;
}

header nav ul li {
	display: inline;
	margin-left: 0;
	font-weight:normal;
}

header nav ul li:first-child {
	margin-left: 0px;
}
	
header nav ul li {
	list-style-type: none;
    padding-right: 0px;
	display: inline-block;
	padding: 5px 5px 5px 50px;/*20px*/
}

header nav ul li a {
    text-decoration: none;
    font-family: "Jost-Bold", sans-serif;
	display:inline-block;
	font-size: 1em;
	color: #7e5912;
	padding: 3px 0px 3px 0px;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

header nav ul li a:hover {
	text-decoration: none;
	display:inline-block;
}

.active {
	border-bottom: 3px solid #a7ab57;	
}

span.menu {
    display: block;
    background:#7e5912;
    height: 4px;
    margin-top: 5px;
    z-index: 1000;
    width: 35px;
}

.menuOpen {
	display: none;
	position: absolute;
	top: 5px;
	right:5px;
	z-index:999;
}

.nav {
	margin-top:50px;
	text-decoration: none;
	list-style:none;
	text-transform: uppercase;
	padding:20px;
}

.nav ul {
	padding:10px;
}

.nav li {
	width:100%;
	padding: 10px;
	border-bottom: 3px solid #7e5912;
}

.nav a {
	color: #7e5912;
	width:100%;
	text-transform: none;
	font-family: "Jost-Bold", sans-serif;
	font-size:1.5rem;
	text-transform: uppercase;
}

.nav a:hover {
	text-decoration: none;
}

.closeBtn {
	display: block;
	position: absolute;
	top:20px;
	right:20px;
}

p.closeBtn{
	font-size:32px;
	font-weight:bold;
	color: #7e5912;
}

.two-column-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use Flexbox for creating two columns side-by-side */
}

.column {
  padding: 0; /* Add internal padding within columns */
  height: calc(100vh - 185px); /* Example: Set height based on viewport height, adjust as needed */
  max-width:400px;
}

.left-column {
  margin-right: 0px; /* Add space between columns */
  width:20%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left:11px;
  background: #ffffff;
 
}

.projectList ul, .projectList li {
	font-size:1rem;
	font-family:"Jost-Regular", sans-serif;
	
}

.projectList ul {
	list-style-type:disc;
}

.text-box {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1; /* Make the middle div grow to fill remaining vertical space */
    overflow-y: auto; /* Add vertical scrollbar when content overflows */
 }

.inner-text-box {
	padding-right: 2.5rem;
	padding-left: 1%;
}


.index-column-slideshow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 11px; /* Add internal padding within columns */
  height: calc(100vh - 185px); /* Example: Set height based on viewport height, adjust as needed */
}

.column-slideshow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 11px; /* Add internal padding within columns */
  height: calc(100vh - 185px); /* Example: Set height based on viewport height, adjust as needed */
}


.right-column {
	width:80%;
	overflow:hidden;
}


.normal-text {
	font-size:.9rem;
	font-family:"Jost-Regular", sans-serif;
	text-transform:none;
	letter-spacing:.045rem;
}

.textProject {
	display:block;
	position: relative;
	vertical-align:middle;
	font-size: 1rem;
	padding:22px 0px 30px 0;
	font-weight:normal;
	z-index: 1;
	
}


.index-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 

}

.index-slideshow {
	width:100%;
	
}

.back-arrow {
	font-family:"Calibri", sans-serif;
	color: /*#7e5912*/#666666;
	font-weight:bold;
	font-size:1.3rem;
	
}


.projectList ul, .projectList li {
	font-size:1rem;
	font-family:"Jost-Regular", sans-serif;
	
}

.projectList ul, .projectList li {
	list-style-type:disc;
	margin-left:1rem;
}

/****************************MOBILE LAYOUT************************/


.mobile-layout {
	width:100%;
	padding-left:2%;
	display: none;
	position:relative;
	margin: 0 auto;
}

.gallery{
	width:100%;
	display: none;
	position:relative;
	z-index:1;
	padding-top:1%;
}

.mobile-info {
	display:none;
	position:relative;
	margin: 0 auto;
	width:100%;
	padding:2%;
}


/**************************************************************/

@media only screen and (max-width:1750px) {
	.outer-container {
		padding: 30px 70px 0px 59px; /*bottom padding used to be 40px*/
	}
	
	.outer-container-communities { padding: 40px 80px 40px 69px;}
}



@media only screen and (max-width: 1600px)
	{
	.masthead {
		height:80px;
	}
	.logo-area {
		height:80px;
	}
	.logo-area img {
		width:180px;
	}
	header nav {
		padding-bottom: 5%;
	}
	header nav ul li a {
		font-size: .9em;
	}
	.left-column { 
		width:23%;
	}
	.right-column {
		width: 77%;
	}
	h1 {
		font-size:1.5rem;
	}
	p.location {
		font-size: .9rem;
	}
	h3 a{
		font-size:.8rem;	
		}
	h2 {
		font-size:.8rem;	
		}
	.normal-text {
		.8rem;
	}
	.textProject, .projectList ul, .projectList li {
	font-size:.9rem;
	}
	.outer-container {
		padding: 30px 70px 0px 59px;
	}
	.outer-container-communities {
		padding: 30px 80px 30px 59px;
	}
	.column {
		padding: 10px 0px 0 9px; /* 9px allows for logo overhang */
		height: calc(100vh - 160px); /* Example: Set height based on viewport height, adjust as needed */
		max-width:400px;
	}	
	.column-slideshow, .index-column-slideshow {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  padding: 10px 0 0 10px; /* Add internal padding within columns */
	  height: calc(100vh - 160px); /* Example: Set height based on viewport height, adjust as needed */
	}
}


@media only screen and (max-width: 1400px) {
	.outer-container {
		padding: 30px 80px 30px 59px;
	}
}


/************************************************************************/

@media only screen and (max-width: 960px)
{
	html {
		overflow:auto;
		overscroll-behavior: none;
	}
	body {
		overscroll-behavior:none;
	}
	* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
	.masthead {
		height:100px;
	}
	.outer-container, .outer-container-communities {
		padding: 20px;
	}
	.content-container {
		overflow: auto; 
	}
	.logo-area{
		width:30%;
		padding-bottom: 20px;
	}
	.logo-area-image  {
		width: 100%;
	}
	.logo-area-image img {
		height:70px;
		width: auto;
	}
	 
	header, .two-column-layout, .left-column, .right-column, .column-slideshow {
		display:none;
	}

	.mobile-layout, .gallery, .mobile-slideshow, .mobile-info, .menuOpen {
		display:block;
	}
	
	h1 {
		font-size:1.8rem;
	}
	h2 {
		font-size:1.1rem;
	}
	
	h3 a {
		padding-bottom:8%;
		font-size:1rem;
	}
	
	h3 {
		padding: 4% 0 5% 0;
	}
	
	
	p.location {
		font-size:1.2rem;
	}
	.normal-text {
		font-size:1.2rem;
	}
	.textProject, .projectList ul, .projectList li {
		font-size: 1.2rem;
	}
		
	.location {
		font-size;1rem;
	}
	.index-column-slideshow {
	  height: calc(80dvh); /* Example: Set height based on viewport height, adjust as needed */ 
	}
   
}
