.h1-heading {
	background-color: rgb(239, 106, 106);
	padding: 60px 0;
}

img{
	max-width: 100%;
}

.gallery{
	background-color: rgb(255, 209, 209);
	padding: 60px 0;
}

.gallery img{
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}

.gallery-item{
	width: auto;
	height: 350px;
}

#gallery-modal .modal-img{
	width: 100%;
}