body {
  text-align: center;
  background: url(../img/bmw-forest.jpg); 
  color: #000;
}
h4 {
  color: #fff;
}
h1, a:hover {
  color: #f39c12;
}
.out{
  padding-top: 10px;
  color: #fff;
}

a {
  text-decoration: none;
  color: #2980b9;
  font-size: 14px;
}

a:hover {
	text-decoration: none;
}

.colortext { 
    padding-left: 5px;
   }

footer {
  color: #bebebe;
}

//прижать футер к низу
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.container {
  display: table;
  height: 100%;
}
.row {
  display: table-row;
  height: 100%;
}