

.first__screen {

	background-image: url('../images/background.jpg');
	background-size: cover;
	background-position: center;
	font-family: "Cabin", sans-serif;
	height: 450px;
}

.first__screen h1 {
	font-size: 42px;
}

.navbar .nav-item{
    padding-right: 10px;
    color:#000;
    text-transform: uppercase;
    font-weight: 500;
}


h1 {
	font-size: 35px;
	font-weight: 700;
	font-family: "Cabin", sans-serif;
}

.first__screen button {
	background-color: #6c757d;
	color: white;
}

.hot__category {
	font-family: "Cabin", sans-serif;
}

.category__card {
	background-color: #088dd3;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 550;
	font-size: 16px;
	height: 200px;
	border-radius: 20px;
}

.company a {
	color: black;
}

.company a:hover {
	color: black;
	text-decoration: none;
}

.faxs {
	background-color: #f4f5fe;
}

.faxs__lead {
	opacity: 60%;
}

.side__bar--menu {
	list-style-type: none;
}

.company__category {
	border: 2px #F4F4F4 solid;
	border-radius: 20px;
}

.company__category a {
 	color: black;
}

.company__category a:hover {
 	text-decoration: none;
}


.side__bar a {
	color: black;
	font-size: 18px;
}

.side__bar a:hover {
	text-decoration: none;
}

.side__bar--heading {
	border-bottom: 1px #AAABB1 solid;
}

.side__bar--heading li {
	background-color: #f4f5fe;
}

.side__bar--menu a:hover {
	border-bottom: 1px #AAABB1 solid;
	background-color: #c3c4cb;
 	border-radius: 20px;
 	padding-right: 20px;
 	padding-left: 20px;
}

.company__button {
 	background-color: #f4f5fe;
 	border-radius: 20px;
}

.company__button:hover {
 	background-color: #c3c4cb;
 	border-radius: 20px;
}

.header__breadcrumb a {
	color: black;
}

.company__details {
	border: 2px #F4F4F4 solid;
	border-radius: 20px;
}

.company__details p {
border-bottom: 1px #F4F4F4 solid;
}
.company__details span {
	font-weight: 500;
}

.comapny__site {
	font-weight: 700;
	font-size: 20px;
}

.comapny__site a{
	color: black;
}

.kwadrat__taki a:hover {
	padding-left: 10px;
}

.cokolwiek {
	height: 100%;
}

footer{
    padding: 16.5px 0;
    background: #EBEEF3;
}