html{
  background-image: linear-gradient(#fff ,#fff);
}

header {
  font-family: 'Roboto Mono', monospace;
  text-align: center;
  padding-top: 54px;
  font-size: 68;
  color: black;

}

#tagline {
  font-size: 26;
}

#buttons {
  padding-top: 64;
  text-align: center;
  padding-bottom: 60px;
}

.grow {
  -webkit-transition:all 0.1s ease-out;
  -moz-transition:all 0.1s ease-out;
  -ms-transition:all 0.1s ease-out;
  -o-transition:all 0.1s ease-out;
  transition:all 0.1s ease-out;
}

.grow:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}

#sub-head {
  font-family: 'Raleway';
  text-align: center;
  padding-top: 54px;
  padding-left: 400px;
  padding-right: 400px;
  color: black;
}

#divider {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 10px;
}

#pricing {
  font-family: 'Roboto Mono', monospace;
  text-align: center;
  font-size: 68;
  color: black;
}

/* PRICING */

#back-button-pricing {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;

}

#site1.center {
    display: block;
    margin: 0 auto;
}

#quote {
  padding-top: 50px;
  padding-bottom: 20px;
  color: black;
  font-family: 'Raleway';
  text-align: center;
}

#pricing-standard {
  font-family: 'Raleway';
  color: #777777;
  text-align: center;
  padding-bottom: 50px;
}

#pricing-premium {
  font-family: 'Raleway';
  color: #58CD11;
  text-align: center;
  padding-bottom: 50px;
}

#pricing-deluxe {
  font-family: 'Raleway';
  color: #DCA21C;
  text-align: center;
  padding-bottom: 48px;
}

#pricing-mail {
  padding-top: 48px;
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding-bottom: 32px;
  text-align: center;
}

#copy-note {
  text-align: center;
  font-size: 12px;
  font-family: 'Roboto Mono', monospace;
  padding-bottom: 20px;
}
