body {
  background: #DDD url('../img/background.jpg') no-repeat scroll top center;
}

@media (max-width: 767px) {
  body {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.jumbotron {
  padding: 80px 0 219px;
  text-align: center;
}



.jumbotron h1 {
  font-size: 100px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 24px;
  line-height: 1.25;
}

.jumbotron form {
  margin-top: 40px;
}

form .btn {
  font-size: 21px;
  padding: 14px 24px;
}

form input[type=text] {
  font-size: 21px;
  padding: 14px 24px;
}

@media (max-width: 767px) {
  form input[type=text] {
    min-height: 50px;
    margin-bottom: 15px;
  }
}

@media (max-width: 980px) {
  .jumbotron {
    padding: 50px 0 260px;
  }
  .jumbotron h1 {
    font-size: 70px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .jumbotron {
    padding: 50px 0 34px;
  }
  
  .jumbotron {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.powered-by-wrapper {
  position: relative;
  bottom: -260px;
  text-align: center;
  width: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  .powered-by-wrapper {
    bottom: -34px;
  }
}

.powered-by {
  background-color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px -5px 10px rgba(128, 128, 128, 0.5);
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin-bottom: -1px;
}

.powered-by p {
  color: #999;
  
}

.bottom {
  border-top: 1px solid #BBB;
  box-shadow: 0px -5px 10px rgba(128, 128, 128, 0.5);
  background-color: white;
  text-align: center;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bottom .page-header i {
  color: #CCC;
}

.bottom .page-header h2 {
  padding-top: 50px;
}


#footer {
  padding-top: 5px;
  text-align: right;
}