h1 { font-weight: 400; }
h2 { font-weight: 300; margin: 0 0 20px; }
h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

img, a { transition: all 0.5s ease; }

.special {
  text-transform: lowercase;
  /*font-style: italic;*/
}

#watch-images { margin-bottom: 0; }

.subtext { font-size: 15px; }

.page-header {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  border: 0;
}
#home img {
  border-radius: 50%;
  border: 10px solid white;
}
#home:hover img {
  border-color: #f4f4f4;
}

#watch-images div {
  padding: 15px;
}

.appstore {
  font-size: 17px;
  border: 1px solid #337ab7;
  border-radius: 5px;
  padding: 6px 15px;
  /*text-transform: uppercase;*/
  font-weight: 400;
  position: relative;
}

.appstore:before {
  content: "+";
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 3px;
}

.appstore:hover {
  text-decoration: none;
  color: #16AA1D;
  border-color: #16AA1D;
}

.detail p {
  font-size: 15px;
  font-style: italic;
}

.footer {
    margin: 40px 0 20px;
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
    text-align: left;
}
.right {
  float: right;
  color: #337ab7;
}
.right:hover {
  color: #16AA1D;
}

/* Badges */
.app-store-badge img,
.google-play-badge img {
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.app-store-badge img,
.google-play-badge img,
.store-badge-white-text {
  max-width: 180px;
  margin-bottom: 30px;
}
.app-store-badge .store-badge-white-text img,
.google-play-badge .store-badge-white-text img {
  max-height: 59px;
  max-width: 100%;
  margin-bottom: 0;
}
/*a.app-store-badge {
  margin-right: 10px;
}*/