.showOnHover {
  opacity: 0;
}

.showOnHover:hover {
  opacity: 1;
}

.blog .sideBar h2 {
  margin-bottom: 30px;
}

.large {
  text-size: large;
}

.small {
  text-size: small;
}

.x-small {
  text-size: x-small;
}

.xx-small {
  text-size: xx-small;
}

.medium {
  text-size: medium;
}

.x-large {
  text-size: x-large;
}

.xx-large {
  text-size: xx-large;
}

.bkgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.square {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 10px;
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.square .title {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-shadow: #000 0 0 2px, #000 0 0 5px, #000 0 0 10px;
  color: white;
  padding-top: 20px;
  line-height: 20px;
  opacity: 0;
}

.square:hover .title {
  opacity: 1;
  cursor: pointer;
}

.inline {
  display: inline-block;
}

.spacer {
  width: 50px;
  height: 50px;
}

.mp0 {
  margin: 0;
  padding: 0;
}

.appstore {
  height: 100px;
  margin: 10px;
}

.sectionBackground {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sectionText {
  padding: 20px;
}

.sectionHeader {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  display: block;
}

.textBackground {
  background: rgba(255, 255, 255, 0.3);
}

.social-share-btn .fb-facebook {
  color: #3b5999;
}
.social-share-btn .fa-twitter {
  color: #55acee;
}
.social-share-btn .fa-linkedin {
  color: #0077B5;
}
.social-share-btn .fa-pinterest {
  color: #bd081c;
}
.social-share-btn .fa-tumblr {
  color: #34465d;
}
.social-share-btn .fa-reddit {
  color: #ff5700;
}

/*# sourceMappingURL=common.css.map */
