/*html {
  scroll-behavior: smooth;
}*/
/*---------------COLORS---------------*/
.blue-color {background-color: #172540;}


/*---------------MENU---------------*/
.u-header__section {
	background-color: #172540;
	border-bottom: 1px solid #ffca19;
}
.u-header__nav-link{color: #ffffff;}
a:hover {color: #f1b71c;}

.yellow_color {color:#f1b71c; font-weight: 600;}

.u-header__nav-item:hover .u-header__nav-link {color:#ffca19;}


.u-header--bordered .navbar-expand-lg .u-header__navbar-brand {border:none;}
.u-header__navbar-brand-mobile{width: 100%;}


.u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {background: #ffca19;}

/*---------------SLIDER---------------*/
.gradient-overlay-half-dark-video-v1::before {
    background-color: rgba(21, 27, 38, 0.85);
}


/*----------------lista serwisowa-----------------------------*/
.zet-list {
	color: #ffffff;
	padding-left: 20px;
}
.px-4 {
    padding-left: 1rem !important;
}
.zet-list {
  list-style: none; /* Remove default bullets */
}


.zet-list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f1b71c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.zet-link a:hover {
	color:#172540;
}

.zet-link a {
	color:#f1b71c;
}

.footer-hr {border-top: 1px solid #ffca19;}
.card-frame:hover {border-color: #f1b71c;}
.card-body {background-color: #172540;}
.card-body .media-body h4 {color:#ffffff;}
.card-body .media-body p {color:#ffffff; font-weight: 300;}

.footer-space {padding-top:2%; padding-bottom: 1%;}
.footer-text {margin-top:3%;}
.footer-copy {padding: 1% 2%; background: #172540;}
.cta-remote {background-color: #172540;}

.btn-light:hover {
    color: #ffca19;
    background-color: #172540;
    border-color: #ffca19;
}

.u-go-to {
	background: #ffca19;
}
.u-go-to span {color: #172540;}

