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

html {
	background-color: #ddd;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Cormorant', serif;
	font-weight: 400;

}

.pd-container {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

header {
	padding-top: 5px;
	margin-bottom: -20px;
}

#pd-logo {
	width: 30%;
}

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

.pd-nav {
	width: 30%;
	padding-top: 10px;
}

.pd-nav a {
	color: #003258;
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0 9%;
}

.pd-nav a:hover {
	color: #003258;
	text-decoration: underline solid #003258 1px;
	
}

#pd-header-sticky {
	top: -300px;
}

.pd-scroll {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transform: translateY(-150px);
}

.pd-scroll a {
	color: #fff;
}

.pd-scroll a:hover {
	color: #fff;
}

#pd-about {
	color: #003258;
	font-weight: 400;
	font-size: 22px;
	padding: 40px 20% 120px 20%;
}

.pd-title {
	color: #003258;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0;
}

#pd-about .pd-button {
	margin: 50px 10% 0 10%;
}

.pd-button {
	text-align: center;
	width: 230px;
	padding: 8px 0 6px 0;
}

.pd-button a {
	color: #003258;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.pd-button > a:hover {
	color: #003258;
	text-decoration: none;
}

.pd-label {
	color: #003258;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	padding: 10px 0 20px 0;
}


#pd-contact {
	margin-top: 120px;
}

.pd-phone {
	color: #003258;
	font-size: 24px;
}

.pd-phone a {
	color: #003258; /* for iPhone */
}

.pd-email a {
	color: #003258;
	font-size: 18px;
}

.pd-email a:hover {
	color: #003258;
}

.pd-name {
	color: #003258;
	font-size: 20px;
}

.pd-address {
	color: #003258;
	font-size: 20px;
}

.pd-social a {
	color: #bbb;
	transform: scale(1.5);
	margin: 60px 0 80px 0;
	
}

.pd-social a:hover {
	color: #003258;
	text-decoration: none;
}







/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #003258;
  border: 1px solid #bbb;
}
/* Hover */
.uk-button-default:hover {
  border-color: #003258;
  border-width: 1px;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #bbb;
  border-color: #bbb;
}



/* LIGHTBOX
 Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}
/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
/* Hover */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}
/* caption
========================================================================== */
.uk-lightbox-caption {
  background: rgba(0, 0, 0, .3);
}

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

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





@media (max-width: 1600px){
	
	
}


@media (max-width: 1200px){
	
	#pd-logo img {
		height: 100px;
	}
	
	.pd-nav a {
		padding: 0 5%;

	}
	
	.pd-scroll {
		transform: translateY(-100px);
	}

	
	#pd-about {
		padding: 0 15% 120px 15%;
	}
	
	
	.pd-button {
		width: 200px;
		padding: 5px 0 2px 0;
	}

	.pd-button a {
		font-size: 16px;
		line-height: 16px;
	}
	
	.pd-title {
		margin: 80px 0 40px 0;
	}
	
	.pd-phone {
		font-size: 24px;
	}

	.pd-email a {
		font-size: 18px;
	}

	.pd-name {
		font-size: 20px;
	}

	.pd-address {
		font-size: 18px;
		line-height: 24px;
	}

	.pd-social a {
		transform: scale(1.75);
		margin: 60px 0 80px 0;

	}
	
}


@media (max-width: 960px){
	
	#pd-logo {
		width: 33%
	}
	
	#pd-logo img {
		height: 130px;
	}
	
	#pd-about .pd-button {
		margin: 25px 0 0 0;
	}
	
	
	
	
}


@media (max-width: 640px){
	
	#pd-logo {
		width: 100%
	}
	
	#pd-logo img {
		height: 120px;
	}
	
	#pd-about {
		padding: 0 10% 80px 10%;
	}
	
	.pd-title {
		margin: 40px 0 40px 0;
	}
	
	.pd-label {
		padding: 10px 5% 20px 5%;
	}
	

}



