/*
* ==========================================================================
* PAGE - HOME
* ==========================================================================
*/

  .welcome {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/landscape.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }

  .welcome h1,
  .welcome h2 {
    color: #FFF;
  }

  .welcome p {
    padding-top: 10px;
  }

  .text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .text-vertical-center h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  .text-vertical-center h2 {
    padding: 5px 0 30px 0;
  }

  .about h2 {
    color: rgb(51, 51, 51);
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    margin: 20px 0 10px 0;
  }

  .service-item {
    margin-bottom: 30px;
  }

/*
* ==========================================================================
* PAGE - MY APPLICATIONS
* ==========================================================================
*/
  .status-apps {
    padding: 20px 0 40px 0;
  }

  .status-apps .application {
    padding-bottom: 20px;
  }

  .status-apps h2 {
    margin-top: 0;
    padding-top: 10px;
  }


/*
* ==========================================================================
* PAGE - SHOWCASE
* ==========================================================================
*/

  .showcase {
    padding: 80px 0 0 0;
  }

  .showcase-icon {
    float: left;
    font-size: 28px;
    text-align: center;
    padding: 0 10px 10px 0;
  }

  .showcase-desc {
    padding: 0 15px;
    overflow: hidden;
  }

  .showcase h2 {
    margin: 0 0 20px 0;
    padding: 0;
  }

  .showcase-more {
    padding: 20px 0 50px 0;
  }

  .showcase-row {
    padding: 30px 0;
  }

  .row-striped {
    background: #EFEFEF;
  }

  .showcase .has-hover {
    display: block;
    position: relative;
  }

  .showcase .show-on-hover {
    background: rgba(0, 0, 0, .5);
    display: block;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .3s;
  }

  .showcase .show-on-hover .is-table {
    display: table;
    height: 100%;
    width: 100%;
  }

  .showcase .show-on-hover .is-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .showcase .has-hover.is-hover .show-on-hover {
    opacity: 1;
    visibility: visible;
  }

  .showcase .show-on-hover .btn-white {
    margin-top: 10px;
  }

/*
* ==========================================================================
* PAGE - STACHE CASTLE
* ==========================================================================
*/

.td-icons {
    white-space: nowrap;
}

.td-icons ul {
    margin: 0;
    padding: 0 20px 0 0;
}

.td-icons li {
    margin: 0;
    padding: 0;
}

.td-icons img {
    max-width: none;
}

/*
* ==========================================================================
* PAGE - BLOG
* ==========================================================================
*/

.blog-post-summary {
  margin-bottom: 60px;
}

// Default profile images ignore size specified in URL, so we must force it
.author-image {
  height: 15px;
  vertical-align: text-top;
  width: 15px;
}
