html body {
    background-color: #ffffff;       
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
}

h2 h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #eeeeee;
}

.Head3 {
    font-family: 'Open Sans', sans-serif;     
    font-weight: 400;
    font-size: 1.2em;    
    color: #e24c55;
}


p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #000000;	
}

a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #000000;
    text-decoration: none;
}

.label-bw {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #1e1e1e;	
}


.inputs {
    background:  #ffffff; font-size: 1rem;  border: none; padding: 10px 10px; width: 180px; height: 2rem; margin: 10px 10px; box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.2 ); clear: both;
}

 .inputs:focus {
    background: #ffffff; box-shadow: 0 0 0 1px #ffce2b, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 ); 
    outline: none;
}

.button {
    display: inline-block;
    font-size: 1rem;
    padding: 10px 10px;

    margin: 10px 10px;     
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #33658a;
    background-color: #51825b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    transition: background 0.5s;
    width: 108px;
}

#header{
	width:100%;
	height: 50px; 
	top:0;
	left:0;
	position: fixed;
	background-color: #627482;
	background-color: #4f6273;
	background-color: #33658a;
	background-color: #2a5b32;
	background-color: #51825b;
	border-bottom: 1px solid #009541;	
	z-index: 999999;
}


#welcome {
	top:51px;
	left:250px;
	width:80%;
	height:200px;
	position: absolute;
    background-color: transparent;
    margin: auto;	
    display: inline-block;		
	z-index: 10;	
}

#signup-background{
	top:-150px;
	left:-190px;
	width: 350px;
	height: 500px;
	position: absolute;
	background-color: #e9eae4;
	background-color: #c0b283;	
    background-color: #42413d;
    background-color: #c53244;
    background-color: #f49c0d;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(00, 00, 00, 0.2);
    -moz-box-shadow: 0px 0px 10px 10px rgba(00, 00, 00, 0.2);
    box-shadow: 0px 0px 10px 10px rgba(00, 00, 00, 0.2);
    -o-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    z-index: 0;
}


#signup {
	top:60px;
	left:0px;
	width: 300px;
	height: 300px;
    margin: 0 auto;	
	position: absolute;
	float: left; 
	background-color: #000;	
	padding: 10px;
}


.container{
	width:80%;
	position: relative;
	background-color: #ffffff;
	padding: 10px;
	margin-left: 60px; 
	margin-top: 60px; 
}

.container-100{
	width:100%;
	position: relative;
	background-color: #ffffff;
	margin: 0; 
}

#footer{
	width:100%;
	position: relative;
	background-color: #ffffff;
}


.lhr {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
       -o-transform: rotate(120deg);
}

.menu {
	float: left;
	display: inline-block;
	position: relative;
	color: #eeeeee;
	padding: 15px 10px 30px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
}

.target-box {
	display: flex;
	float: left;
	margin: 3% 2.5% 5%;
	width: 45%;
	background-clip: padding-box;
	background-color: #ffffff;	
}

.target-box-content {
	border:0;
	vertical-align: baseline;
}

.target-text {
	color: #000000;
	display: block;	
	float: left;
}

.target-caption {
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;
	color: #000000;
	margin-left: 64px;
}

.target-box-icon {
    position: absolute;
    display: block;
    background-clip: padding-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    line-height: 60px;
    text-align: center;
    width: 48px;
    height: 48px;    
}    

.top-bg {
  position: absolute;
  top: 51;
  left: 0;
  width: 100%;
  height: 260px;  
  background-color: #c29141e0;
  transform: skewY(-6deg);
  transform-origin: top left;
}

.bottom-bg {
  margin-top: 350px;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #627482;
  background-color: #d2cdc8;
  transform: skewY(-6deg);
  transform-origin: top left;
}