﻿
/* About PAGE FROM HERE ON IN */
#mainHero{
	margin-bottom:80px}


article{
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
h1 {
	color: #74491f;
	font-style:normal;
	font-weight:100;
	font-size:23px;
	margin: 0;
	text-align:center;
}


h2 {
	/* color: #74491f; */
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}

p, address	{
	margin: 0;
	/* color: #77787b; */
	margin-top: 3px;
	font-size:14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 20px;
}

address {
	/* color: #74491f; */
	padding: 5px 0px;
	font-style:normal;
	}

.col1, .col2, .col3 {
	width: 155px;
	float: left;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	font-weight:100;
	color: #77787b;
	line-height: 16px;
	margin-bottom: 7px;

	}
.col3 {
	width: 100px;
	float: left;	
	}
#row1 {
	margin-top:5px;
	}
#row1 p, #row2 p, #row3 p {
	margin: 0px;
	margin-bottom: 5px;
	}	

h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #77787b;
	margin: 0px;
	}
	
 /* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 75%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=email], select, textarea{
  width: 75%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=tel], select, textarea{
  width: 75%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
 
}

input[type=checkbox], select, textarea{
  width: 30px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin-top:15px;
 
 
}


/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 15%;
  margin-top: 6px;
  text-align:right
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 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: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 