@charset "utf-8";
/* CSS Document */
* {
	font-family: 'Lato', sans-serif !important;
	
}

html {
	/*font-size: 1rem;*/
	font-family: 'Lato', sans-serif !important;
	/*background-color: #e5e5e5;*/
	
}

.container {
	/*background-color: #e5e5e5;*/
	/*background-color: white;*/
}

body {
position: relative;
/*background-color: #e5e5e5;*/
}

p,li {
	/*font-family: 'Raleway', sans-serif;*/
	text-align: justify;
}

h1,h2,h3,h4,h5 {
	font-weight: 700;
	/*color:#FA6900;*/
	/*color:#f1921f;*/
}
h1 {
	font-weight: 700;
	/*color:#FA6900;*/
	color:#FA6900;
	/*color: #5c6ef5;*/
	font-family: 'Lato', sans-serif !important;;
}

#glowne_menu {
	border-bottom: 2px solid #fa6900;
	/*border-bottom: 2px solid #c7badd;*/
	

}

.row_color {
    background: #f8f8f8;
    padding: 10px;
    border-radius: .25rem!important;
}

.card-title {
	padding:20px;
	
	}
.slajd-tekst {
	color: white;
    text-align: left;
    font-weight: bolder;
    font-size: 20px;
    text-shadow: 2px 2px black;
}

.sekcja {
	margin-top: 2%;
    margin-bottom: 2%;
}

.sekcja_menu {
	/*border-bottom: 2px solid #E0E4CC;*/
	margin-top: 10px;
}

.czytelne {
	font-family: sans-serif !important;
}

.nav-link {
	font-weight: bold;
	background: none;
	color: black;
	font-size: bigger;
	
}

.active {
	/*background: #E0E4CC;*/
	background: #fa6900;
	color: white!important;
	transition: background 1s, color 1s, font-weight 1s;
	transition-timing-function: ease;
}

.footer {
    font-size:small;
}

/* kim jesteśmy */
.team {
    text-align: center;
}

.team_thumb {
    margin-top: 3%;
    margin-bottom: 3%;
    border: 2px solid #f1921f;
    /*border: 2px solid #c7badd;*/
}


/* LOGO */
#Logo{
  transition: all 0.3s;
}

.largeLogo{width: 25%;}
.smallLogo{width: 8%;}