body { font-family: 'Open Sans',Arial,sans-serif; font-size:14px; background:#F4F4F4; }
header { text-align:center; height: 660px; background:url(../images/bg.jpg); color:#FFF; background-size:cover; }
.logo { width:240px; margin:60px 0 30px 0; }
h2 { line-height: 50px; }
.examples { padding:60px 0;}
.example { text-align: center; overflow: hidden; transition:transform 0.3s; margin-bottom:30px;}
.example img { border-radius: 5px; }
.example a:hover { text-decoration: none; }
.example:hover { transform: translateY(-20px); }
.example-inner { padding:10px; }
.example h3 { color:#428bca; font-size:19px;}
.example span { color:#333; }
.example b { color:#999; font-size:12px; font-weight: bold; display: inline-block; margin-top:5px; }

.contact { background:#0a2b48; padding:40px 0; color:#FFF; margin-top:50px; }
.section-subheading { font-size:18px; }
.email { font-size:20px; }
.service-heading { margin-bottom: 60px; }
.btn { font-size:15px; font-weight: bold; padding:10px 30px; border-radius: 25px; margin:10px; }

.btn-group .btn { margin:0; font-size:13px; padding:6px 20px; }
hr { border-color:#CCC; margin:40px 0;}