body,
html {
  min-height: 100%;
}
body {
  background-color: black;
  font-family: "futura-pt","futura","gill sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: .05em;
  color: white;
}
button span {
  color: white !important;
}
nav ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #b9b9b8;
}

.grid-sizer,
.grid-item {
  padding-bottom: 30px;
}


nav.navbar-inverse,
#project-filter {
  background-color: rgba(0, 0, 0, 0.9);
}
nav a.navbar-brand {
  width: 250px;
  height: 18px;
  margin: 15px 0 15px 0 !important;
  display: inline-block;
  text-indent: -10000px;
  background-image: url(/assets/images/lumen-architecture.svg);
  background-repeat: no-repeat;
  background-position: left center;
  
}
nav button {
  color: white;
  margin: 14px 0 0 0 !important;
  padding: 2px 10px !important;
}

article {
  margin-top: 70px;
}

#project-filter {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #333;
  margin-bottom: 30px;
  font-weight: 300;  
}
#project-filter a {
  border: 0;
  background-color: transparent;
  padding: 5px 0px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  color: #999;
  transition: color .3s linear;
  text-decoration: none;
  white-space: nowrap;
}
#project-filter a.active {
  color: white;
}
figure {
  position: relative;
}
figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  color: white;
  font-weight: 500;
  text-shadow: 0px 0px 9px black;
	background-color: rgba(0,0,0,0);
  transition: background-color .15s linear;
}
figure:hover figcaption {
  background-color: rgba(0,0,0,0.5);
}
#project-grid .grid-item img {
  filter: grayscale(100%);
  opacity: .5;
}
#project-grid .grid-item.active img {
  filter: none;
  opacity: 1;
}

label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 1px;
  margin-bottom: -5px;
}
label:after {
  content: ":";
}

.slick-list { height: auto !important; }

.slideshow div.slick-slide {
  max-height: calc(100vh - 250px);
}
.slideshow.images-contained div.slick-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.slideshow.images-contained div.slick-slide img {
  opacity: .5;
  height: calc(100vh - 250px);
  opacity: 0;
}

.slideshow img,
.stacked-slides img {
/*   width: 100% */
  width: auto;
  margin: 0 auto;
}
button.slick-arrow {
  opacity: 0.5;
}
button.slick-arrow:hover {
  opacity: 1.0;
}
button.slick-next {
  right: 10px;
  height: 90% !important;
  width: 50% !important;
  text-align: right;
}
button.slick-prev {
  left: 10px;
  z-index: 1;
  height: 90% !important;
  width: 50% !important;
  text-align: left;
}
button.slick-next:before,
button.slick-prev:before {
	font-size: 45px;
  text-shadow: 0px 0px 3px black; 
}
button.slick-disabled:before {
	opacity: .1 !important;
}
h1 {
  margin-top: 0;
}
.description {
  margin-top: 30px;
}
.related {
  margin-top: 30px;
}

#legend {
	font-size: 10px;
	line-height: 13px;
	position: absolute;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	color: black;
}
#legend span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}

body.template-home .content-row {
  padding: 20px 0;
}
.home-slideshow {
  margin-left: -10px;
  margin-right: -10px;
}
.home-slideshow img {
  margin: 10px;
}
body.template-home .selected-projects img {
  margin-bottom: 30px;
}
.header-contact {
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
}
.header-contact span.small {
  text-transform: uppercase;
  font-size: 80%;
  margin-right: 1em;
}
.header-contact a {
  color: inherit;
}
.footer-contact {
  font-size: 11px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 25px 0px;
}
.footer-contact a {
  color: inherit;
}

table.awards-and-press-list {
  list-style: none;
  padding: 0;
}
table.awards-and-press-list td,table.awards-and-press-list th {
  padding: 0 30px 10px 0;
  vertical-align: top;
}
table.awards-and-press-list th {
  font-size: 13px;
  text-transform: uppercase;
}
table.awards-and-press-list td.year {
  color: #ccc;
}
table.awards-and-press-list a {
  color: white;
}


@media screen and (max-width: 767px) {
	body.template-projects figure {
		margin: -8px;
	}
	body.template-project figure {
		margin: 7px -8px;
	}
	#map {
	 height: 85vh; 
	}
}

@media screen and (min-width: 768px) {
  nav a.navbar-brand {
    width: 380px;
    height: 27px;
    margin: 35px 0 15px 0 !important;
  }
  
  .subnav-row+.content-row {
  	padding-top: 40px;
  }
  
  article {
    margin-top: 140px;
  }
  body.template-project {
    margin-top: 178px;
  }
  body.template-home article p {
    margin: 0 5vw;
  }
  body.page-about article p {
    margin: 15px 5vw;
  }
  #project-filter {
    position: fixed;
    top: 131px;
    z-index: 1;
    font-weight: 500;
  }
  #project-grid {
    margin-top: 38px;
  }
  h1 {
    margin-top: 15px;
  }
	#map {
	 height: 75vh; 
	}
	body.page-awards-and-press article > div.row:first-child {
		border-top: 2px solid #333;
		padding-top: 10px;
		margin-top: -9px;
		z-index: 2;
		position: relative;
	}
	table.awards-and-press-list {
		margin: 0 auto;
	}
	table.awards-and-press-list td,table.awards-and-press-list th {
		padding: 0 60px 10px 0;
	}	
}

@media screen and (min-width: 1200px) {
  .header-contact {
    font-size: 13px;
  }
}