body {
  font-family:Arial, Helvetica, sans-serif;
}

#logo {
  max-height:42px;
  margin-right:10px;
  margin-top:-3px;
  display:inline-block;
}

#promo {
  text-align:center;
  padding:60px;
  background:url(../../assets/img/background.jpg) no-repeat;
  background-size:cover;
  margin-top:65px;
}

@media (max-width:991px) {
  #promo {
    padding:20px;
  }
}

#promo .jumbotron {
  border-radius:20px;
  padding:40px;
  background-color:rgba(255,255,255,0.75);
  max-width:800px;
  margin:0 auto;
}

@media (max-width:991px) {
  #promo .jumbotron {
    padding:20px;
  }
}

.dark-section {
  background-color:#eff7fb;
}

.site-section {
  text-align:center;
  padding:0px;
  padding-bottom:70px;
  margin:0px;
  height:150px;
}

.site-section h1 {
  font-weight:normal;
  margin-bottom:50px;
  margin-top:60px;
}

#welcome p {
  max-width:800px;
  font-size:20px;
  margin:0 auto;
  color:#666;
}

@media (max-width:991px) {
  #why .item {
    padding-bottom:36px;
  }
}

@media (max-width:991px) {
  #why {
    padding-bottom:14px;
  }
}

#why .item i {
  font-size:42px;
  color:rgb(239,79,145);
}

#why .item h2 {
  font-weight:normal;
  margin-top:13px;
  margin-bottom:20px;
  font-size:24px;
}

#why .item p {
  color:#6f767a;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color:rgb(255,255,255);
  border-color:transparent;
}

.nav .current {
  background-color:rgba(174,199,232,0.4);
}


/* Mario */
ul.bullets {
  list-style-type:none !important;
  margin:0 !important;
  padding:0 !important;
}

.bullets li:after {
  background: url(../img/check_icon.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.bullets li {
  color: #004ba0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}

.version-text {
  color: #29434e;
  padding-top: 1.5rem;
  font-weight: bold;
}

.versioning {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
/* Mario */
