p {
  color: #444;
  font-size: 1.1rem;
}

a {
  color: #00b0ff;
  text-decoration: none;
}

a:hover {
  color: #79ecff;
}

h1 {
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 0.8rem;
  margin-bottom: 1.250rem;
}

h2 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1.250rem;
}

.sidebar h2 {
  background-color: #777;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  padding: 12px;
}

h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.sidebar h3 {
  background-color: #777;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 12px;
}

h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.sidebar h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.postdate {
  font-size: 1.3rem;
  text-align: right;
  color: #555;
}

.popular-posts ul {
  font-size: 1.2rem;
  margin-bottom: 16px;
  list-style-type: none;
}

.popular-posts ul a {
  color: #444;
}

.popular-posts ul a:hover {
  color: #777;
  text-decoration: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
  font-weight: 700;
}

blockquote {
  color: #999;
  list-style: none;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

.button-white {
  font-size: 1em;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.button-white a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.button-white:hover {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid;
  text-decoration: none;
}

.button-grey {
  font-size: 1em;
  background-color: #777;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.button-grey a {
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none;
}

.button-grey:hover {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid;
  text-decoration: none;
}

.footer-left a {
  text-align: left;
  color: #ddd;
  text-decoration: none;
}

.footer-left a:hover {
  color: #fff;
}

.footer-right {
  text-align: right;
  color: #bbb;
}

@media only screen and (max-width: 992px) {

  .footer-right {
    text-align: center;
  }
  .footer-left {
    text-align: center;
  }
}