/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  webkit-text-decoration-skip: objects;
}

a:hover {
  color: #85be3b;
  text-decoration: underline;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 20px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.features-icons {
 padding-top:7rem;
 padding-bottom:7rem
}
.features-icons .features-icons-item {
 max-width:20rem
}
.features-icons .features-icons-item .features-icons-icon {
 height:7rem
}
.features-icons .features-icons-item .features-icons-icon i {
 font-size:4.5rem
}
.features-icons .features-icons-item:hover .features-icons-icon i {
 font-size:5rem
}
.text-primary {
    color: #85be3b !important;
}
#services {
    position: relative;
    background-color: #343a40;
    background: url(../img/KPI_green2.jpg) no-repeat center center;
        background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
#services .overlay {
 position:absolute;
 background-color:#212529;
 height:100%;
 width:100%;
 top:0;
 left:0;
 opacity:.3;
}
#footer1 {
 margin:5em 0
}
#footer1 li {
 float:left;
 margin-right:1.5em;
 margin-bottom:1.5em
}
#footer1 p {
 clear:left;
 margin-bottom:0
}


