@charset "UTF-8";
/* CSS Document */

	
	.main{
		display: flex !important;	
	}	
	
.contact-main{
	width: 30%;
	margin: auto;
	font-family: "gelica", sans-serif;
	font-weight: 200;
	line-height: 130%;
	font-size: 18px;
	order: 2;
}	
	
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  resize: vertical;
  font-family: "gelica", sans-serif;
  color: #315315;	
  box-sizing: border-box;	
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-family: "urbane", sans-serif;
  font-size: 18px;
  width: 100%;	
}

.cReminder{
  font-size: 12px;	
  padding: 0px 0px 12px 0px;
}	
	
	
input[type=submit], #contact-submit {
  background-color: #e06a00;
  color: white;
  font-family: "urbane", sans-serif;
  font-size: 16px;	
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin: 2% auto;
	width: 50%;
  	
}

#cReason{
 background-color: #ffffff;
}	
	
#message{
  padding: 0;
	
}	
	
input[type=submit]:hover,  #contact-submit {
  background-color: #C15400;
}

.container {
  border-radius: 5px;
  background-color: #faf3e0;
  padding: 2%;
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  order: 1;
}


.dsktp-full{
	width: 100%;
	display:flex;
	margin: auto;
	flex-direction: column;
}	
	
.dsktp-1{
  width: 100%;
  display: flex;
 justify-content: space-between;
}	
	
.dsktp-2{
	width: 42%;
	float: left;
	margin: auto;
}	
	
.dsktp-1 .dsktp-2:first-child{
	margin-left: 0 !important;
}
	
	.dsktp-2 .dsktp-2:last-child{
		margin-right: 0 !important;
	}	
	
	
	
/* Clear floats after the columns */
.row:after {
  content: "";
  clear: both;
}

fieldset{
	border: none !important;
	border-width: 0 !important;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  input[type=submit] {
    width: 100%;
	  margin: 3% 0 0 0;
  }
	
	.main{
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.contact-main{
		order: 1;
		width: 90%;
		margin: 2% 5%;
	}
	
	.container{
		order: 2;
		width: 90%;
		margin: auto;
	}
	
	
	.container{
		flex-direction: column;
	}
	
	.label{
		width: auto;
	}
	
	.dsktp-1, .dsktp-2, .dsktp-full{
		width: 100%;
		flex-wrap: wrap;
		margin: auto;
	}	
	
	.dsktp-1 .dsktp-2:first-child{
	margin-left: auto !important;
}
	
	.dsktp-2 .dsktp-2:last-child{
		margin-right: auto !important;
	}	 
	
	
	
}