body{
  font-family:'Lato', sans-serif;
  font-size: 15px;
  line-height:1.5em;
  background-image:url("../images/pagebg.jpg");
  background-repeat: no-repeat;
  background-size:cover;
}


#container{
  width: 33.3%;
  margin: 100px auto;
  background: #ffffff;
  overflow: auto;
}

p{
  margin: 10px 0;
  line-height: 1.5em;
}

h1{
  font-size: 39px;
  font-weight: bold;
  margin: 20px, 0 10px 0;
  line-height: 1.2em;
}

h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px;
}

h3{
  font-size: 22px;
  margin: 10px 0;
}

h4{
  font-size: 19px;
  margin: 10px 0;
}

strong{
  font-weight: bold;
}

.clearfix{
  clear: both;
}

#contact-from input[type='text'], #contact-from input[type='email_name']{
  border: 1px solid #ddd;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 10px;
  height: 25px;
/*  width: 65%;*/
}

#contact-from input[type='submit']{
  padding: 12px 17px;
  color: #fff;
  background: #fa6a3c;
  border: 0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 15px;
  float: right;
  display: block;
}

#contact-from input[type='submit']:hover{
  background: #d55427;
  cursor: pointer;
}
.standout{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px;}

.contact-button{
  padding: 12px 17px;
  color: #fff;
  background: #fa6a3c;
  border: 0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 15px;
  text-decoration: none;

}

.contact-button:hover{
  background: #d55427;
  cursor: pointer;
}


.content-header{
  border-bottom: #ddd solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#contact-from .content-footer p{
  font-style: italic;
  text-align: center;
  color: #666;
  font-size: 80%;
}
.content-footer{
  text-align: center;
  border-top: #ddd solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

header#main-header{
  border-bottom: 4px solid #4ea0d8;
}

#logo{
  margin: auto;
  display:block;
}

#main-text{
  text-align: center;
  color #333;
  padding: 10px;
  margin-bottom: 20px;
}

#sub-1{
  float: left;
  width: 48%;
}

#sub-1 h2{
  text-align: center;
}

#sub-2{
  float: right;
  width: 48%;
}

#sub-2 h2{
  text-align: center;
}

.points li {
  margin-bottom: 30px;
}

.points img{
  float: left;
  margin-right:7px;
}
.points h4{
  padding-top: 20px;
}

#contact-from{
padding: 10px 15px 15px 15px;
border: 4px solid #4ea0d8;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
overflow: auto;
background: #f4f4f4;
}

#contact-from div{
    margin-bottom: 20px;
}

#contact-from label{
  display: inline-block;
  width: 100px;
  font-weight:bold;
}
.conversion{
  padding: 12px 17px;
  color: #fff;
  font-size: 36px;
  background: #fa6a3c;
  border: 0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
}
.noconversion{
  margin: 10px;
  padding: 12px 17px;
  color: #555;
  font-size: 36px;
  background: #d4d4d4;
  border: 0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
}
#testimonial{
  margin: 40px 0;
  font-style: italic;
  color: #666;
}
#testimonial img{
  float: left;
  margin-right: 20px;
}

footer#main-footer {
  text-align: center;
  border-top: #ccc solid 1px;
  color: aaa;
}


@media(max-width: 960px){
  #container{
    width: 80%;
  }
  h1{
    font-size: 33px;
  }
  #sub-1, #sub-2{
    float: none;
    width: 100%;
  }
  .points li{
    background: #eee;
    padding: 8px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 10px;
  }
  .points img{
    margin-top: 7px;
  }
  #testimonial img{
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}

@media(max-width: 568px){
  h1{
    font-size: 22px;
  }
}
