/* 
    Created on : Apr 30, 2015
    Author     : Dakota Sonnentag
*/

.galleryImgs {
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
}

.galleryItem {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 150px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 1px 3px 0px #D2D2D2;
    transition: .2s;
}

.galleryItem:hover {
    box-shadow: 0px 0px 18px 2px #D2D2D2;
    transition: .2s;
}