@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

.container {
  font-family: 'Open Sans', sans-serif;
}

.hero, .features, .tools {
  margin-bottom: 15px;
}

.hero {
  color: #fefefe;
  background: url(../Images/FUND-SOURCE-HOME.png) no-repeat center; 
  background-size: 100% 100%;
  position: relative;
  height: 800px;
}

.hero2 {
  //color: #fefefe;
  background: url(../Images/FUND-SOURCE-HOME.png) no-repeat center; 
  background-size: 100% 100%;
  position: relative;
  height: 800px;
}

.tools {
  color: #fefefe;
  /*background-color: #09519C;*/
  background-color: #09519C;
  padding: 15px 0; }

  .tools a {
    color: #fefefe;
  }

.btn-custom {
  background-color: #09519C;
  border-color: #09519C;
  color: #fefefe !important; 
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  /*
  background-color: #3f75a2;
  border-color: #38678f;
  */
  background-color: #084484;
  border-color: #06386c;
}

.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #09519C;
  border-color: #09519C;
}

.btn-get-started {
  /*margin-top: 1em;
  margin-bottom: 2em;*/
  margin-bottom: 1.5em;
  padding: 1em;
  width: 12em;

}

@media screen and (max-width: 991px) {
  .hero:before {
    background: rgba(0,0,0,0.80);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .hero-meta {
    padding: 15px;
  }

  .text-center {
    margin-bottom: 15px;
  }

  .btn-get-started {
    margin-right: 15px;
  }
}
