@charset "utf-8";














body {
	background-image: url(../images/BG/layout_WawroDesign_12_2500x2000_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}






.black-line {
	align-self: end;
	width: 50%;
	height: 15%;
	margin-bottom: 4em;
	position: absolute;
	bottom: 0px;
	left: -3%;
	border-right: 1px solid rgba(41, 41, 41, 0.30);
}

.black-line::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 0 11px;
	border-color: #292929 transparent transparent transparent;
	right: -.7em;
	bottom: -2px;
}


.social {
	position: absolute;
	left: 50px;
	bottom: 50px;
	display: flex;

}

.social a {
	margin: 6px 12px;

}

.social i {
	color: rgba(18, 17, 17, 0.40);
	font-size: 14px;
}

.social a:hover i {
	color: #FF0000;
	transition: all ease 0.5s;
}

#about {
	width: 100%;
	height: 100vh;
	background-color: #002A4B;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 5% 0px 5%;
	position: relative;
}

.about-text {
	font-family: calibri;
	width: 50%;
}

.about-text h1 {
	font-size: 5rem;
	color: #FF0000;
}

.about-text h2 {
	font-size: 3rem;
	color: #FFFFFF;
	font-weight: 400;
}

.about-text h1,
h2 {
	margin: 0px;
	padding: 0px;
}

.about-text p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.90);

}

.about-text button {
	width: 180px;
	height: 40px;
	border-radius: 20px;
	border: none;
	outline: none;
	background-color: #FF0000;
}

.about-text button:hover {
	background-color: #FFFFFF;
	transition: all ease 0.3s;
}

#services {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-Wawro.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#servicesJoinery {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px;
	padding-bottom: 50px;
}



.s-heading h1 {
	color: #FFFFFF;
	font-size: 3rem;
	margin: 0px;
	padding: 0px;

}

.s-heading p {
	color: rgba(255, 255, 255, 0.30);
	font-size: 1rem;
	margin: 0px;
	padding: 0px;
}

.s-heading {
	text-align: center;
	margin: 20px 0px;
}

.s-box {
	background-color: #1d2435;
	width: 245px;
	height: 350px;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
	position: relative;
}

.s-boxJoinery {
	background-color: #1d2435;
	width: 245px;
	height: 350px;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
	position: relative;
}

.b-container {
	display: flex;
	justify-content: center;
	align-content: center;


}

.s-b-img {
	width: 100%;
	height: 70%;

}

.s-b-img img {
	width: 100%;
	height: 100%;

}

.s-b-text {
	width: 100%;
	height: 30%;
	background-color: #002845;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.s-b-text a {
	margin: 0px;
	color: #FFFFFF;
	font-size: 2rem;
	font-family: calibri;
	display: block;
	display: -webkit-box;
	max-width: 80%;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s-b-text a:hover {
	color: rgba(255, 255, 255, 0.50)
}

.s-type {
	font-family: calibri;
	color: #FFFFFF;
	background-color: #00112C;
	padding: 10px 15px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.s-box:hover {
	transform: translateY(-10px);
	transition: all ease 0.3s;

}

.s-boxJoinery:hover {
	transform: translateY(5px);
	transition: all ease 0.3s;

}


#aboutUs {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0% 60px 0%;
	background-repeat: repeat-x;
	background-image: url(../images/BG-stripe.png);
}

#gallery {
	width: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-Wawro.jp);
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	background-color: #0F0;
}

#joinery {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0% 60px 0%;
	background-repeat: no-repeat;
	background-image: url(../images/bg1.png);
	background-position: center top;
}

.p-heading {
	font-size: 1.7rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	background-color: #00112C;
	letter-spacing: 2px;
	border-radius: 0px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
	width: 100%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.100width {
	width: 100%;
	background-color: #1D2435;
}


.p-box {
	overflow: hidden;
	border-radius: 0px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
	position: relative;
	text-align: center;
	background-color: #000000;
}

.p-boxText {
	overflow: inherit;
	border-radius: 0px;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
	position: relative;
	text-align: left;
	background-image: url(../images/aboutBG-01.png);
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-repeat: repeat-x;
	background-position: right bottom;
}

.opacity3 {
	opacity: 0.3;
}

.p-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}









.p-container {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	grid-gap: 10px;
}

.p-containerText {
	width: 90%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	grid-gap: 10px;
}

.overlay-text {
	font-family: calibri;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(102, 0, 0, 0.8);
	display: none;

}

.overlay-tex h1,
p {
	color: #FFFFFF;
}

.overlay-text h1 {
	font-size: 1.5rem;
	letter-spacing: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.boldWhite {
	font-weight: normal;
	color: #FFF;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-bottom: 5px;
}



.overlay-text p {
	font-size: 1.2rem;
	margin: 0px;


}

.p-box:hover .overlay-text {
	display: flex;

}

.p-box:hover .overlay-image-bbc {
	background-image: url(../images/Animation-Post-Production/Thumb/BBC-Jackanory-Composition-Animation-iwona-wawro-design.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#contact-btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	background-color: #CCCCCC;
	margin: 20px 0px;


}

.c-b-heading {
	font-size: 2rem;
	color: #CCCCCC;
	margin: 10px;
	padding: 5px;
	letter-spacing: 4px;
	border-bottom: 2px solid #1E1E1E;

}




#contact-btn button {
	color: #FFFFFF;
	font-size: 1rem;
	font-family: calibri;
	width: 150px;
	height: 40px;
	margin: 10px;
	background-color: #990000;
	border: none;
	outline: none;

}

#contact-btn button:hover {
	background-color: #CCCCCC;
	color: #000000;
	transition: all ease 0.5s;
	font-weight: bold;
}

#contact-form {
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-Wawro.png);

}

#contact-formPHP {
	width: 100%;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #F00;
	font-family: 'Nunito', sans-serif;
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-WawroPHP.png);
	font-size: 1em;
}


#contact-form form {
	display: flex;
	width: 70%;
	height: 70vh;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/BG/ContactFormBG.p);
	border: 1px solid #F00;

}

#contact-form #contactform .contact-right .ContactButton {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Nunito', sans-serif;
	background-color: #F00;
	color: #FFF;
	font-size: 1em;

}


.contact-left {
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}

.contact-right {
	width: 60%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-right button {
	width: 100%;
	height: 50px;
	background-color: #CCCCCC;
	font-weight: bold;
	outline: none;
	border: none;
	margin: 0px;
	color: #1B1B1B;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.c-l-heading {
	font-family: calibri;
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 3px;
	font-weight: 400;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	width: 200px;

}

.heading {
	text-align: left;

}



.f-name,
.f-email,
.f-phone {
	display: flex;
	flex-direction: column;
	font-family: 'Nunito', sans-serif;


}



.f-name font,
.f-email font,
.f-phone font {
	color: #FFFFFF;
	font-size: 1em;
	font-family: 'Nunito', sans-serif;
}

.f-name input,
.f-email input,
.f-phone input {
	height: 30px;
	width: 250px;
	border: none;
	outline: none;
	background-color: transparent;
	border-bottom: 1px solid #929292;
	color: #FFFFFF;
	margin: 10px 0px;
	font-family: 'Nunito', sans-serif;
}




.f-email input::placeholder,
.f-name input::placeholder,
.f-phone input::placeholder {
	opacity: 0.5;
	letter-spacing: 1px;
}

.f-email input:focus,
.f-name input:focus,
.f-phone input:focus {
	border-bottom: 1px solid #17d1ac;
	transition: all ease 0.8s;


}

.message font {
	font-size: 22px;
	color: #FFFFFF;
	font-family: 'Nunito', sans-serif;

}

.message {
	margin: 20px;
	font-family: 'Nunito', sans-serif;
}





.contact-right textarea {
	width: 100% !important;
	height: 320px !important;
	border: none;
	outline: none;
	background-color: transparent;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 1.2em;
}

.contact-right textarea::placeholder {
	color: #EBEBEB;
	font-size: 18px;
	letter-spacing: 2px;

}

.contact-right button:active {
	transform: scale(1.04);
	transition: all ease 0.1s;
}














@media(max-width:1190px) {
	#main {
		background-size: 1150px !important;

	}

	.name {
		left: 10%;
		top: 50%;
		transform: translate(-10%, -50%);
	}

	.about-model img {
		height: 400px;
	}

	#services {
		height: auto;
	}


	#servicesJoinery {
		height: auto;
	}



	.b-container {
		flex-wrap: wrap;
	}

	.s-box {
		flex-grow: 1;
	}

	.s-boxJoinery {
		flex-grow: 1;
	}

	.s-b-img img {
		object-fit: cover;
	}

	#contact-form form {
		width: 95% !important;
	}

}

@media(max-width:970px) {
	#main {
		background-image: none !important;

	}

	.name {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.about-model {
		display: none;
	}

	#about {
		justify-content: center;
		padding-top: 0px;
	}

	.about-text {
		width: 90%;
	}

	.about-text h1 {
		font-size: 4rem;
	}

	.p-container {
		width: 100%;
	}

	.p-containerText {
		width: 100%;
	}

}

@media(max-width:900px) {
	.toggle {
		display: block;
	}

	.toggle:before {
		content: '\f0c9';
		font-family: fontAwesome;
		line-height: 0px;
		margin-left: -30px;
	}

	.toggle.active:before {
		content: '\f00d' !important;

	}


	.p-container {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 10px;
		height: auto;
	}


	.p-containerText {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 0px;
		height: auto;
	}





	.c-b-heading {
		font-size: 1.4rem;
		text-align: center;
	}












	#contact-form {
		padding: 20px;
		height: auto;
		box-sizing: border-box;
		font-family: 'Nunito', sans-serif;
	}


	#contact-form form {
		flex-direction: column;
		height: auto;
		padding: 20px;
		width: 90% !important;

	}

	.contact-left,
	.contact-right {
		width: 100%;
		border: none;
	}

	.f-name,
	.f-email,
	.f-phone {
		width: 100%;

	}

	.f-name input,
	.f-email input,
	.f-phone input {
		width: 100%;
		border: none;
		background-color: #660000 !important;
		padding: 10px;
		box-sizing: border-box;
		height: 40px;

	}

	textarea {
		background-color: #660000 !important;
		margin: 10px 0px;
		padding: 10px;
		height: 200px !important;
		width: 100% !important;
	}

	.message {
		margin: 0px;
	}

	#contact-form form h1 {
		margin: 5px 0px;
	}


}

@media(max-width:800px) {
	.p-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-gap: 1%;
		height: auto;
	}

	.p-containerText {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}



	.c-b-heading {
		font-size: 1.2rem;
		text-align: center;
		margin: 0px 10%;
	}

	.name {
		width: 60%;
	}


	.black-line {
		margin-bottom: 20px;
	}

	.social {
		left: 30px;
		transform: translateX(-10px);
	}


	.s-box {
		width: 100%;
		height: 400px;
	}
}

@media(max-width:400px) {
	.s-box {
		width: 100%;
		height: 400px;
	}

	.p-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-gap: 1%;
		height: auto;
	}



	.p-containerText {
		grid-template-columns: 1fr;
		grid-template-rows: auto;

	}



}












.formPHP {
	font-size: 1.2em;
	color: #FFF;
	padding: 20px;
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-Wawro.png);
	font-family: 'Nunito', sans-serif;


}













#portfolio {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-right: 20%;
	padding-bottom: 250px;
	padding-left: 20%;
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-Wawro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}

#portfolio .container {
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
}

#portfolio .container .gallery {
	padding-right: 2%;
	padding-left: 2%;
}



#portfolio .container .gallery .p-container .big img {
	border: 1px solid #FFF;


}

#portfolio .container .gallery .p-container iframe {
	border: 1px solid #F00;
}




#WRAP {
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center 50px;
}

#Wrap {
	background-image: url(../images/BG/bg-Content-bottom-WawroDesign-Iwona-Wawro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 200px;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 25px;
}



#WRAP #Wrap .p-container .p-box .videoContainer a {
	min-height: auto;
	min-width: 200%;

}




#WRAP #Wrap .p-container .p-box .overlay-text p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3rem;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}





#WRAP #Wrap .p-container .p-box .overlay-text p a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}







.videoContainer {
	text-align: center;
	display: flex;
	justify-content: center;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}

}

h1 {
	color: #FFF;
}

.subheader {
	color: #FEF1D3;
	font-family: 'Nunito', sans-serif;
	font-size: 1.1em;
}

.header {
	color: #FEF1D3;
	font-family: 'Nunito', sans-serif;
	font-size: 1.1em;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
}