/* bse ist bootswatch theme minty */
/*
.navbar {
    font-size: 16px;
    font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
    font-weight: 600;
}
*/
.navbar {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
}
.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: #333333;
	padding: 8px 12px;
    margin: 0px 6px;
    #border: 1px solid transparent;
	border: 1px solid #ddd;
    border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color:#333333;
	border: 1px solid #ddd;
    border-radius: 4px;
	}

.navbar-light .navbar-brand {
    color: #333333;
}
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    #color: #eec089; 
	border: 1px solid #ddd;
    border-radius: 4px;
}


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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #00AC6B !important;
}
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: #b3b3b3;
}
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: #42a658;
    text-decoration: none;
}
a:hover,
a:focus {
  color: #04819E;
  text-decoration: underline;
}
body {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
.card {
    #background-color: #fff;
	#background-color: #e9f1a0
}

.card-header {
    color: #00AC6B;
    font-weight: bold;
}

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