/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 230px;
	background-image: url('../img/bg.png');
	background-color: #6362a4;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.img-container { 
	width:300px;height:300px;display:table-cell;vertical-align:top; 
}

.decl {
  font-size: large;
  line-height: 1.1;
}

.desc {
	padding-left: 20px;
}

ul.benefit-list {
  margin-bottom: 24px;
}

ul.benefit-list li {
  background: url("../img/tick.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  left: -20px;
  line-height: 24px;
  list-style: outside none none;
  padding-left: 24px;
  padding-top: 0px;
  position: relative;
}

/* bg-dark declared in bootstrap 4 */

.bg-dark {
  background-color: #343a40 !important;
}

/* text-white declared in bootstrap 4 */

.text-white{
  color: #fff !important;
}

.nav > li > a img {
    filter: brightness(70%);
}

.nav > li > a:hover img {
    filter: brightness(100%);
}