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

body,p{
  font-size: 16px;
  font-family:Tahoma, Geneva, sans-serif;
  color: #666666;
}


@media screen and ( min-width: 768px ) {
body{
  background-color:#fbefe4;
  padding: 16px;
}
#contact_form{
width: 90%;
margin: 0 auto;
}
}

.container-fluid{
	max-width:1435px;
	background-color:white;
}
.big-text{
  font-family:Tahoma, Geneva, sans-serif;
	font-size: 26px;
}
h1,.h1{
  font-family:Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #68a378;
	font-weight:bold;
}
h2,.h2{
  font-size: 24px;
  font-family:Tahoma, Geneva, sans-serif;
  color: #68a378;
  font-weight: bold;
}
h3,.h3{
  font-size: 18px;
  font-family:Tahoma, Geneva, sans-serif;
  font-weight: bold;
  margin:0px;
}

a{
  color: #68a378;
  text-decoration:none;
}
a:hover{
color: #68a378;
  text-decoration:underline;
}


.btn-secondary{
	background-color:#FFF;
	font-size: 24px;
	color:#333333;
	border:none !important;
}
.btn-secondary:hover{
	color: rgb(204, 102, 51);
	background-color:#FFF;
	border:none !important;
}
.btn-primary{
	background-color:#dcdee2;
	font-size: 24px;
	color:#68a378;
	border:none !important;
}
.btn-primary:hover{
	background-color:#dcdee2 !important;
	color: #666666;
	border:none !important;
}
.text-success {
  color: #333;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #333;
}
.has-success .form-control {
  border-color: #333;
}
.text-danger {
  color: #ee1f27;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ee1f27;
}
.has-error .form-control {
  border-color: #ee1f27;
}
.nav-link{
	color: #666666 !important;
}
.nav-link:hover{
	color: #68a378 !important;
}
.bg-light{
	background-color: white !important;
}
.all_container{
	border: 1px solid #ccc;
	display: table;
    margin: 0 auto;
}
.input-group-text{
	width: 126px;
    font-size: 14px;
}