/* Plik ze stylami globalnymi */

/******  Tekst i czcionki  *********/
body, p, span, a, ul, li {
		  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: "Caudex";
		color: #083D32;
	}

	.section-subtitle {
		font-family: "Caudex";
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		color: #000;
		padding: 0;
		margin: 0;
		margin-bottom: 8px;
	}
	
	.section-title, .main-title {
		font-size: 48px;
		font-weight: 700;
		color: #083D32;
		padding: 0;
		margin: 0;
		margin-bottom: 8px;
	}

	.text {
		font-size: 18px;
		font-weight: normal;
		color: #717877;
	}
		


/****** Przyciski ******/

.buttons {
		display: flex;
		gap: 16px;
	}	

.button {
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
	
	.button-primary {
		background: #004639;
		color: #fff;
		border: 1px solid #004639;
	}
	
	.button-secondary {
		background: #fff;
		color: #004639;
		border: 1px solid #004639;
	}


/****** Header ********/

#header .container {
	width: 1140px;
}

#header .header-logo img {
	height: 45px;
}