.specialize {
 margin-top: 5%;
}
.logo_store {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo_m{
	display: flex;
	justify-content: center;
	width:100%;
 	margin: 0 auto;
 	margin-top: 1%;
 	text-align: center;
}
.first-p {
	margin-top: 15px;
	text-align: center;
	font-size: 20pt;
  color: rgb(38, 43, 62);
}
.container {
	width 100%;
}

.header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.main_logo {
	width:17%;
	height:17%;

}

.mail {
	margin-top: 0 auto;
	text-align: center;
	font-size: larger;
	font-family: arial;
}
.footer_logo {
	display: flex;
	margin-top: 3%;
	justify-content: center;

}
.footer_text {
	text-align: center;
	font-family: arial;
	font-size: x-small;
	color: #303030;
}
.photos {
	text-align: center;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.photos a {
	width: 97%;
	display: block;
	float: left;
	line-height: 0;
}
