body {
  background-color: #3f4241;
  padding: 0px;
  margin: 0px;
  background-image: url("../img/hg.jpg");
  background-repeat: repeat-x;
  background-position: top;
  font-family: Arial;
}

#wrapper {
  min-height: 800px;
  margin: 0px auto;
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 1280px;
  width: 100%;
}

.content {
  padding-left: 260px;
}

.logo {
  color: #3f4241;
  font-size: 33px;
  width: 300px;
  padding-top: 105px;
}

.headline {
  color: #3f4241;
  font-size: 33px;
  width: 300px;
  padding-top: 60px;
  font-weight: bold;
  line-height: 33px;
}

.text {
  color: #3f4241;
  font-size: 17px;
  width: 300px;
  padding-top: 65px;
  font-weight: bold;
  line-height: 18px;
}

.footer {
  color: #FFFFFF;
  font-size: 11px;
  width: 300px;
  padding-top: 100px;
  width: 750px;
  text-align: right;
}

.btn {
  background-color: #cf0d1b;
  color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: 1.5px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 800px) {
  .footer {
    width: 100%;
    text-align: center;
    padding-top: 150px;
  }
  
  .content {
    padding: 30px;
  }
  
  .logo {
    padding-top: 55px;
  }
}