@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FACFILE TABLE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.dpl_ff_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
}

.dpl_ff_table_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(0,0,0,.15);
	width: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: flex-start;
}

.dpl_ff_table_row:nth-child(odd) {
	background-color: rgba(0,0,0,.030);
}

.dpl_ff_table_row:nth-child(even) {
	background-color: rgba(0,0,0,.00);
}

.dpl_ff_table_l {
	padding: 10px 0px 13px 25px;
	float: left;
	width: 160px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
}

.dpl_ff_table_r {
	padding: 10px 25px 13px 25px;
	float: left;
	width: calc(100% - 235px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.dpl_ff_table_l {
	padding: 10px 0px 13px 25px;
	width: 160px;
}

.dpl_ff_table_r {
	padding: 10px 25px 13px 25px;
	width: calc(100% - 235px);
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_ff_table_l {
	padding: 9px 14px 0px 14px;
	width: calc(100% - 28px);
	background: none;
}

.dpl_ff_table_r {
	border: 0px;
	padding: 0px 14px 14px 14px;
	width: calc(100% - 28px);
}
}

.dpl_ff_intro_row {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.dpl_ff_intro_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 24px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.2px;
	color: #222222;
}

.dpl_ff_intro_p1 a:link {
	text-decoration: none;
	color: #222222;
}

.dpl_ff_intro_p1 a:visited {
	text-decoration: none;
	color: #222222;
}

.dpl_ff_intro_p1 a:hover {
	text-decoration: none;
	color: #cc0000;
}

.dpl_ff_intro_p1 a:active {
	text-decoration: none;
	color: #222222;
}

.dpl_ff_intro_p1:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.dpl_ff_tbl_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500i", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.2px;
	color: rgba(204,0,0,.8);
	text-decoration: none;
	text-align: right;
}

.dpl_ff_tbl_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.2px;
	color: #222222;
	text-decoration: none;
	text-align: left;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.dpl_ff_intro_row {
	margin: 30px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

.dpl_ff_tbl_h1 {
	font-size: 16px;
	line-height: 21px;
}

.dpl_ff_tbl_p1 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 21px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_ff_intro_row {
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

.dpl_ff_tbl_h1 {
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}

.dpl_ff_tbl_p1 {
	padding: 2px 0px 0px 0px;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* POLAROIDS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.dpl_pol_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.dpl_pol_rotation_p01 {
	transform: rotate(1deg);
}

.dpl_pol_rotation_p02 {
	transform: rotate(2deg);
}

.dpl_pol_rotation_p03 {
	transform: rotate(3deg);
}

.dpl_pol_rotation_p04 {
	transform: rotate(4deg);
}

.dpl_pol_rotation_p05 {
	transform: rotate(5deg);
}

.dpl_pol_rotation_m01 {
	transform: rotate(-1deg);
}

.dpl_pol_rotation_m02 {
	transform: rotate(-2deg);
}

.dpl_pol_rotation_m03 {
	transform: rotate(-3deg);
}

.dpl_pol_rotation_m04 {
	transform: rotate(-4deg);
}

.dpl_pol_rotation_m05 {
	transform: rotate(-5deg);
}

.dpl_pol_overlay {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	max-width: 600px;
	z-index: 500;
	-webkit-filter: drop-shadow(5px 10px 10px rgba(0,0,0,.06));
	filter: drop-shadow(5px 10px 10px rgba(0,0,0,.06));
}

.dpl_pol_overlay_outer {
	position: relative;
	width: 100%;
	height: auto;
	width: auto;
	z-index: 500;
}

.dpl_pol_overlay_img {
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	z-index: 500;
}

.dpl_pol_photo {
	margin: 4% 4% 4% 4%;
	padding: 0px 0px 0px 0px;
	width: 92%;
	position: absolute;
	max-width: 600px;
	z-index: 2;
	top: 0px;
	left: 0px;
}

.dpl_pol_photo_outer {
	position: relative;
	height: auto;
	width: auto;
	z-index: 2;
}

.dpl_pol_photo_img {
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	z-index: 2;
	opacity: 1;
}

.dpl_pol_photo_caption {
	margin: 0px 4% 0px 4%;
	padding: 0px 0px 0px 0px;
	width: 92%;
	height: 13%;
	position: absolute;
	z-index: 700;
	bottom: 5.2%;
	left: 0px;
	/*background-color:#aaaaaa;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile_photo_caption {
	font-family: 'Kalam', cursive;
	font-weight: 300;
	font-style: normal;
	font-size: 95px;
	display: inline-block;
	text-align: center;
	color: #3a4e8d;
	width: 100%;
	overflow: hidden;
}

.tab_diary_caption {
	font-family: 'Kalam', cursive;
	font-weight: 300;
	font-style: normal;
	font-size: 95px;
	display: inline-block;
	text-align: center;
	color: #3a4e8d;
	width: 100%;
	overflow: hidden;
}

.project_01_photo_caption {
	font-family: 'Kalam', cursive;
	font-weight: 300;
	font-style: normal;
	font-size: 95px;
	display: inline-block;
	text-align: center;
	color: #3a4e8d;
	width: 100%;
	overflow: hidden;
}

.project_02_photo_caption {
	font-family: 'Kalam', cursive;
	font-weight: 300;
	font-style: normal;
	font-size: 95px;
	display: inline-block;
	text-align: center;
	color: #3a4e8d;
	width: 100%;
	overflow: hidden;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.dpl_pol_wrapper {
	transform: rotate(0deg);
}

.dpl_pol_overlay {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 400px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_pol_wrapper {
	transform: rotate(0deg);
}

.dpl_pol_overlay {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 300px;
}
}

.dpl_ff_table_row:first-of-type {
	border-top: 0px solid rgba(255,204,0,1);
}
