@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



:root {
	--body-font-family:"Montserrat", sans-serif;
	--color-dark-demodesign: #322E2D; /* main dark */
	--color-background: #ffffff;
	--font-demodesign: "Montserrat", sans-serif;
	--font-size-demodesign:16px;
	--font-weight-demodesign:400;
}


body {
	font-family:var(--body-font-family);
	font-size:16px;
	font-weight:400;
}




/* ----------------- LANDING PAGE CSS ------------------------*/

.container-header {
	    background-image: linear-gradient(135deg, var(--color-dark-demodesign), var(--color-dark-demodesign));
}

.lp-tynki-strukturalne{
	padding-bottom: 0px;
}

.lp-tynki-strukturalne .logo img{
	height: 120px;
}

.igallery_title{
	margin-left: 10px
}

.przykladowe-efekty h2{
	margin-bottom: 24px;
}

.top-bar{
	background-color: #263680;
	height: 24px;
	width: 100%;
}
.main-col{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header{
	height: 2px;
	margin-bottom: 0px;
}	
.socialmedia{
	text-align: right;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.socialmedia-title{
	display: inline-block;
}

.socialmedia-footer{
	display: flex;
	align-items: center;
}

.socialmedia-footer .social-icon-facebook {
	float: none;
}

.social-icon-instagram {
	background: url(../images/icon-instagram.svg);
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
}

.social-icon-instagram:hover {
	background: url(../images/icon-instagram-hover.svg);
}

.social-icon-facebook {
	background: url(../images/icon-facebook.svg);
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
}
.social-icon-facebook:hover {
	background: url(../images/icon-facebook-hover.svg);
}

h1{
	font-family: var(--body-font-family) !important;	
	padding: 0px 0px 0px 0px;
	font-size: 42px;
	font-weight: 800;
	line-height: 2.8rem;
}
h2{
	font-family: var(--body-font-family) !important;	
	font-size: 28px !important;
	font-weight: 300 !important;
}
h3{
	font-family: var(--body-font-family) !important;	
	font-size: 20px;
	font-weight: 800;
}
h4{
	font-family: var(--body-font-family) !important;	
	font-weight: 800;
	font-size: 22px;
	color: #FF9000;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.hr-line{
	height: 1px;
	background-color: var(--color-dark-demodesign);
}

.zalety-tynkow h2{
	text-align: center;
}

.zalety-tynkow-row h3{
	margin-bottom: 0px;
}

.zalety-tynkow-row .col-12{
	display: flex;
	align-items: center;
}

.lp-tynki-strukturalne .row {
	margin-bottom: 16px;
}

.call-now{
	margin-top:0px;
	margin-bottom: 0px;
}
.phone{
	font-size: 21px;
	font-weight: 800;
	display: flex;
	align-items: center;
}
.phone img{
	margin-right: 6px;
	float: left;
	height:30px;
	width: auto;
}
.phone .number{
	float: left;
	font-size: 24px;
}

.phone .number a{
	text-decoration: none;
	color: var(--color-dark-demodesign);	
}

.call-now-btn{
    border: 1px solid var(--color-dark-demodesign);
    padding: 14px 33px;
    width: fit-content;
    display: inline-block;
    text-decoration: none;
    color: var(--color-dark-demodesign);
}
.line{
	height: 48px;
	margin:0px;
}

.images img, .footer .avatar img{
	height: auto;
	width: 100%;
	padding-right: 10%;
}

.points img{
	float: left;
	margin-right: 10px;
	height:20px;
}
.points-text{
	margin-top: 40px;
	text-align: center;
}

.footer {
	color: var(--color-dark-demodesign);
	background-color: unset;
	background-image: unset;
}

.footer h3{
	margin-bottom: 0px;
	
}
.footer .points img{
	float: left;
	height:26px;
}
.footer h4{
	color:#000 !important;
	margin-top: 3px;
	margin-bottom: 12px;
}

.footer .socialmedia {
	text-align: left;
}

.footer .socialmedia img{
	float: none;
	margin-top: -10px;
	padding-left: 5px
}


.ig-thumbs-grid-block{
	top: 0px
	left
}

.lp-tynki-strukturalne .title .header-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.title .left{
	display: flex;
	align-items: stretch;
	flex-direction: column;
}

.title .left .row {
	margin-bottom: 0px; 
}

.author-points{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.author-points h4{
	margin: 0px
}



@media (max-width: 991px) {
	body,p {
		font-size:16px;
	}
	h3{ font-size:20px; }
	h4{ font-size:18px; }
	.zalety-tynkow h2{
		text-align: left;
	}

}

@media (max-width:576px){
	.socialmedia-title{
		display: none;
	}

	.lp-tynki-strukturalne .logo img {
	    height: 80px;
	}
	.row {
		--gutter-x: 1em;
	}
	.row {
		--gutter-x: 1em;
		--gutter-y: 1em;
	}
	.call-now-btn {
		width: 100%;
	}

	.images img, .footer .avatar img {
	    padding-right: 0;
	}

}

/* -------------- END LANDING-PAGE ---------------- */