/* Custom CSS for Thonk */

body  {
  background-color: #E8E8E8;
  color: #808080;
}

body > .container {
  padding:60px 15px 0;
}

.navbar-toggler {
  border-color: #28a745;
}

.form-control	{
	border: 1px solid #28a745;
}

.jumbotron  {
  background-color: #808080;
}

.jumbotron img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width: 60%;
  height: auto;
}

.jumbotron.jumbotron-fluid	{
	background-color: #e0e0e0;
}

.btn.btn-primary	{
	background-color: #28a745;
	border-color: #28a745;
}

a	{
	color: #28a745;
}

a:hover	{
	color: #28a745;
}

.footer > .container {
  width: auto;
  max-width: 680px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Sticky footer styles */

html {
  position: relative;
  min-height: 100%;
}

body {
margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

/* Chart styles */

.chart-container	{

}

.chart-content-responsive	{

}

