

.header
{
	padding:20px 40px 20px 40px;
}
.footer
{
	padding:100px 20px 20px 140px;
	border-bottom:1px solid #eee;
	background-color:#242321;
	
}
.footer ul{
	life-style:none;
	color:#eee;
	font-size: 1.3em;
    font-weight: 600;
	text-decoration:none;  
}

.footer li{
	list-style:none;
	padding-top:20px;
	
}
.container {
  border-radius: 5px;
  padding:20px 620px 70px 620px;

} 
.contact {
    color: #000;
    letter-spacing: 0px;
    font-size: 0.8em;
    font-weight: 400;
   
}
.contact label {
    font-size: 16px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="password"],
.contact input[type="date"],
.contact textarea {
    outline: none;
    padding: 15px 15px 20px 20px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
	border: 1px solid #000;
	 padding-bottom:12px;
}
.contact textarea {
    min-height: 150px;
    margin: 1em 0em;
    resize: none;
}
.contact textarea :hover 
{
   border:1px solid #3680a7;
}
.contact input[type="email"]:hover
{
	border:1px solid #3680a7;
}
.contact input[type="text"]:hover
{
	border:1px solid #3680a7;
}
.contact input[type="password"]:hover
{
	border:1px solid #3680a7;
}
.contact input[type="date"]:hover
{
	border:1px solid #3680a7;
}
.contact input[type="submit"] {
	outline: none;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    color: #fff;
    background: #019739;
	border-radius:4px;
    border: none;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:600;
	cursor: pointer;
	
}

.contact input[type="submit"]:hover {
    background:#3680a7;
}

.contact h2 {
    color: #019739;
    font-size: 2.5em;
    margin-bottom: .2em;
    letter-spacing: 1px;
    font-weight: 700;
	text-align:center;
	padding-bottom:10px;
}

