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

html {
	background-color: #ccc;
	padding: 0;
	margin: 0;
	font-family: "roboto-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	hyphens: auto;
}

body {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

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

.pd-panel {
	padding: 0 2%;
}

/* ------------------------------------------------------ */

#pd-header-sticky {
	background-color: rgba(255, 255, 255, 0.95);
	height: 40px;
	width: 100%;
	max-width: 1600px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.uk-navbar-container, .uk-container {
	margin: 0;
	padding: 0;
}

.uk-navbar-left,
.uk-navbar-right,
[class*="uk-navbar-center"] {
  /*display: flex;*/
  gap: 0;
  /* 1 */
  /*align-items: stretch;*/
}

.uk-navbar-toggle {
	color: #bbb;
  	min-height: 0;
	transform: scale(1.15);
	padding: 9px 0 0 30px;
}

.uk-navbar-dropdown {
	--uk-position-offset: 0;
	width: 50%;
	padding: 50px 10%;
}

.uk-navbar-dropdown a {
	/*font-family: "gotham", sans-serif;*/
	font-weight: 300;
	font-style: normal;
	font-size: 38px;
	letter-spacing: -1px;
	line-height: 35px;
	text-transform: uppercase;
}

.uk-navbar-dropdown-nav li a {
	color: #bbb;
}

.uk-navbar-dropdown-nav li a:hover {
	color: #333;
}

#pd-logo-sticky img {
	height: 20px;
	margin: 11px 0 0 25px;
}

/* ------------------------------------------------------ */

#pd-logo-top {
	background-color: #fff;
	top: 0;
	width: 100%;
	max-width: 1600px;
	padding-top: 40vh;
}

#pd-logo-top img {
	height: 100px;
	
}

.pd-down-icon {
	color: #bbb;
	transform: scale(2);
	margin-top: 30px;
}

/* ------------------------------------------------------ */

#pd-brand-stmt {
	font-size: 30px;
	font-weight: 300;
	line-height: 60px;
	color: #999;
	padding: 200px 20% 100px 20%;
	
}

.pd-text {
	text-align: left;
	color: #333;
	font-size: 20px;
	line-height: 36px;
	
}

/* ------------------------------------------------------ */

#pd-projects {
	margin-top: 100px;
	padding-top: 50px;
}

.pd-label {
	color: #333;
	font-size: 20px;
	text-align: right;
	padding: 5px 3% 20px 3%;
}

.pd-title {
	color: #bbb;
	/*font-family: "gotham", sans-serif;*/
	font-weight: 300;
	font-style: normal;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -1.5px;
	text-transform: uppercase;
	padding-bottom: 50px;
}

.pd-list {
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.pd-em {
	text-transform: uppercase;
	color: #aaa;
}

/* ------------------------------------------------------ */

#pd-team {
	padding: 150px 0;
}

#pd-team .pd-text {
	padding: 0 10% 0 0;
}

.pd-headshot {
	border-radius: 50%;
	width: 50%;
	margin: 100px 0 0 10%;
}

/* ------------------------------------------------------ */

#pd-contact {
	color: #aaa;
	margin: 140px 0 180px 0;
}

.pd-contact-text {
	font-size: 26px;
	line-height: 30px;
	padding-top: 60px;
}

.pd-col-1 {
	padding-left: 22%;
}

.pd-col-2 {
	padding-left: 10%;
}

/* ------------------------------------------------------ */

#pd-social {
	background-color: #bbb;
	height: 2px;
}

#pd-social a {
	color: #fff;
}

#pd-social a:hover {
	color: #000;
}

#pd-social .uk-icon {
	transform: scale(2);
}

/* ------------------------------------------------------ */

footer {
	color: #aaa;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 30px 0;
}

footer .uk-icon {
	color: #ccc;
	-ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari */
    transform: scale(2);
}

.pd-copyright, .pd-credit {
	display: inline;
}

.pd-credit {
	float: right;
}

/* ------------------------------------------------------ */

a {
	color: #aaa;
}

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

/* ------------------------------------------------------ */

/*
 * 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-logo-top img {
		height: 90px;
	}
	
	/* ------------------------------------------------------ */
	
	#pd-brand-stmt {
		font-size: 26px;
		padding: 150px 15% 50px 15%;
	}

	.pd-text {
		font-size: 20px;
		line-height: 30px;
	}

	/* ------------------------------------------------------ */
	
	.pd-title {
		font-size: 40px;
		line-height: 40px;
		/*letter-spacing: -2px;*/
		padding-bottom: 50px;
	}
	
	/* ------------------------------------------------------ */
	
	#pd-team {
		padding: 120px 0;
	}
	
	.pd-headshot {
		width: 50%;
		margin: 100px 0 0 10%;
	}
	
	#pd-team .pd-text {
		padding: 0 10% 0 0;
	}

	/* ------------------------------------------------------ */
	
	#pd-contact {
		margin: 120px 0 140px 0;
	}
	
	.pd-contact-text {
		font-size: 24px;
		line-height: 28px;
		padding-top: 0;
	}
	
	/* ------------------------------------------------------ */
	
	
	
	#pd-social .uk-icon {
		transform: scale(1.75);
	}
	
	/* ------------------------------------------------------ */
	
	footer {
		font-size: 14px;
		line-height: 18px;
		margin: 20px 0;
	}

}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

@media (max-width: 960px){


	#pd-logo-top img {
		height: 90px;
	}
	
	/* ------------------------------------------------------ */
	
	#pd-brand-stmt {
		padding: 150px 10% 80px 10%;
	}

	/* ------------------------------------------------------ */
	
	#pd-projects {
		margin-top: 50px;
		padding-top: 50px;
	}
	
	/* ------------------------------------------------------ */
	
	#pd-team {
		padding: 50px 0 100px 0;
	}
	
	.pd-headshot {
		width: 40%;
		margin: 40px 0 10px 0;
	}

	#pd-team .pd-title {
		text-align: center;
		margin-top: 50px;
	}
	
	#pd-team .pd-text {
		padding: 0 5% 0 5%;
	}
	
	/* ------------------------------------------------------ */
	
	#pd-contact {
		margin: 100px 0 120px 0;
		text-align: center;
	}
	
	.pd-contact-text {
		padding: 0;
	}
	
	.pd-col-1 {
		margin-bottom: 50px;
	}
	
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

@media (max-width: 640px){
	
	.uk-navbar-toggle {
		padding: 9px 0 0 20px;
	}
	
	#pd-logo-sticky img {
	margin: 11px 0 0 20px;
}
	/* ------------------------------------------------------ */
	
	.uk-navbar-dropdown {
		width: 95%;
		padding: 50px 10%;
	}
	
	/* ------------------------------------------------------ */

	#pd-logo-top img {
		height: 80px;
		margin-top: 10px;
	}
	
	/* ------------------------------------------------------ */
	
	#pd-brand-stmt {
		font-size: 26px;
		line-height: 48px;
		padding: 100px 5% 0 5%;
	}
	
	/* ------------------------------------------------------ */
	
	.pd-title {
		font-size: 44px;
		line-height: 44px;
	}
	
	/* ------------------------------------------------------ */
	
	.pd-headshot {
		width: 60%;
		margin: 50px 0 0 0;
	}
	
	/* ------------------------------------------------------ */
	
	footer {
		margin: 20px 0 0 0;
	}
	
	footer .uk-icon {
		margin-bottom: 10px;
	}
	
	.pd-copyright, .pd-credit {
		display: block;
		float: none;
		text-align: center;
	}
	
	/* ------------------------------------------------------ */
	
	.pd-list, .pd-label, .pd-text, .pd-contact-text, #pd-brand-stmt {
		font-weight: 500;
	}
	
	.pd-title {
		font-weight: 400;
	}
	
	.uk-navbar-dropdown a {
		font-weight: 400;
	}


}


