@charset "UTF-8";
/* CSS Document */

html {
	background-color: #ccc;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Montserrat, Helvetica, Arial, sans-serif;	
	font-weight: 500;
}

.pd-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#pd-header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1600px;
}

#pd-header-sticky {
	position: relative;
	height: 30px;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 0 5px 0 #999;
	padding: 0 2%;
}

#pd-logo-sticky img {
	height: 30px;
}

.pd-nav {
	color: #abacac;
	margin: 2px .5% 0 0;
}

#pd-header-sticky a:hover {
	color: #0087c9;
	text-decoration: none;
}

#pd-hero {
	margin-top: 30px;
}

#pd-hero img {
	width: 100%;
}

#pd-project {
	color: #bcb5af;
}

.pd-panel {
	padding: 84px 3%;
}

.pd-line {
	height: 28px;
}

.pd-column {
	padding: 0 3%;
}

.pd-title {
	color: #0087c9;
	font-size: 96px;
	line-height: 96px;
	font-weight: 700;
	letter-spacing: -5px;
	text-transform: uppercase;
}

.pd-list {
	color: #abacac;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
}

#pd-plans {
	background-color: #bcb5af;
	color: #fff;
}

.pd-headline {
	font-family: "semplicitapro",sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 34px;
	text-transform: uppercase;
}

.pd-label {
	font-weight: 700;
	text-align: right;
	padding: 5px 3% 15px 3%;
}

#pd-gallery {
	color: #bcb5af;
}

footer {
	font-size: 14px;
	padding: 10px 2%;
}

#pd-copyright {
	color: #abacac;
	padding: 10px 0;
	display: inline;
}

#pd-credit {
	display: inline;
	float: right;
}

a {
	color: #abacac;
}

a:hover {
	color: #0087c9;
	text-decoration: none;
}

pd-em {
	color: #0087c9;
}



/*
 * Small
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -5px;
}
.uk-grid-small > * {
  padding-left: 5px;
}
/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 5px;
}


.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}

.uk-lightbox-button {
	margin-left: 0;
	margin-right: 0;
}

html.uk-lightbox-page {
	background-color: black !important
}


@media (max-width: 1200px){
	
	.pd-list {
		font-size: 24px;
		line-height: 30px;
	}
	
}


@media (max-width: 960px){
	
	.pd-panel {
		padding: 54px 3%;
	}
	
	.pd-title {
		font-size: 72px;
		line-height: 72px;
		letter-spacing: -4px;
	}
	
	.pd-line {
		height: 18px;
	}
	
	.pd-quote {
		font-size: 36px;
		line-height: 48px;
	}
	
	.pd-list {
		font-size: 20px;
		line-height: 24px;
	}
}


@media (max-width: 640px){
	
	

	#pd-header-sticky #pd-logo-sticky {
		margin-left: 2%;
	}
	
	.pd-nav {
		margin: 2px .5% 0 0;
	}
	
	.pd-panel {
		padding: 30px 3%;
	}
	
	.pd-title {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -2px;
	}
	
	.pd-line {
		height: 12px;
	}
	
	.pd-list {
		font-size: 18px;
		line-height: 24px;
	}
	
	#pd-copyright, #pd-credit {
		display: block;
		float: none;
		text-align: center;
		padding: 0;
	}
	

}


