.post-title h1{
    color: #1c4446;
    font-family: "Montserrat-bold", sans-serif;
    font-size: 3em;
    margin: 40px 0 10px;
}

.all-post-title h1{
    margin-top: 20px;
}

.post-title a, .post-title a:hover, .post-title a:visited{
    color: #1C4446;
    text-decoration: none;
}

.post-header{
    background: #2E9B2F;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
}

.all-post-header{
    margin-bottom: 0;
}

.post-header .entry-meta{
    color: white;
    float: right;
    font-size: 1.2em;
    line-height: 40px;
}

.post-header .entry-meta a, .post-header .entry-meta a:hover, .post-header .entry-meta a:visited{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.nav-links{
    left: 0;
    position: absolute;
    width: 100%;
}

.nav-links .nav-previous a, .nav-links .nav-previous a:hover, .nav-links .nav-previous a:visited,
.nav-links .nav-next a, .nav-links .nav-next a:hover, .nav-links .nav-next a:visited{
    color: #1C4446;
    font-weight: bold;
}


.all-post-content img{
    margin-left: 50%;
    max-height: 250px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

/**Gallery**/

.gallery-title a, .gallery-title a:hover, .gallery-title a:visited{
    color: #2E9B2F;
    text-decoration: none;
}

a.thumbnail:hover{
    border-color: #2E9B2F;
}

.image-square{
    height: 310px;
    width: 310px;
}

.image-title{
    color: #2E9B2F;
    margin-top: 0;
}

.image-description{
    color: #777;
    font-size: 1.2em;
}

div.thumb-image>a.thumbnail{
    height: 310px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

div.thumb-image>a.thumbnail>img.image-square{
    left: 50%;
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}