body {
  /*background: linear-gradient(90deg, white, gray);*/
  /*background-color: #eee;*/
  /*background-color:lightgrey;*/
  /*background-image: linear-gradient(to bottom right, lightgrey, rosybrown);*/
/*background-image: linear-gradient(to bottom right, lightgrey, teal);*/
  background-color: #ccffff;
}

body, h1, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
.top {
  background-image: linear-gradient(to bottom right, lightgrey, teal);
}
.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 10px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.worthless {
  float:left;
}
.row:before, .row:after {
  display: table;
  content: " ";
}

h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
#title {
  color:white;
}
.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px;
}

a {
  /*color:#008cba;*/
  color:white;
  text-decoration: none;
}
.col-md-12 {
	/*background-color:slategray;*/
  /*background-color:rosybrown;*/
  background-image:linear-gradient(to top right, slategray, rosybrown);
}
.diff {
	color:skyblue;
}
.white {
	color:white;
}
footer {
	background-color:black;
}
.sig {
	color:gold;
}

