/* Projects */
.project-filters {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 2px solid #006496;
}

.project-filters h2, .project-filters p {
    margin: 0;
}

.project-filters .filter {
    display: inline-block;
    padding-top: 1rem;
    position: relative;
}

.project-filters .filter select {
    font-size: 2rem;
    height: auto;
    position: relative;
    z-index: 2;
    width: 90%;
    border: 2px solid #006496;
    background: transparent;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.project-filters .filter:after {
    content: "\f13a";
    position: absolute;
    right: 1rem;
    top: 50%;
    font-family: 'FontAwesome';
    font-size: 2rem;
    z-index: 1;
    color: #006496;
}

.project-wrap {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    min-height: 250px;
    font-size: 14px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
    outline: 3px solid #fff;
}

.project-wrap:hover {
    opacity: 0.7;
    outline: 3px solid #fff;
}

.project-info {
    position: absolute;
    bottom: 0;
    left:: 0;
    width: 100%;
    background: rgba(0, 100, 150, 0.7);
    padding: 1rem;
    min-height: 50px;
    box-sizing: border-box;
}

.project-info em {
    color: #fff;
}

.project-info h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

@media (min-width: 400px) {
    .project-wrap {
        width: 50%;
        float: left;
        min-height: 250px;
    }
}

/* larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .project-wrap {
        width: 25%;
        font-size: 1.5rem;
    }

    .project-info h4 {
        color: #fff;
        font-size: 2rem;
        margin: 0;
    }
}

.project-detail {
}

.project-detail h2 {
    margin: 0;
    margin-top: 2rem;
}

.project-detail .location {
    margin-bottom: 2rem;
    display: block;
    color: #999;
}

img.description-image {
    width: 100%;
    border-radius: 1rem;
}

.project-gallery {
    padding-top: 2rem;
}

.project-gallery tr {
    display: block;
}

.project-gallery td {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin: 2%;
    margin-left: 0;
    margin-bottom: 0%;
}

.project-gallery td img {
    display: block;
    margin: 0;
    padding: 0;
}


