/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.top .carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 36px;
}

.carousel-caption {
  background-color:rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 26px;
}
.carousel-caption p {
  font-size: 16px;
}

.text-primary, .navbar-brand {
  color: #fed136 !important;
}

.btn-primary {
  color: #000;
  background-color: #fec503;
  border-color: #fec503;
}

.btn-primary:hover {
  color: #000;
  background-color: #f6bf01;
  border-color: #f6bf01;
}
.bg-primary {
  background-color: #fec503 !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #f6bf01;
}

.lang,
.lang a {
  color: #fff;
}

/* for feedback */
.feedbacks .carousel {
    margin: 0 auto;
    padding-bottom: 50px
}

.feedbacks .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px
}

.feedbacks .carousel .item a {
    color: #eb7245
}

.feedbacks .carousel .img-box {
    width: 345px;
    height: 345px;
    margin: 0 auto;
    border-radius: 50%
}

.feedbacks .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.feedbacks .carousel .testimonial {
    padding: 30px 0 10px
}

.feedbacks .testimonial {
    color: #000000;
    font: Times Roman
}

.feedbacks .carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.feedbacks .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.feedbacks .carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.feedbacks .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.feedbacks .carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.feedbacks .carousel-control.left {
    left: auto;
    right: 40px
}

.feedbacks .carousel-control.right i {
    margin-right: -2px
}

.feedbacks .carousel .carousel-indicators {
    bottom: 15px
}

.feedbacks .carousel-indicators li,
.feedbacks .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
}

.feedbacks .carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
}

.feedbacks .carousel-indicators li.active {
    border: none;
    background: #888
}

.btn-link {
  cursor: pointer;
}

.less-marg {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  line-height: normal;
}

.height-100 {
  flex: 1;
}

.navbar-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-logo {
  display: block;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.navbar-brand-text {
  line-height: 1.15;
}

.lang {
  white-space: nowrap;
  font-size: 14px;
}

/* Tablets and smaller screens */
@media (max-width: 1199.98px) {
  .navbar-logo {
    width: 40px;
    height: 40px;
  }

  .navbar-brand-text {
    font-size: 17px;
  }
}

/* Phones */
@media (max-width: 575.98px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand-logo {
    gap: 7px;
    margin-right: 5px;
  }

  .navbar-logo {
    width: 36px;
    height: 36px;
  }

  .navbar-brand-text {
    display: none;
  }

  .lang {
    margin-right: auto;
    font-size: 13px;
  }
}


.footer-logo-link {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-logo {
  display: block;
  width: 82px;
  height: 82px;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-logo-link:hover .footer-logo {
  opacity: 1;
  transform: translateY(-3px);
}

.footer-signature {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.footer-location {
  color: #fed136;
}

@media (max-width: 575.98px) {
  .footer-logo {
    width: 68px;
    height: 68px;
  }

  .footer-signature {
    font-size: 14px;
  }

  .footer-location {
    display: block;
  }
}



/* ANGIELSKI DLA FIRM — styles added for angielski-dla-firm.html */
.business-header {
  min-height: 520px;
  padding-top: 100px;
  display: flex;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.business-header-text {
  max-width: 760px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
}

.business-header h1 {
  font-size: 44px;
}

.business-header p {
  font-size: 21px;
}

.business-content {
  max-width: 900px;
}

.business-content section {
  margin: 70px 0;
}

.business-content li {
  margin-bottom: 9px;
}

@media (max-width: 575.98px) {
  .business-header {
    min-height: 500px;
  }

  .business-header-text {
    padding: 22px;
  }

  .business-header h1 {
    font-size: 32px;
  }
}
                            