
/*html {*/
/*  position: relative;*/
/*  min-height: 100%;*/
/*  !*font-family: 'Roboto', sans-serif !important;*!*/
/*}*/

/* Show it is fixed to the top */
body {
  /*padding-top: 116px !important;*/
  /*margin-bottom: 61px !important;*/
  font-family: 'Roboto', sans-serif;
}

.navbar {
    background-color: #003DA5;
}

.nav a {
    font-size: 1.8em !important;
}

/*.footer {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  !* Set the fixed height of the footer here *!*/
/*  height: 61px;*/
/*  line-height: 60px; !* Vertically center the text there *!*/
/*}*/

/* 003DA5 */

 ol.features-list {
     list-style: none;
     counter-reset: item;
     /*list-style-position: inside;*/
     padding-left: 0;
 }
 ol.features-list > li {
     counter-increment: item;
     margin-bottom: 15px;

 }
 /*ol.features-list li:before {*/
 /*  margin-right: 10px;*/
 /*  content: counter(item);*/
 /*  !*background: lightblue;*!*/
 /*  border-radius: 100%;*/
 /*  color: #003DA5;*/
 /*  width: 1.2em;*/
 /*  text-align: center;*/
 /*  display: inline-block;*/
 /*}*/
ol.features-list > li:before {
    content: counter(item)"\a";
    white-space: pre;
    color: #003DA5;
    font-weight: bold;
    font-size: 3em;
}
ol.features-list > li div div p.lead {
    color: #003DA5;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
}


