.wrapper {
	max-width: 1000px
}

.pointer {
	cursor: pointer;
}


/* Gallery */

.thumbnail-hover:hover {
    transform: translateY(-10px) scale(1.02);
}

.gallery-text h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}


