
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
body {
	color: black
}

.button {
    background-color: #5a5250;
    border: none;
	align-content: center;
    color: white;
    padding: 5px 20px;
	width: 180px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
}

#NavBar {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
	display: inline-block;
}

.img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.rectangle{
	height: 299px;
	width: 100%;
	background-color: #9ead75;
	text-align: center;
	position: relative;
	display: inline-block;
}

.M1{
	margin-left: 32%;
	margin-right: 30%;
	font-size: 20px;
}

.p{
	margin-left: 35%;
}

.L1{
	margin-left: 35%;
}

div.c {
	align-content: top;
	
} 

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}