body {
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 90%;
  background-size: 100%;
  font-family: 'BankGothic Md BT', sans-serif;
  font-family: 'Bank Gothic Light', sans-serif;
  font-family: 'BankGothic', sans-serif;
  color: #62400c;
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.name {
  font-size: 3rem;
}

.certified {
  font-size: 1.8rem;
}

.tagline {
  display: inline;
}

.phone {
  font-size: 3rem;
  font-weight: 100;
  font-family: 'Bank Gothic Light', sans-serif;
  color: inherit;
  text-decoration: none;
  display: block;
  margin-top: 0.3em;
}

.hours {
  text-align: center;
  font-size: 1.5rem;
}

.hours_label {
  font-weight: bold;
}

.hours h3 {
  font-weight: 100;
  font-family: 'Bank Gothic Light', sans-serif;
}

.badge {
  position: relative;
}

.badge img {
  height: 25%;
  width: 25%;
}

.profile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40%;
  margin-bottom: 20px;
}

/* Small devices such as large phones (640px and up) */
@media screen and (min-width: 640px) {
  .badge {
    position: relative;
  }

  .badge img {
    height: 25%;
    width: 25%;
  }
}

/* Medium devices such as tablets (768px and up) */
@media screen and (min-width: 768px) {
  .badge {
    position: relative;
  }

  .badge img {
    height: 25%;
    width: 25%;
  }
}

/* Large devices such as laptops (1024px and up) */
@media screen and (min-width: 1024px) {
  .badge {
    position: relative;
  }

  .badge img {
    height: 25%;
    width: 25%;
  }
}

/* Largest devices such as desktops (1280px and up) */
@media screen and (min-width: 1280px) {
  .badge {
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .badge img {
    height: 50%;
    width: 50%;
  }
}
