h1 {
    margin-bottom: 5px;
}
h1+p {
			color: #a36d59
}

.libourge_photos {
			display: flex;
    flex-wrap: wrap;
			align-items: center;
			line-height: 0;
    justify-content: center;
}
.libourge_photos a {
			display:block;
			margin: 0;
			cursor: pointer;
			position: relative;
		 border:2px solid white;
			border-radius: 5px;
}
.libourge_photos a:hover {
			border-color: #e1dace
}
.libourge_photos img {
			border-radius: 4px;
			max-height: 160px;
}

@media (max-width:440px) {
			.libourge_photos a {
						margin: 1px;
						border:none;
			}
			.libourge_photos img {
							max-height: 126px;
			}
}

@media (max-width:410px) {
			.libourge_photos img {
							max-height: 122px;
			}
}


@media (max-width:390px) {
			.libourge_photos img {
							max-height: 114px;
			}
}

@media (max-width:375px) {
			.libourge_photos img {
							max-height: 100px;
			}
}