/* FONTES EM DESKTOP */
@media (min-width:972.99px){
	#contact_me {
	  background-repeat: no-repeat;
	  background-position: center;
	}

	#contact_me .form-control:focus {
	  border-color: #fed136;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}

	#contact_me ::-webkit-input-placeholder {
	  font-weight: 700;
	  color: #ced4da;
	  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	}

	#contact_me :-moz-placeholder {
	  font-weight: 700;
	  color: #ced4da;
	  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	}

	#contact_me ::-moz-placeholder {
	  font-weight: 700;
	  color: #ced4da;
	  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	}

	#contact_me :-ms-input-placeholder {
	  font-weight: 700;
	  color: #ced4da;
	  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	}

	#contact_me .section-heading {color: #fff;}
	#contact_me .form-group {margin-bottom: 25px;}
	#contact_me .form-group input,
	#contact_me .form-group textarea {padding: 20px;}
	#contact_me .form-group input.form-control {height: auto;}
	#contact_me .form-group textarea.form-control {height: 248px;}
}


