html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

a
{
	text-decoration: none;
	color: unset;
}

h1
{
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: 600;
	font-style: italic;
}

h3
{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
}

h4
{
	text-transform: uppercase;
	font-weight: 400;
}

.wrapper
{
	min-height: 100%;
	position: relative;
	min-width: 450px;
}

.header
{
	background-color: #000;
}

.content
{
	padding-bottom: 80px;
}

.footer
{
	width: 100%;
	height: 80px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.header_wrapper
{
	margin: 0px auto;
	max-width: 1240px;
	display: flex;
	height: 80px;
}

.logo
{
	width: 400px;
}

.logo img
{
	height: 40px;
	width: auto;
	margin-top: 16px;
	opacity: 0.8;
}

.logo.hidden_logo img
{
	display: none;
}

.top_menu
{
	padding-top: 26px;
	padding-left: 95px;
	opacity: 0.8;
}

.top_menu a
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	color: #a3a3a3;
	margin: 0px 70px 0px 0px;
	outline: 0;
}

.top_menu a.active_link
{
	color: #FFF;
}

.top_menu a:hover
{
	color: #FFF;
}

.content_wrapper
{
	margin: 0px auto;
	max-width: 1240px;
	padding-bottom: 30px;
}

.footer_wrapper
{
	margin: 0px auto;
	max-width: 1240px;
	font-size: 13px;
	display: flex;
	padding: 0px 20px;
}

.copyright
{
	flex: 1;
	color: #464646;
	text-transform: uppercase;
	padding-top: 28px;
}

.designed_by
{
	flex: 1;
	color: #464646;
	text-transform: uppercase;
	text-align: right;
	padding-top: 28px;
}

.designed_by a
{
	color: #7d7d7d;
	text-decoration: none;
}

.designed_by a:hover
{
	color: #fff;
}

.index_intro_block
{
	background-color: #000;
	position: relative;
}

.page_block_intro
{
	display: flex;
	padding-bottom: 50px;
}

.dots_spacer
{
	flex: 1;
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
	padding-left: 10px;
	z-index: 2;
}

.dot
{
	margin-top: 20px;
	opacity: 0.5;
}

.dot:hover
{
	opacity: 1;
}

.dot img
{
	height: 8px;
	width: auto;
}

.intro_central_column
{
	width: 250px;
	z-index: 2;
	padding-left: 20px;
}

.intro_home_logo img
{
	width: 250px;
	height: auto;
}

.home_intro_button
{
	margin-top: 25px;
	color: #FFF;
	border: #FFF 2px solid;
	display: flex;
	padding: 10px;
	width: 230px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.home_intro_button:hover
{
	background-color: #464646;
}

.button_text
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2pt;
}

.button_arrow img
{
	height: 7px;
	width: auto;
}

.intro_mouse_icon
{
	width: 230px;
	text-align: center;
	margin-top: 30px;
}

.intro_mouse_icon img
{
	height: 15px;
	width: auto;
}

.intro_right_column
{
	flex: 1;
	display: flex;
	padding-right: 10px;
	z-index: 2;
}

.home_intro_right_text
{
	color: #FFF;
	font-size: 13px;
	padding: 30px 50px 30px 0px;
	max-width: 250px;
}

.home_intro_right_dc
{
	flex: 1;
	align-items: flex-end;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 40px;
}

.home_intro_right_dc img
{
	width: 7px;
	height: auto;
}

.index_background
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}

.intro_left_half
{
	flex: 1;
	height: 100%;
}

.intro_right_half
{
	flex: 1;
	height: 100%;
	background-image: url('/img/index_intro_background.jpg');
	background-size: cover;
}

.playfair
{
	font-family: 'Playfair Display', serif;
}

.index_performing_block
{
	position: relative;
}

.performing_left_half
{
	flex: 1;
	height: 100%;
	background-image: url('/img/index_performing_background.jpg');
	background-size: cover;
	position: relative;
}

.performing_right_half
{
	flex: 1;
	height: 100%;
	overflow: hidden;
}

.page_block_performing
{
	display: flex;
	padding: 60px 0px;
}

.performing_spacer_learn_more
{
	flex: 2;
	z-index: 2;
	display: flex;
	position: relative;
	min-height: 30px;
	width: 100%;
}

.performing_learn_more
{
	padding-right: 20px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.performing_learn_more:hover .learn_more_text
{
	color: #A9946E;
}

.performing_learn_more:hover .learn_more_underline
{
	background-color: #464646;
}

.learn_more_text
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2pt;
}

.learn_more_underline
{
	height: 3px;
	background-color: #FFF;
	width: 40%;
	margin-top: 3px;
}

.performing_content
{
	flex: 3;
	z-index: 2;
}

.performing_text
{
	font-size: 12px;
	padding: 20px 50px 50px 50px;
	background-color: #FFF;
	max-width: 500px;
}

.signature
{
	display: flex;
	margin-top: 40px;
	align-items: center;
}

.signature_text
{
	font-weight: 600;
	font-style: italic;
}

.signature_image
{
	margin-left: 15px;
}

.signature_image img
{
	height: 40px;
}

.performing_floaty_title
{
	position: relative;
	left: -250px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.floaty_title_stripe
{
	height: 1px;
	background-color: #000;
	width: 80px;
	margin-right: 10px;
}

.floaty_title_text
{
	font-size: 36px;
	font-weight: 600;
	font-style: italic;
}

.index_executive_block
{
	background-color: #000;
	position: relative;
}

.index_executive_content
{
	padding-bottom: 60px;
}

.executive_left_half
{
	flex: 1;
	height: 100%;
}

.executive_right_half
{
	flex: 1;
	height: 100%;
	background-image: url('/img/index_executive_background.jpg');
	background-size: cover;
}

.index_executive_wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.executive_title
{
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0px;
}

.executive_title_text
{
	color: #FFF;
	font-size: 36px;
	font-weight: 600;
	font-style: italic;
}

.executive_title_underline
{
	margin-top: 10px;
	width: 40px;
	height: 3px;
	background-color: #bea67c;
}

.executive_executives
{
	width: 100%;
	display: flex;
	z-index: 2;
	justify-content: space-between;
	padding: 30px 0px;
}

.profile
{
	color: #a3a3a3;
	text-align: center;
	cursor: pointer;
}

.profile_portrait img
{
	height: 120px;
	width: auto;
}

.profile_name
{
	padding: 4px 0px;
	font-size: 11px;
	text-transform: uppercase;
}

.profile_title
{
	font-size: 9px;
}

.executive_bio
{
	z-index: 2;
	color: #FFF;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 30px;
	display: none;
}

.visible_bio
{
	display: block;
}

.profile_arrow img
{
	height: 20px;
	width: auto;
	display: none;
	padding-top: 8px;
}

.active_bio.profile, .profile:hover
{
	color: #FFF;
}

.active_bio > .profile_arrow img
{
	display: inline;
}

.project_sample
{

}

.project_sample_wrapper
{
	display: flex;
	justify-content: center;
}

.project_sample_left_half
{
	width: 620px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.left_vertical_stripe_wrapper
{
	padding-top: 60px;
	padding-bottom: 35px;
}

.vertical_stripe
{
	height: 50px;
	width: 4px;
	background-color: #a9946e;
}

.project_photo
{
	width: 100%;
}

.project_photo img
{
	width: 100%;
}

.projects_contact_links
{
	display: flex;
	justify-content: space-around;
	padding: 40px 0px;
}

.contact_us_link_wrapper
{
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.contact_us_link_wrapper:hover
{
	color: #A9946E;
}

.contact_us_link_wrapper:hover .projects_contact_link_underscore
{
	width: 80px;
}

.underscore_right
{
	align-items: flex-end;
}

.projects_contact_link
{
	display: flex;
	align-items: center;
}

.projects_arrow
{
	padding: 0px 12px;
}

.projects_arrow img
{
	height: 8px;
}

.flipped_arrow
{
	transform: rotate(180deg);
}

.projects_link_text
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2pt;
}

.projects_contact_link_underscore
{
	height: 2px;
	width: 50px;
	background-color: #A9946E;
	margin-top: 5px;
}

.project_sample_right_half
{
	width: 620px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.project_title_wrapper
{
	display: flex;
	align-items: flex-end;
	padding-top: 30px;
	padding-bottom: 60px;
}

.project_title_text
{
	font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
}

.project_title_t
{
	width: 150px;
}

.project_title_t img
{
	width: 100%;
	height: auto;
}

.project_description_wrapper
{
	display: flex;
	justify-content: flex-end;
}

.project_description_text
{
	font-size: 13px;
	text-align: right;
	max-width: 300px;
	padding-right: 10px;
}

.project_description_stripe
{
	width: 50px;
	height: 3px;
	background-color: #A9946E;
	margin-top: 5px;
}

.project_01
{
	font-weight: 600;
	font-size: 36px;
	text-align: right;
	margin: 55px 0px;
}

.golden
{
	color: #A9946E;
}

.right_vertical_stripe_wrapper
{
	display: flex;
	justify-content: flex-end;
}

.about_about_block
{
	background-color: #000;
	background-image: url('/img/about_about_background.jpg');
	background-size: cover;
}

.about_about_wrapper
{
	color: #FFF;
	padding: 60px 0px;
}

.about_multistorey_container
{
	display: flex;
}

.about_multistorey_logo img
{
	max-width: 170px;
	height: auto;
}

.about_multistorey
{
	max-width: 300px;
	font-size: 14px;
	padding: 10px 30px;
}

.about_main_principles
{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;

}

.about_main_principles div
{
	flex: 1;
	font-size: 13px;
	max-width: 300px;
}

.about_safety_left_half
{
	flex: 1;
	height: 100%;
	background-image: url('/img/about_safety_background.jpg');
	background-size: cover;
	position: relative;
}

.about_safety_right_half
{
	flex: 1;
	height: 100%;
}

.safety_floaty_title
{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.about_safety_explainer
{
	flex: 2;
	z-index: 2;
	color: #FFF;
}

.white_stripe
{
	background-color: #FFF;
}

.floaty_small_text
{
	font-size: 12px;
	max-width: 250px;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
}

.about_values_block
{
	background-color: #000;
	background-image: url('/img/about_values_background.jpg');
	background-size: cover;
}

.about_values_wrapper
{
	color: #FFF;
	padding: 50px 0px 80px;
}

.about_paragraph
{
	font-size: 14px;
}

.about_paragraph h3
{
	margin-bottom: 5px;
}

.about_projects_block_wrapper
{
	display: flex;
}

.about_projects_left
{
	flex: 1;
	padding: 0px 20px 0px 0px;
}

.about_projects_image img
{
	max-height: 600px;
}

.about_projects_right
{
	flex: 1;
	padding: 82px 20px 0px 0px;
}
.stripe_reduce_padding
{
	padding: 20px 0px;
}

.about_projects_text
{
	font-size: 13px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.projects_page_wrapper
{
	background-color: #000;
}

.project_1_background
{
	background-image: url('/img/projects_1_background.jpg');
	background-size: cover;
}

.project_2_background
{
	background-image: url('/img/projects_2_background.jpg');
	background-size: cover;
}

.project_3_background
{
	background-image: url('/img/projects_3_background.jpg');
	background-size: cover;
}

.project_4_background
{
	background-image: url('/img/projects_4_background.jpg');
	background-size: cover;
}

.projects_header_image img
{
	width: 100%;
	height: auto;
	margin: 20px 0px;
}

.projects_block
{
	color: #FFF;
	display: flex;
	margin: 80px 0px;
	padding: 20px 10px;
}

.project_number
{
	flex: 1;
	display: flex;
	align-items: flex-end;
}

.project_text_stripes
{
	display: flex;
}

.project_information
{
	flex: 2;
}

.project_decorative_stripes
{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 20px;
	padding-top: 10px;
}

.project_decorative_stripes div
{
	margin: 10px 0px;
}

.project_information_text
{
	max-width: 300px;
	padding: 10px;
}

.project_title
{
	font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
}

.project_description
{
	font-size: 13px;
	margin: 20px 0px 30px;
}

.project_photos
{
	display: flex;
	justify-content: right;
	padding-bottom: 30px;
}

.project_block_photo
{
	margin-left: 20px;
}

.project_block_photo img
{
	max-height: 200px;
}

.project_001
{
	font-weight: 600;
	font-size: 36px;
	text-align: right;
	margin: 5px 10px;
}

.project_photos.project_photos_flipped
{
	justify-content: left;
}

.project_photos.project_photos_flipped .project_block_photo
{
	margin-left: 0px;
	margin-right: 20px;
}

.project_decorative_stripes.flipped_decorative_arrows
{
	align-items: baseline;
}

.project_number.flipped_number
{
	justify-content: flex-end;
}

.current_project_info_wrapper
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.current_project_image img
{
	width: 100%;
	max-width: 500px;
}

.current_project_4_images
{
	display: flex;
	justify-content: space-evenly;
	margin: 40px 0px;
	flex-wrap: wrap;
}

.current_project_small_image img
{
	max-height: 140px;
}

.current_project_3_images
{
	display: flex;
	justify-content: space-evenly;
	margin: 40px 0px;
	flex-wrap: wrap;
}

.current_project_medium_image img
{
	max-height: 180px;
}

.current_project_ps
{
	text-align: center;
	margin: 50px 0px;
}

.current_project_ps_text
{
	font-size: 14px;
}

.contact_head_banner
{
	height: 200px;
	background-image: url('/img/contact_banner.jpg');
	background-size: cover;
}

.contact_info_wrapper
{
	display: flex;
	margin: 30px auto;
	max-width: 800px;
	justify-content: space-around;
}

.contact_info_item
{
	flex: 1;
	text-align: center;
	max-width: 150px;
}

.contact_item_pictogram img
{
	max-height: 80px;
}

.contact_item_name
{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
}

.contact_item_contact
{
	font-size: 13px;
}

.form_wrapper
{
	max-width: 500px;
}

.text_fields
{

}

.contact_us_form
{
	
}

.field_title
{
	font-size: 14px;
}

.data_input
{
	width: 100%;
	height: 30px;
	border: 1px solid #000;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0px 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.text_area
{
	width: 100%;
	border: 1px solid #000;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.text_fields
{
	margin: 0px auto 50px;
	display: block;
}

.contact_error
{
	font-size: 14px;
	color: #F00;
}

.huge_submit_button
{
	cursor: pointer;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
}

.huge_submit_button:hover
{
	background-color: #A9946E;
}

.contact_with_covfefe
{
	display: flex;
	align-items: center;
}

.contact_left
{
	flex: 1;
	text-align: center;
}

.contact_right
{
	flex: 1;
}

.contact_invite
{
	font-size: 13px;
}

.covfefe img
{
	margin: 40px 0px;
	max-width: 300px;	
}

@media only screen and (max-width: 1050px)
{
	/* Index page adjustments */

	.logo
	{
		width: unset;
		padding-left: 20px;
	}

	.projects_contact_links
	{
		display: block;
	}

	.contact_us_link_wrapper
	{
		margin: 0px 0px 30px;
	}

	.executive_bio
	{
		margin: 0px 10px;
	}

	.project_sample_right_half .vertical_stripe
	{
		display: none;
	}

	/* Projects page adjustments */

	.current_project_small_image
	{
		margin: 20px 0px;
	}

	.current_project_medium_image
	{
		margin: 20px 0px;
	}

	.projects_block
	{
		display: block;
	}

	/* About page adjustments */

	.about_multistorey_container
	{
		padding: 0px 20px;
	}

	.about_main_principles
	{
		display: block;
		padding: 0px 20px;
	}

	.about_main_principles div
	{
		max-width: unset;
		margin-top: 50px;
	}

	.about_safety_left_half
	{
		background-image: unset;
	}

	.about_safety_explainer
	{
		color: #000;
	}

	.page_block_performing .white_stripe
	{
		background-color: #000;
	}

	.floaty_small_text
	{
		background-color: unset;
	}

	.about_values_wrapper
	{
		padding: 50px 20px 80px;
	}

	.about_projects_image img
	{
		max-height: 350px;
	}
}

@media only screen and (max-width: 800px)
{
	/* Index page adjustments */

	.wrapper
	{
		min-width: unset;
	}

	.header_wrapper
	{
		height: unset;
		justify-content: space-between;
	}

	.top_menu
	{
		padding: 12px 10px 14px 0px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.top_menu a
	{
		margin: 3px 0px;
		display: block;
	}

	.page_block_intro
	{
		display: block;
	}

	.index_intro_block
	{
		background-image: url('/img/index_intro_background.jpg');
		background-size: cover;
	}

	.dots_spacer
	{
		display: none;
	}

	.index_background
	{
		display: none;
	}

	.intro_central_column
	{
		margin: 0px auto;
	}

	.home_intro_right_text
	{
		padding: 30px 50px 30px 30px;
	}

	.page_block_performing
	{
		flex-direction: column-reverse;
	}

	.page_block_performing .learn_more_underline
	{
		background-color: #a9946e;
	}

	.index_performing_block .performing_floaty_title
	{
		left: 0px;
	}

	.index_executive_block .executive_title_text
	{
		font-size: 24px;
	}

	.executive_executives
	{
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.active_bio > .profile_arrow img
	{
		display: none;
	}

	.profile
	{
		margin: 10px 0px;
	}

	.active_bio img
	{
		box-sizing: border-box;
		border: 3px solid #A9946E;
	}

	.project_sample_wrapper
	{
		flex-direction: column-reverse;
	}

	.project_sample_left_half
	{
		width: unset;
	}

	.project_sample_right_half
	{
		width: unset;
	}

	.project_sample_left_half .left_vertical_stripe_wrapper
	{
		display: none;
	}

	/* Projects page adjustments */

	.project_decorative_stripes
	{
		display: none;
	}

	.project_photos
	{
		flex-direction: column;
		justify-content: center;
	}

	.project_block_photo
	{
		margin: 20px 0px;
	}

	.project_block_photo img
	{
		max-width: 100%;
	}

	.current_project_info
	{
		margin-top: 30px;
	}

	.current_project_info_wrapper
	{
		flex-direction: column;
	}

	.current_project_info .project_title_text
	{
		padding: 0px 20px;
	}

	.project_description_text
	{
		padding: 10px 20px;
	}

	.current_project_medium_image img
	{
		max-height: 150px;
	}

	.current_project_ps
	{
		padding: 0px 20px;
	}

	/* About project adjustments */

	.about_multistorey_container
	{
		flex-direction: column;
		justify-content: center;
	}

	.about_multistorey_logo
	{
		text-align: center;
		padding: 30px 0px;
	}

	.safety_block .page_block_performing
	{
		flex-direction: column;
	}

	.about_projects_block_wrapper
	{
		flex-direction: column;
	}

	.about_projects_left
	{
		padding: 0px;
	}

	.about_projects_image img
	{
		max-width: 100%;
	}

	.about_projects_right
	{
		padding: 82px 20px 0px 20px;
	}

	/* Contact page adjustments */
	.contact_right
	{
		width: 90%;
	}

	.contact_info_wrapper
	{
		flex-direction: column;
		align-items: center;
	}

	.contact_info_item
	{
		margin: 20px 0px;
	}

	.contact_with_covfefe
	{
		flex-direction: column;
	}

	.text_area
	{
		height: 400px;
	}
}