li{
  list-style: none;
}
.welcome{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #3C87C2;
  padding: 30px 0px;
  border-top: 5px solid #F79310;
}
.change{
  background: url(../mountains_209-crop.jpg) no-repeat 0px;
  background-size: cover;
  min-height: 400px;  
  text-align: center;
}
.change .container{
  background: rgba(255,255,255,0.7);
  padding: 20px 0px;
-webkit-box-shadow: -1px -1px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px -1px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -1px -1px 3px 0px rgba(50, 50, 50, 0.75);
}
.change b{
  font-size: 18px;
}
.change li{
  padding-left: 200px;
  margin: 10px 0px;
  font-size: 18px;
  text-align: left;
}
.answer{
  background: #A62920;
  color: #f9f9f9;
  font-size: 18px;
  padding: 50px 0px;
}
.slog{
  padding: 50px 0px;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.slog p{
  margin: 10px 0px;
}
.other{
  padding: 50px 0px;
  font-size: 18px;
}
.other ul, .other li{
  margin-left: 0px;
  padding-left: 0px;
  font-size: 16px;
}
.other li{
  margin: 5px 0px;
}
.btn-danger{
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.price{
  background: #F79310;
  padding: 50px 0px;
  font-size: 18px;
}
.price p{
  text-align: center;
}