html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', 'Trebuchet MS', sans-serif;
  font-size: 2em;
  background-color: #fff;
}

#intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: url(../images/burger.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

#intro #intro-body {
  display: table-cell;
  vertical-align: middle;
}

#intro #intro-body .title-text {
  color: #fff;
  text-shadow: 0 0 50px #000;
  margin-bottom: 50px;
}

#intro #intro-body .btn {
  padding: 10px 20px;
  font-size: 1.5em;
  font-weight: 400;
}

#intro #intro-body .btn .btn-default .btn-info {
  color: #fff;
}

#intro #intro-body h1 {
  font-size: 5em;
  font-weight: 700;
}

#intro #intro-body h3 {
  font-size: 2.5em;
  font-weight: 400;
  text-shadow: 0 0 20px #000;
  color: #fff;
}

#intro #intro-body .brand-heading {
  font-size: 40px;
}

#intro #intro-body #intro-text {
  font-size: 18px;
}

@media (min-width: 480px) {
  #intro {
    height: 100%;
    padding: 0;
  }
  #intro #intro-body .brand-heading {
    font-size: 100px;
  }
  #intro #intro-body #intro-text {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  #intro #intro-body h1 {
    font-size: 3em;
  }
  #intro #intro-body h3 {
    font-size: 2em;
  }
}

section {
  padding: 2.5% 0;
}

footer {
  padding-top: 2.5%;
}
