body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
.jumbotron {
  background-color: #2c3e50;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}

.bg-grey {
  background-color: #f6f6f6;
}

.logo-x-x-small {
  font-size: 15px;
}

.logo-x-small {
  color: #2c3e50;
  font-size: 20px;
}

.logo-small {
  color: #2c3e50;
  font-size: 50px;
}

.logo-medium {
  color: #2c3e50;
  font-size: 100px;
}

.logo {
  color: #2c3e50;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #2c3e50;
}

.carousel-indicators li {
  border-color: #2c3e50;
  position: relative;
  bottom: -50px;
}

.carousel-indicators li.active {
  background-color: #2c3e50;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
}

.panel {
  border: 1px solid #2c3e50;
  border-radius:0;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #2c3e50;
  background-color: #fff !important;
  color: #2c3e50;
}

.panel-heading {
  color: #fff !important;
  background-color: #2c3e50 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
  background-color: #fff !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #2c3e50;
  color: #fff;
}

.navbar {
  margin-bottom: 0;
  background-color: #2c3e50;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #2c3e50 !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.btn-dark, .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open>.dropdown-toggle.btn-dark {
    background-color: #2c3e50;
    color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open>.dropdown-toggle.btn-dark {
    background-color: #1F1F45;
    color: #fff;
}

.a-dark {
    color: #2c3e50;
}

.a-dark:hover, .a-dark:visited {
    color: #1F1F45;
}


.letsdatafooter {
    background-color: #2c3e50;
    color: #fff;
}
.letsdatafooter p {
    background-color: #2c3e50;
    color: #fff;
}

.letsdatafooter a {
    background-color: #2c3e50;
    color: #fff;
}

h1 {
  color: #2c3e50;
}

h2 {
  color: #2c3e50;
}

h3 {
  color: #2c3e50;
}

h4 {
  color: #2c3e50;
}

p {
  color: #2c3e50;
}

li {
  color: #2c3e50;
}



pre {
  counter-reset: line-numbering;
  background: #2c3e50;
  padding: 12px 0px 14px 0;
  width: 100%;
  color: #ecf0f1;
  line-height: 150%;
}

pre .line::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em;
  /* space after numbers */
  padding-left: 8px;
  width: 1.5em;
  text-align: right;
  opacity: 0.5;
  color: white;
}

.input-group-addon {
    background: #2c3e50;
    color: #fff;
}

.input-group-addon .glyphicon {
    background: #2c3e50;
    color: #fff;
}

.form-control {
    border-color: #2c3e50;
}

.form-label-dark {
  background: #2c3e50;
  color: #fff;
  padding-left: 5px;
}

.nav-tabs > li > a{
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #2c3e50;
  color:#fff;
}
.nav-tabs > li > a:hover{
  background-color: #303136 !important;
  border: 1px solid #fff;
  border-radius: 5px;
  color:#fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    background-color: #2c3e50;
    color:#fff;
}

.nav-pills > li.active > a:hover {
    background-color: #303136;
    color:#fff;
}

.table-header {
  background-color: #2c3e50;
  color:#fff;
}

.table-row {
  background-color: #eaf0f7 !important;
  color: #2c3e50;
}

.table-row-alt {
  background-color: #fff !important;
  color: #2c3e50;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #afb8c2;
}

.bordered-form {
  border: 1px solid #E5E4E2;
  border-radius: 5px;
  padding: 15px;
}

.docNote {
  color: #818181;
  background-color: #fff;

  font: 400 15px Lato, sans-serif;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
  line-height: 1.1;
  
  margin-bottom: 10px;
  margin-top: 10px;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

  text-align: left;

  box-sizing: border-box;
}