html
{

}
body{
  /*background-color: #0DCBA8;*/
  /*background-image: url("../images/beach.jpg") no-repeat center center fixed;*/
  color: black;
  background: url(../images/background.jpg) no-repeat center center fixed;
  /*-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;*/
  background-size: cover;
}

.row{
  font-size: 12px;
  font-family:  fantasy;
  color: white;
}

.links a{
  color: black;
}

.important {
  color: green;
}

.unimportant {
  color: red;
}

.cat-climate {
  background-color: teal;
  text-decoration-color: white;
}
/*.page_stuff
{
  padding: 10px;

}*/

.col-md-6 p {

  font-size: 20px
}

.imageline{
border: 4px solid white;
padding: 6px;
margin: 20px;
color: white;
}

.col-md-6   li{
  font-style: italic;
  /*font-size: 2em;*/

}
.col-md-6 ol
{
  font-size: 2em;
}
