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

h2.offer {
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-style: normal;
}
body, p, a, span, h1, h2, h3, h4, h5, h6, li, tr, td, li, dt, dd, div {
	font-family: "Sofia Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.6em;
}
h1, h2 {
	padding-top: 20px;
}

h2 {
	color: #EC008C;
	font-weight: 700;
}

p, a, span {
	font-weight: 400;
}

h1 {
	font-weight: 700;
}

a {
	text-decoration: none;
}

/*ikonki i svg*/
img.svg-main {
	height: 40px;
}

img.svg-main-2 {
	height: 100px;
}
img.svg-main-3 {
	height: 100px;
}

img.icon-title {
	height: 60px;
	transition: ease-out 0.8s;
}

img.icon-title:hover {
	transform: scale(1.1,1.1);
}

/*czcionki w menu*/
.main_contact a {
	font-weight: 300;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.main_contact a:hover {
	color: #97124B;
}

/*czcionki baner główny*/

h2.baner-text-first-line {
	font-family: "Dancing Script", cursive;
	color: #EC008C;
	font-weight: 500;
	font-size: 4em;
}

span.baner-text-second-line {
	font-family: "Dancing Script", cursive;
	color: #60008D;
	font-weight: 900;
}


/*czcionki główna*/

h2.home-h2 {
	text-align: center;
	color: #EC008C;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-size: 3em;
}

p.home-p {
	color: #000;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	margin-bottom: 30px;
	
}

h2.main-box-title {
	color: #fff!important;
	font-family: 'Dancing Script';
	font-size: 3rem;
	text-align: center;
}

p.main-box-text {
	color: #fff!important;
	font-size: 1.2rem;
	text-align: center!important;
	padding: 30px;
}


.baner-text h2 {
	color: #fff!important;
}

.baner-text h3 {
	color: #EC008C!important;;
	font-family: 'Dancing Script';
	font-size: 4rem;
}

#quick-contact h2 {
	text-align: center;
	font-weight: 900;
	font-size: 2.4em;
}
 
#quick-contact h3 {
	text-align: center;
} 

#quick-contact a {
	text-align: center;
}

h3.blog-title a {
	text-align: center;
	color: #60008D;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.4em;
	text-decoration: none;
}

.actual-box h3.blog-title a {
    color: #60008D;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
    text-decoration: none;
}

.contact-text a {
	font-weight: 700;
	color: #fff;
	font-size: 2em;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	transition: ease-out 0.8s;
}

.contact-text a:hover {
	color: #000;

}

/*social ikonki*/
.social_contact img {
	transition: ease-out 0.8s;
}

.social_contact img:hover {
	transform: scale(1.1,1.1);
}

/*Przyciski*/
.actual-box button.main-button {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;

}
.actual-box button.main-button a {
    font-size: 1rem;
	padding: 5px;
	letter-spacing: 0,5px;
}

button.main-button  {
	background-color: #EC008C;
	transition: ease-out 0.8s;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 60%;
	height: auto;
	border: none;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}

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

button.main-button:hover {
	transform: scale(1.1,1.1);
}

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

@media all and (max-width: 1140px) {
.footer-area p {
	text-align: center;
}

.footer-area img {
	text-align: center;
}

h2.baner-text-first-line {
    font-size: 3em;
	text-align: center;
	width: 100%;
	display: block;
}

span.baner-text-second-line {
    font-size: 2em;
	text-align: center;
	width: 100%;
	display: block;
}
.baner-text-second-line, .baner-text-first-line {
	background-color: EC008C;
}

p.home-p {
    text-align: center;
}
h2.home-h2 {
    text-align: center;
    font-size: 2.2em;
}

button.main-button {
    width: 80%;
	 margin-left: auto;
	margin-right: auto;
}
.baner-text h3 {
    color: #fff !important;
    font-size: 2.2rem;
}
.contact-text a {
    font-size: 1.6em;
}
img.svg-main-3 {
    height: 70px;
}
}