/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

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

.masthead {
  height: 50vh;
  min-height: 500px;
  background-image: url('https://images.pexels.com/photos/684385/pexels-photo-684385.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.font-weight-light {
  font-size: 50px;
    font-weight: 600!important;
	background-color: #000A;
    padding: 20px;
  }

.lead {
      font-size: 1.5rem;
      font-weight: 600;
	  background-color: #000A;
      padding: 10px;
}

.portfolio-item {
  margin-bottom: 30px;
}

.btn-block {
  background-color: #ffdb00;
  font-size: 30px;
  color: black;
  font-weight: bold;
}

.card-img-top {
  border-bottom: 1px solid #ddd;
}

.card-body {
    background: #ffdb00;
}

.titlebox {
  color: black;
}

.ostrzezenie {
  font-style: italic;
}

.m-0.text-left.text-white {
  font-size: 13px;
}

.h4 {
    text-align: center!important;
}

.photo {
      vertical-align: middle;
      border-style: none;
      max-width: 100%;
      height: auto;
}

.row.counter {
	margin:10px auto;
	text-align:center;
  color:black;
  padding: 20px;
}

.highlight {
   color:#665800;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}
.stat i {
	color:#f7c221;
}
.milestone-details {
   font-weight:bold;
   font-size:18px;
}

.bg-dark .py-5 {
    background-color: #000;
}

.py-5 a {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}

.banner_disclaimer {
  font-size: 12px;
  color: grey;
  text-align: center;
  font-style: italic;
}