#submit-contact {
	font-weight: bold;
	font-size: 1.2rem;
	margin: 1rem;
}
.invalid-feedback {
	font-size: 90% !important;
}

#success_container_contact_form {
	display: none;
}

div#overlay_contact_form {
	display: none;
	position: absolute;
    width: 100%;
    background: rgba(200,200,200,0.7);
    height: 100%;
    z-index: 1;
}
@media (max-width: 600px) {
	#submit-contact {
		width:100%;
		margin: 0px;
	}
}
