/* bse ist bootswatch theme solar */

.navbar {
    font-size: 16px;
    font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #f8f9fb;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #eec089;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color:#eec089 }

.navbar-light .navbar-brand {
    color: #f8f9fb;
}
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #eec089; }


.navbar-brand {
    padding-bottom: 0rem;
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eff5bb;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #7b8cac;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,
h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}
h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
  font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
  font-size: 75%;
}
h1,.h1 {
  font-size: 41px;
}
h2,.h2 {
  font-size: 34px;
}
h3,.h3 {
  font-size: 28px;
}
h4,.h4 {
  font-size: 20px;
}
h5,.h5 {
  font-size: 16px;
}
h6,.h6 {
  font-size: 14px;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #dddddd;
}
a {
    color: #d9831f;
    text-decoration: none;
}
a:hover,
a:focus {
  color: #f86806;
  text-decoration: underline;
}
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #777777;
    background-color: #f2f7c8;
}
.card {
    background-color: #eff5bb;
	#background-color: #e9f1a0
}

footer#page-footer a {
  color: #fff;
}
  
