body{font-family: sans-serif, serif, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: :0;
    margin:0;
    background:url('../images/background.jpg');
        
 
 
}
 
/* Global */
.container {
  width:80%;  
    margin:auto;
    overflow:hidden;
    }
 
header ul {
    margin: 0;
    padding: 0;
 
}
 
/* Header */
header{
    background: #cf1c44;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #0b9446  5px solid;
 
    }
header a{
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
 
header li{
   float:left;
    display:inline;
    padding: 0 20px 0 20px;
}
 
header #branding{
   float; left; 
}
 
header #branding h1{
    margin: 0;
}
 
header nav{
    float: right;
    margin-top: -20px;
 
}
 
header .highlight, header .current a{
    color: #0b9446;
    font-weight: bold;
 
}
 
header a:hover{
    color: #cccccc;
    font-weight: bold;
}

h3 {
    font-weight:bold;
    color:#000;
    font-family:sans-serif;
    font-size:20px;
}
 
/*Showcase*/
 
#showcase{
    min-height: 400px;
    background:url('../images/showcase.jpg') no-repeat 0 -150px;
    text-align:center;
    color:#ffffff;
    border-bottom: #0b9446  5px solid;
}
 
#showcase h1{
    margin-top: 100px;
    font-size: 70px;
    margin-bottom: 10px;
}
 
#showcase p {
   font-size: 20px; 
 
}
 
/*Boxes*/
#boxes {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
 
 
}
 
#boxes .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#box1 {
    margin-right:auto;
    margin-left:auto;
}

#box1 .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px
}
 
footer {
    padding: 20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #cf1c44;
    text-align: center;
    border-top: #0b9446  5px solid;
 
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.container1 {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #cf1c44;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0b9446 ;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}




