/*czcionki*/
html {
        font-size: 16px;
    }

body, p, a, span, h4, li {
font-family: 'Poppins', sans-serif;
}

body, h1, h2, h3 {
font-family: 'Caveat', serif;
}

a {
    text-decoration: none!important;
}

p {
	font-size: 1rem;
	padding-top: 5px;
	color: #000;
	height: auto;
	line-height: 1.8rem;
	font-weight: 400;
	display: block;
	position: relative;
	letter-spacing: 1px;
}

li {
	letter-spacing: 1px;
}

h3 {
	font-size: 1.8rem;
	color: #428385;
	height: auto;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
	position: relative;
}

h2 {
	font-size: 2.8rem;
	color: #428385;
	height: auto;
	padding-top: 30px;
	font-weight: 400;
	display: block;
	position: relative;
}

h2.h2 {
	font-size: 3.2rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #428385;
	width: 100%;
}

h2.home-h2 {
	font-size: 3.4rem;

}
h2.oferta-h2 {
	font-size: 3.2rem;
	text-align: center;
}

h2.h2-in {
	font-size: 3.2rem;
	color: #e1515b;
	display: flex;
	padding-top: 0px;
}

h2.h2-spirki {
	font-size: 3.2rem;
	color: #000;
	display: flex;
	padding-top: 0px;
}


p.inspirki {
    font-size: 1.6rem;
    margin-top: 25px;
    color: #000;
    height: auto;
    line-height: 0.6rem;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
	width: auto;
}
.inspirki {
	display: flex;
}

/*menu*/

.contact-bg span, .social a {
	width: auto;
}

.contact-bg i, .social i {
	padding-right: 2px;
}



/*Ikonki SVG*/
img.svg-icon {
    height: 35px;
    margin-bottom: 15px;
}

/*Actual*/


#actual h6.date-class {
	font-size: 0.9rem;
	color: #000;
}

#actual i {
	font-size: 0.9rem;
	color: #428385;
}

#actual h3.blog-title {
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 600;
	color: #428385;
}
#actual h3.blog-title a {
	color: #428385;
}

#actual p {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #000;
	font-weight: 400;
}

/*Przyciski*/


.flex-right-button {
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

button.main-button {
	width: auto;
	height: auto;
	border: solid 1px #000;
	text-align: center;
	transition: ease-out 0.6s;
	background-color: transparent;
	margin: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

button.main-button a {
	font-size: 0.8rem;
	padding: 15px;
	color: #000;
	height: auto;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
	position: relative;
	transition: ease-out 0.8s;
}

#actual button.main-button a {
	padding: 5px;
}

button.main-button:hover {
	transform: scale(0.9,0.9);
	background-color: #428385;
}

button.main-button a:hover {
	color: #fff;
}


 .full-width {
	
	background-color: #428385;
 }
.p-20 {
	padding: 20px 5px 20px 5px;
}

/*Social*/

.social i {
    padding-right: 10px;
	font-size: 1.3rem; 
	color: #428385; 
	float: left;
	transition: ease-out 0.4s;
}

.social i:hover {
	color: #e1515b;
	transform: scale(1.1,1.1);
}

/*Footer*/
.contact-footer i {
	font-size: 3rem; 
	color: #e1315b;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.contact-footer span {
	text-align: center;
	display: block;
	font-size: 1.3rem;
}

.site-info span {
	font-size: 0.8rem;
}
.site-info a {
	color: #428385;
	text-decoration: uppercase;
	font-family: 'Cinzel', serif;
}

.footer-menu a {
	text-decoration: none;
	color: #428385;
	text-align: center;
}

.footer-menu a:hover {
	color: #428380;
}

.footer-menu li {
	list-style-type: none;
}

/*responsive*/

@media all and (max-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@media all and (max-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    html {
        font-size: 16px;
    }
    
    button.main-button {
    width: 80%;
    text-align: center;
	}
	
.flex-right-button {
    width: 100%;
    justify-content: center;
	margin-bottom: 40px;
}
.logo-text-style   h2 {
    font-size: 1.8rem;
}

h2 {
    font-size: 2.2rem;
}

p.inspirki {
    font-size: 1.2rem;
    margin-top: 15px;
}
}
