/*[class^="col"] { background-color: rgba(255, 0, 0, 0.1); outline: 1px solid rgba(255, 0, 255, 0.25); }
[class^="row"] { outline: 1px solid rgba(0, 255, 0, 0.5); }*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.animated {
    animation-duration: 0.5s;
}

@font-face {
    font-family: 'Graebenbach';
    src: url('/assets/fonts/Graebenbach-Regular.eot');
    src: url('/assets/fonts/Graebenbach-Regular.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/Graebenbach-Regular.woff') format('woff'),
         url('/assets/fonts/Graebenbach-Regular.ttf')  format('truetype');
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #222;
    font-family: Graebenbach, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 50px;
}

a, a:focus {
    color: #000;
    text-decoration: none;
    transition: color .3s, background .3s, border .3s;
}

a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

hr {
    border-top-color: #222;
    margin: 25px 0;
}

.small {
    font-size: 70%;
    letter-spacing: 0.5px;
    line-height: 1.55em;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.panda-hover-cursor:hover {
    cursor: url('/assets/cursors/panda.png'), pointer;
}

.heart-hover-cursor:hover {
    cursor: url('/assets/cursors/heart.png'), pointer;
}

.top-gutter {
    margin-top: 30px;
}

.font-feature-salt {
	/* special ampersand */
	font-feature-settings: 'salt' 1;
}

.bottom-gutter {
    margin-bottom: 30px;
}

ul.menu {
    margin-bottom: 0;
}

.copyright {}

.index-project-cell {
    margin-bottom: 40px;
    padding: 45px;
}

.greyscale-project-cell img {
    -webkit-transition : -webkit-filter 250ms linear;
    transition : filter 250ms linear;
}

.greyscale-project-cell img:hover {
    -webkit-filter: opacity(70%) grayscale(100%);
    filter: opacity(70%) grayscale(100%);
}

.index-project-cell-first {
    margin-top: 30px;
    padding-top: 0;
}

.archive-project-cell {
    padding: 75px;
}

.index-project-cell-extra-padding-left {
    padding-left: 70px;
}

.index-project-cell-extra-padding-right {
    padding-right: 70px;
}

.index-project-title {
    text-align: center;
    margin-top: 15px;
}

.project-title {
    cursor: default;
}

.project-title a:hover {
    border-bottom: none
}

.project-image {
    margin-top: 30px;
}

.project-image.position_left_float {
    clear: both;
}

.project-image.position_right_solo + .project-image.position_left_solo,
.project-image.position_left_solo + .project-image.position_right_solo {
    margin-top: 0;
}

.other-project .other-project-thumbnail {
    display: none;
}
@media (hover: hover) {
    .other-project:hover .other-project-thumbnail {
        display: block;
        height: 100px;
        position: absolute;
        top: -110px;
    }

    .other-project.next:hover .other-project-thumbnail {
        right: 15px;
    }
}

@media screen and (min-width: 768px){
    .copyright {
        text-align: right;
    }

    .project-title {
        position: fixed;
        z-index: 999;
    }
}

@media screen and (max-width: 768px){
    .copyright {
        margin-top: 30px;
    }

    .index-project-cell {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .index-project-cell-first {
        padding-top: 0;
        margin-top: 0;
    }

    .project-image {
        margin-top: 30px !important;
    }

    .project-title {
        margin-top: 30px;
    }

    /* sync with .index-project-cell */
    .index-project-cell-extra-padding-left,
    .index-project-cell-extra-padding-right {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
