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

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

body {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

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

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

#pd-header {
	text-align: center;
	padding: 30vh 0 0 0;
}

#pd-logo img {
	height: 350px;
	margin-bottom: 80px;
}

#pd-logo .uk-icon {
	color: #aaa;
	-ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari */
    transform: scale(3);
}

#pd-logo .uk-icon:hover {
	color: #333;
}

#pd-header-sticky {
	position: absolute;
	top: -200px;
	width: 100%;
	height: 45px;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 0 5px 0 #999;
	padding: 0 2% 3px 2%;
}

/*.uk-icon {
	transform: scale(1.5);
	padding: 0;
	margin: 0;
}*/

.fa-bars {
	color: #999;
	background-color: rgba(255,255,255,.8);
	font-size: 25px;
	padding: 6px 8px;
	border-radius: 50%;
	transform: translateY(4px);
}

.fa-bars:hover {
	color: #fff;
	background-color: #333;
}

#pd-logo-sticky img {
	height: 20px;
	margin-left: 1%;
	margin-top: -2px;
}

#pd-offcanvas .uk-icon {
	color: #999;
	-ms-transform: scale(1.75); /* IE 9 */
    -webkit-transform: scale(1.75); /* Safari */
	transform: scale(1.75);
}

#pd-offcanvas .uk-icon:hover {
	color: #333;
}

.uk-modal-dialog {
	background-color: #fff;
}

.uk-modal-close-default {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}

.uk-modal-dialog .uk-close {
	color: #999;
	font-size: 36px;
	font-weight: normal;
}

.uk-modal-dialog .uk-close:hover {
	color: #333;
}

.uk-modal-dialog a {
	text-transform: uppercase;
	display: block;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #999;
}

.uk-modal-dialog a:hover {
	color: #333;
	text-decoration: none;
}

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

.pd-slogan {
	font-style: normal;
	color: #333;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding: 120px 10% 60px 10%;
}

.pd-sub-slogan {
	font-style: normal;
	color: #999;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0 10% 60px 10%;
}

.pd-text {
	color: #999;
	font-size: 22px;
	line-height: 48px;
	hyphens: auto;
}

#pd-about .pd-text, #pd-team .pd-text {
	padding: 30px 10% 100px 10%;
}

#pd-gallery {
	
}

.pd-title {
	font-style: normal;
	color: #333;
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: -5px;
	text-align: left;
	padding: 80px 0 40px 0;
}

#pd-team {
	margin-top: 60px;
	padding-bottom: 80px;
}

/*#pd-team .pd-text {
	line-height: 36px;
	padding: 0 5% 0 0;
}*/

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

#pd-contact {
	color: #333;
	margin: 40px 0 160px 0;

}

#pd-contact .pd-title {
	margin-left: 8%;
}

.pd-contact-text {
	font-size: 24px;
	line-height: 36px;
	width: 500px;
	margin: 40px auto;
}

pd-label {
	color: #999;
	text-transform: uppercase;
}

pd-em {
	color: #333;
	font-size: 30px;
}

.pd-phone a {
	color: #333;
}

.pd-email {
	font-size: 22px;
}

#pd-social {
	background-color: #bbb;
	padding: 30px 0;
}

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

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

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

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

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

footer .uk-icon:hover {
	color: #333;
}

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

.pd-credit {
	float: right;
}

footer a {
	color: #aaa;
}




a {
	color: #999;
}

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-header {
		padding: 22vh 0 0 0;
	}

	#pd-logo {
		padding: 40px 0;
	}

	#pd-logo img {
		height: 225px;
	}

	#pd-header-sticky {
		height: 40px;
		padding: 0 2% 3px 2%;
	}
	
	.fa-bars {
		font-size: 20px;
		padding: 6px 8px;
	}

	#pd-logo-sticky img {
		height: 18px;
		margin-left: 1%;
		margin-top: 2px;
	}

	.pd-slogan {
		font-size: 48px;
		line-height: 52px;
		letter-spacing: -1px;
		padding: 60px 10%;
		margin-top: 20px;
	}
	
	.pd-sub-slogan {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: -1px;
	}
	
	.pd-title {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -4px;
	}
	
	.pd-text {
		font-size: 18px;
		line-height: 36px;
	}
	
	#pd-about .pd-text, #pd-team .pd-text {
		padding: 10px 10% 100px 10%;
	}
	
	#pd-team {
		margin-top: 20px;
		padding-bottom: 60px;
	}
	
	.pd-headshot {
		width: 60%;
		margin: 100px 0 50px 0;
	}
	
	#pd-contact {
		margin: 40px 0 120px 0;
	}
	
	#pd-contact .pd-title {
		padding: 60px 0 20px 0;
		margin-left: 5%
	}
	
	.pd-contact-text {
		font-size: 20px;
		line-height: 30px;
		width: 350px;
		margin: 40px auto;
	}

	pd-em {
		font-size: 24px;
	}

	.pd-email {
		font-size: 18px;
	}
	
	#pd-social {
		padding: 20px 0;
	}
	
	#pd-social .uk-icon {
		transform: scale(2);
	}
	
	footer {
		font-size: 14px;
		line-height: 18px;
		margin: 20px 0;
	}

	
}


@media (max-width: 960px){

	#pd-header {
		padding: 28vh 0 0 0;
	}

	.pd-slogan {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -1px;
		padding: 50px 10%;
	}
	
	.pd-sub-slogan {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 0;
	}
	
	#pd-about .pd-text, #pd-team .pd-text {
		padding: 0 10% 80px 10%;
	}
	
	.pd-title {
		font-size: 60px;
		letter-spacing: -4px;
	}
	
	#pd-team {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	
	#pd-team .pd-title {
		text-align: center;
	}
	
	/*#pd-team .pd-text {
		line-height: 30px;
		padding: 10px 10% 100px 10%;
	}*/
	
	.pd-text {
		font-size: 18px;
		line-height: 30px;
	}
	
	.pd-headshot {
		width: 40%;
		margin: 40px 0 0 0;
	}
	
	#pd-contact {
		margin: 40px 0 100px 0;
		text-align: center;
	}
	
	#pd-contact .pd-title {
		text-align: center;
		padding: 60px 0 20px 0;
		margin-left: 0 auto;
	}
	
	.pd-contact-text {
		font-size: 22px;
		line-height: 28px;
		width: 100%;
		margin: 40px auto;
	}
	
	
}


@media (max-width: 640px){
	
	#pd-header {
		padding: 27vh 0 0 0;
	}

	#pd-logo img {
		height: 150px;
	}
	
	#pd-header-sticky {
		height: 42px;
		padding: 0 1% 3px 2%;
	}
	
	.fa-bars {
		font-size: 20px;
		padding: 8px 7px 5px 7px;
		transform: translateY(3px);
	}

	#pd-logo-sticky img {
		height: 13px;
		margin-left: 1%;
		margin-top: 0;
	}
	
	.pd-panel {
		padding: 0;
	}

	.pd-slogan {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 0;
		padding: 50px 5%;
	}
	
	.pd-sub-slogan {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 0;
		padding: 0 5% 30px 5%;
	}
	
	.pd-title {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -2px;
		padding: 60px 5% 30px 5%;
	}
	
	.pd-text {
		font-size: 18px;
		line-height: 24px;
		padding: 30px 0 60px 0;
	}
	
	#pd-about .pd-text, #pd-team .pd-text {
		padding: 10px 4% 80px 6%;
	}
	
	.pd-headshot {
		width: 70%;
		margin: 40px 0 0 0;
	}
	
	#pd-team {
		margin-top: 0;
		padding-bottom: 0;
	}
	
	/*#pd-team .pd-text {
		line-height: 24px;
		padding: 10px 4% 80px 6%;
	}*/
	
	#pd-contact {
		margin-bottom: 80px;
	}
	
	#pd-contact .pd-title {
		padding: 40px 0 0 0;
		margin: 0;
		text-align: center;
	}
	
	.pd-contact-text {
		font-size: 20px;
		line-height: 28px;
		margin: 40px auto;
	}
	
	pd-em {
		font-size: 22px;

	}
	
	.pd-email {
		font-size: 16px;
	}
	
	#pd-social {
		padding: 20px 0;
	}
	
	#pd-social .uk-icon {
		transform: scale(2);
	}
	
	footer .uk-icon {
		color: #ccc;
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Safari */
		transform: scale(1.5);
		margin-bottom: 5px;
	}
	
	.pd-copyright, .pd-credit {
		display: block;
		float: none;
		text-align: center;
	}

}


