/*czcionki*/

// <weight>: Use a value from 300 to 900
// <uniquifier>: Use a unique and descriptive class name

.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

html {
        font-size: 16px;
    }

body, p, a, span, h1, h2, h3, h4, h5, h6, li, tr, td, li, dt, dd, div {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.6rem;
}

h2 {
	font-weight: 700;
}

p, a, span {
	font-weight: 400;
	color: #252b3a;
	font-size: 16px;
}

h1 {
	font-weight: 900;
}

a {
	text-decoration: none;
}
/*czcionki stopka*/
.site-footer p {
	color: #fff;
}

.main-footer-menu a {
font-weight: 700;
color: #fff;
text-align: center;
padding-top: 10px;
font-size: 0.8rem;
text-decoration: none;
}

.main-footer-menu a:hover {
color: #006bb5;
}

.site-info span, .site-info a, .site-info {
font-weight: 700;
color: #6d6d6d;
text-align: center;
padding-top: 10px;
font-size: 0.7rem;
}

/*ikonki i svg*/

img.sygnet-big {
	height: 70px;
	margin-top: 0px;
}

img.sygnet-small {
	height: 100px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

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

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

/*czcionki klasy css we wpisach*/
p.szkolenia a {
	font-weight: 700;
	font-size: 4vh;
	text-decoration: none;
	line-height: 4.4vh;
}
p.szkolenia a:hover {
	color: #18a1ff;
}

/*czcionki baner główny*/

h1.main-title {
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	position: absolute; width: 100%; top: 50%; transform: translateY(-50%);
}


/*czcionki główna*/

.main-title h2 {
	color: #006bb5;
	font-weight: 700;
	letter-spacing: 0em;
	font-size: 2.4em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #252b3a;
}

.main-title h1 {
    color: #006bb5;
    font-weight: 700;
    letter-spacing: 0em;
    font-size: 2.4em;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #252b3a;
}

.main-title p {
	color: #252b3a;
	font-weight: 400;
	letter-spacing: 0em;
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.4em;
}

.project-title h2 {
	color: #006bb5;
	font-weight: 900;
	letter-spacing: 0em;
	font-size: 3em;
	margin-bottom: 30px;
}


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

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

/*Przyciski*/

.blue-button {
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
	padding-bottom: 15px;
	background: #3fa9f5;
    border-radius: 10px;
    transition: 0.9s ease-in-out;
    border: none;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

button.blue-button a {
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
}

.blue-button:hover {
    background: #0070b5;
    border: none;
}



/*RESPONSIVE - rozmiary na mniejszych ekranach*/
@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;
	margin-top: -25vh;	
}

span.baner-text-second-line {
    font-size: 2.8rem;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 3rem;
}

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;
}

h3.child-text {
    font-family: "Meow Script", cursive;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    font-size: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    margin-top: 20px;
    margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.contact-text a {
    font-size: 1.6em;
}
img.svg-main-3 {
    height: 70px;
}

.form-text p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2rem;
}

.main-form-acceptance p span {
    font-size: 0.8rem;
    text-align: left;
    line-height: 0.8rem;
}

.main-form-acceptance {
	padding-left: 15px;
	padding-right: 15px;
}

.form-text h3 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.8em;
}
.support-text p {
	padding-left: 10px;
	padding-right: 10px;
}

.project-title h2 {
    letter-spacing: 0em;
    font-size: 2em;
    margin-bottom: 40px;
	text-align: center;
}

.main_contact a {
	font-size: 0.7rem;
	padding-right: 10px;
}

}