body {
  background-color: #CCCCCC;
  background-image: url(images/grove.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 100%;
}

#wrapper {
  text-align: center;
  height: ;
  width: 100%;
}

#container {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  height: 298px;
  width: 800px;
  top: 50%;
  left: 50%;
  margin-top: -149px;
  margin-left: -400px;
  border-radius: 15px;
}

#logo {
  padding: 20px 0px 10px 0px;
}

#logo img {
  width: 90%;
}
#slogan {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  font-size: 3.0em;
  padding: 0px 0 10px 0;
  color: #333333;
}

#address {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  margin: -40 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}

#phone_no {
  font-family: Abel, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: bolder;
  padding: 10px 0 20px 0;
}

@media only screen and (max-width: 825px) {
  #container {
    height: 200px;
    width: 280px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -140px;
    border-radius: 15px;
  }

  #slogan {
    font-size: 1.4em;
  }
  #address {
    font-size: 18px;
    margin: -10px 0px 0px 0px;
  }
  #phone_no {
    font-size: 40px;
  }
}
