* {
	font-family: Montserrat, arial, sans-serif;
}
body {
	background-color: #ADD8E6;
  padding: 1%;
}
h1 {
  font-size: 2.5em;
}
p {
  font-size: 1.2em;
}
#mtp_container {
  font-size: 1.2em;
}
.mtp_titleName {
	color: rgb(0, 0, 0); 
	background-color: rgb(253, 209, 31);
}

.mtp_titleName2 {
	color:#fff; 
	background-color: #6b665a;
}
.mtp_titleName, 
.mtp_titleName2 {
	padding: 0.2em 0.5em;
	display: inline-block;
	margin: 0;
}

.mtp_referenceImages {
  text-align: center;
}

.mtp_referenceImage {
	max-width: 30%;
	height: 100%;
	width: auto;
  margin-left: 0.5em;
}
.mtp_paintLogos {
	max-width: 25%;
	max-height: 75px;
	vertical-align: middle;
	margin-left: 1em;
}

#mtp_messageFormContaner  {

}

#mtp_messageFormContaner form {
  margin: 0 auto;
  width: 
}
 
 /* Style inputs with type="text", select elements and textareas */
input[type=text], [type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 1em; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 0.5em; /* Add a top margin */
  margin-bottom: 1em; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  padding: 0.5em 1.5em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
#mtp_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 1em;
  max-width: 29em;

} 
#mtp_userMessage {
	font-style: italic;
	color: green;
	text-align: center;
}
