article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: ;
}
a:hover,
a:visited {
  color: ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
body {
  font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #999;
  font-weight: normal;
}
h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 900;
}
h2 {
  font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}
header#header {
  text-align: center;
  background: #f2f2f2;
  padding: 48px 0 55px 0;
}
header#header h1 {
  color: #555;
  letter-spacing: 9px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
header#header h2 {
  font-size: 15px;
  color: #9f9f9f;
  font-family: "Bariol_Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0 0 0;
  font-weight: normal;
}

section.clients {
  padding: 100px 15px;
}
section.clients .column {
  max-width: 600px;
  margin: 0 auto;
}

section.clients p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
section#snappy {
  background: #e06d5e;
  text-align: center;
}
section#snappy h4,h3{
  color: white;
}
section#snappy h4{
  font-size: 15px;
  margin: 50px 0 0 0;
}



section#contact {
  background: #f9fbfb;
  text-align: center;
  padding: 90px 15px;
}
section#contact h3 {
  font-size: 24px;
  color: #9f9f9f;
}
section#contact .btn {
  display: inline-block;
  background: #5ecbeb;
  border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
  padding: 12px 35px;
  color: #fff;
}
section#contact .btn:hover {
  background: #07c2f9;
  box-shadow: 0 0 13px #e3e3e3;
}
section#contact .red {
  display: inline-block;
  background:  #ff6566;
  border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
  padding: 12px 35px;
  color: #fff;
}
section#contact .red:hover {
  background:   #ff3d3e;
  box-shadow: 0 0 13px #e3e3e3;
}

footer#footer {
  background: #2b2b2b;
  text-align: center;
  padding: 65px 0 90px 0;
}
footer#footer p {
  font-size: 15px;
  color: #5e5e5e;
}
footer#footer p a {
  font-family: "Bariol_bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e5e5e;
  border-bottom: 1px dotted #5e5e5e;
  padding-bottom: 3px;
}




@media (max-width: 600px) {
  header#header {
  	text-align: center;
  	background: #f2f2f2;
  	padding: 35px 0 35px 0;
  }
  header#header h1 {
    font-size: 26px;
    letter-spacing: 5px;
  }
  section#intro {
  	padding: 25px 0 25px 0;
  }
  section#intro p {
  	font-size: 16px;
  	line-height: 1.8;
   	color: #999;
  }
  section.clients p {
  	font-size: 16px;
 	 line-height: 1.8;
  	text-align: left;
  }
  ul.social {
   list-style: none;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
  }
  ul.social li {
    margin: 0;
  }
  ul.social li a {
    width: 50px;
  }
  footer#footer ul.social {
    display: none;
  }
}
