@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;
}



.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-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;
}



/* 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, 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-contact {
		margin-top: 100px;
	}
	
	.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){
	
	
}


@media (max-width: 640px){
	
	#pd-contact {
		margin-top: 80px;
	}
	
	.pd-title {
		margin: 40px 0 40px 0;
	}

}



