@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-about {
	color: #003258;
	font-weight: 400;
	font-size: 20px;
	padding: 80px 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-leadership {
	color: #003258;
	padding: 0 10% 100px 10%;
}

.pd-column {
	padding: 20px 5%;
}

.pd-leader-photo img {
	border-radius: 50%;
	height: 250px;
}

.pd-leader-name {
	font-size: 24px;
	margin: 20px 0;
}

.pd-leader-bio {
	font-size: 20px;
}

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





/*
 * 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, 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-about {
		padding: 40px 15%;
	}
	
	#pd-leadership {
		padding: 0 5% 100px 5%;
	}
	
	.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-leader-photo img {
		height: 200px;
	}

	
}


@media (max-width: 960px){
	
	#pd-about {
		padding: 20px 15%;
	}
	
	.pd-column {
		padding: 40px 5%;
	}
	
	.pd-leader-photo img {
		height: 250px;
	}
	
	.pd-button {
		margin: 25px 0 0 0;
	}
}


@media (max-width: 640px){
	
	#pd-about {
		padding: 40px 10%;
	}
	
	.pd-title {
		margin: 40px 0 40px 0;
	}
	
	.pd-column {
		padding: 20px 5% 40px 5%;
	}
	
	.pd-leader-photo img {
		height: 200px;
	}

}



