* {
  margin: 0;
  overflow: hidden;
  font-family: sans-serif;
}

header {
  width: 100vw;
  height: 35px;
  position: fixed;
  background: black;
  opacity: .65;
  color: white;
}

#headertext {
  margin-top: 9px;
}

main {
  width: 100vw;
  height: 100vh;
}

#top {
  height: 70%;
  background-image: url("../../media/restaurant-hero-image.jpg");
  min-height: 300px;
}

h1 {
  color: white;
  font-size: 36px;
  padding-top: 28vh;
  text-align: center;
}

a {
  text-decoration: none;
}

#orderbutton {
  width: 80vw;
  height: 40px;
  background: #59A673;
  margin: 0 auto;
  margin-top: 15vh;
}

#buttontext {
  color: white;
  font-size: 24px;
  text-align: center;
  padding-top: 6px;
}

#bottom {
  height: 22%;
  padding-top: 15px;
  overflow: auto;
}

.blurb {
  float: left;
  position: relative;
  width: 24%;
  font-size: 14px;
}

#shoponline {
  margin-left: 8%;
}

#fastdelivery {
  margin-left: 5%;
}

#greatdeals {
  margin-left: 5%;
  margin-right: 8%;
}

h2 {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 20px;
}

.blurbtext {
  font-weight: lighter;
}

footer {
  width: 100vw;
  height: 30px;
  position: fixed;
  color: white;
  font-size: 12px;
  background: black;
  bottom: 0;
}

#footertext {
  margin-top: 5px;
  text-align: center;
}
