/* Metro Derm Sass Document */
/*header */
.site-branding {
  text-align: center;
  margin: auto; }

.social-bar-top {
  margin-top: 20px;
  margin-bottom: 20px; }

/*headings */
.curve {
  font-family: "Great Vibes", cursive;
  font-size: 4em;
  padding-bottom: 20px; }



/*add bar */
.fa-phone {
  font-size: 18px;
  color: #16abbf;
  margin-right: 5px; }

.yellow-add {
  background-color: #e1c400;
  color: #020e58;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 30px; }

/*buttons */
.main-btn {
  background-color: #020e58;
  color: #e1c400; }

.gform_button {
  background-color: #020e58;
  color: #e1c400;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 8px; }

.hr-bar {
  border-bottom: 2px solid #e1c400;
  box-shadow: 0 6px 4px -6px #020e58; }

/*Links */
/*Typography */
/*icons */
/*footer */
.location-wrapper {
  color: #fff;
  background: #16abbf;
  padding-top: 30px;
  margin-bottom: 50px; }

.location-wrapper a {
  color: #fff; }

/*homepage specific */
.contact-form-home {
  box-shadow: 0 8px 6px -6px black; }

.home .entry-title {
  display: none; }

.site-footer {
  background: #282a2b;
  color: #fff;
  padding-bottom: 20px; }
  .site-footer a {
    color: #fff; }
  .site-footer img {
    height: 37px;
    vertical-align: bottom; }
