/*Whole page CSS*/
.M_Page {
		margin-right:auto;
		font-family: Verdana, Times, serif;
		margin-left:auto;
		width:100%;
		height:100%;
		background-color:#F9E784;}
/*Gallery CSS*/
	.gallery-block.grid-gallery{
  
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
#G_Menu{
		  margin: auto;
	width: 20%;
	text-align: center;
}
#G_Menu a{
		cursor:pointer;
	height: 22px;
	width: 22px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}