.centereded{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.social-link{
	background-color: #fff; 
	border-radius: 50%; 
	padding: 12px; 
	box-sizing: border-box;
	font-size: 1.8em;
	box-shadow: 7px 7px 7px
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-link:hover{
	transform: scale(1.15);
}
input, textarea{
	min-height: 60px;
	border: #cccccc 1px solid!important;
	background: #fff!important;
	border-radius: 5px!important;
	padding: 8px!important;
	box-sizing: border-box!important;
	outline: none;
	resize: horizontal;
}
textarea{
	resize: vertical;
	min-height: 200px!important;
	max-height: 400px!important;
}
.btn{
	background: #e53935!important;
	color: #fff!important;
}
.btn:hover{
	background: #e53935;
}
.menu .collection{
	margin: .5rem 0 .5rem auto;
	width: 250px;
}
.menu .collection-item{
	background-color: rgba(0,0,0,0);
	border: 0!important;
}
.menu a{
	font-size: 1.2em;
	color: #fff;
	transition: color 0.3s;
	text-shadow: 1px 1px 7px rgba(0,0,0,0.7);
}
.menu a:hover{
	color: rgba(255,255,255,0.6);
}
.caption-text{
	color: #fff; 
	font-size: 3em; 
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
	padding-top: 20%;
}
.colapse-menu{
	min-width: 95%!important; 
	position: absolute; 
	z-index: 100;
}
.colabse-moble{
	position: absolute; 
	z-index: 100; 
	background-color: rgba(0,0,0,0)!important; 
	box-shadow: none!important;
}
@media screen and (max-width: 993px){
	.colapse-menu{
		display: none;
	}
}