/* white */
/* black */
@import url(http://fonts.googleapis.com/css?family=Roboto:900,300,100);
/*    font (size, weight, height, color)     */
/*    +meri(.6, 100, 1.6, $notBlack)           */
/* font-family variables */
/* weight */
/* font mixins :::: example ::::: +roboto(1.5, 100, .8, $white)  */
html, body {
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6,
p,
blockquote,
ol,
ul {
  margin: 0;
  padding: 0; }

header, hgroup, section, main, article, aside, canvas,
video, figure, figcaption, li {
  margin: 0;
  padding: 0;
  display: block; }

li {
  float: left; }

strong {
  font-weight: bold; }

a,
button {
  color: inherit;
  transition: 0.3s; }

a {
  text-decoration: none; }

button, input, label, select, textarea {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

::focus {
  outline: 0; }

::selection {
  background: yellow; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

/* ==== GRID SYSTEM ==== */
.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.wrapper:first-of-type {
  margin-top: 0%; }

.row {
  position: relative;
  width: 100%; }

/* ******************************************** */
/* MARGINS ABOVE 768px */
.row [class^="col"] {
  float: left;
  margin: 2% 2%;
  min-height: 1px; }

/* MARGINS BELOW 768px */
@media only screen and (max-width: 768px) {
  .row [class^="col"] {
    margin: 2% 2%; } }
/* no vertical margin on push 'spacers' */
.row [class^="col-push"] {
  float: left;
  margin: 0% 2%;
  min-height: 1px; }

/* ******************************************** */
/* full width on mobile */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-push-1,
.col-push-2,
.col-push-3,
.col-push-4,
.col-push-5,
.col-push-6,
.col-push-7,
.col-push-8,
.col-push-9,
.col-push-10,
.col-push-11,
.col-push-12 {
  width: 96%; }

/* grid for mobile */
.col-1-sm {
  width: 4.33%; }

.col-2-sm {
  width: 12.66%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33%; }

.col-5-sm {
  width: 37.66%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33%; }

.col-8-sm {
  width: 62.66%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33%; }

.col-11-sm {
  width: 87.66%; }

.col-12-sm {
  width: 96%; }

/* ******************************************** */
/* clearfix */
.row:after {
  content: "";
  display: table;
  clear: both; }

/* hide on mobile */
.hide-sm {
  display: none; }

/* ******************************************** */
/* switch from mobile first to 768px and above */
/* ******************************************** */
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 4.33%; }

  .col-push-1 {
    width: 4.33%; }

  .col-push-1:before, .col-push-1:after {
    content: ""; }

  .col-2 {
    width: 12.66%; }

  .col-push-2 {
    width: 12.66%; }

  .col-push-2:before, .col-push-2:after {
    content: ""; }

  .col-3 {
    width: 21%; }

  .col-push-3 {
    width: 21%; }

  .col-push-3:before, .col-push-3:after {
    content: ""; }

  .col-4 {
    width: 29.33%; }

  .col-push-4 {
    width: 29.33%; }

  .col-push-4:before, .col-push-4:after {
    content: ""; }

  .col-5 {
    width: 37.66%; }

  .col-push-5 {
    width: 37.66%; }

  .col-push-5:before, .col-push-5:after {
    content: ""; }

  .col-6 {
    width: 46%; }

  .col-push-6 {
    width: 46%; }

  .col-push-6:before, .col-push-6:after {
    content: ""; }

  .col-7 {
    width: 54.33%; }

  .col-push-7 {
    width: 54.33%; }

  .col-push-7:before, .col-push-7:after {
    content: ""; }

  .col-8 {
    width: 62.66%; }

  .col-push-8 {
    width: 62.66%; }

  .col-push-8:before, .col-push-8:after {
    content: ""; }

  .col-9 {
    width: 71%; }

  .col-push-9 {
    width: 71%; }

  .col-push-9:before, .col-push-9:after {
    content: ""; }

  .col-10 {
    width: 79.33%; }

  .col-push-10 {
    width: 79.33%; }

  .col-push-10:before, .col-push-10:after {
    content: ""; }

  .col-11 {
    width: 87.66%; }

  .col-push-11 {
    width: 87.66%; }

  .col-push-11:before, .col-push-11:after {
    content: ""; }

  .col-12 {
    width: 96%; }

  .col-push-12 {
    width: 96%; }

  .col-push-12:before, .col-push-12:after {
    content: ""; }

  .hide-sm {
    display: block; } }
/* ******************************************** */
/* set maximum wrapper width to 1175px */
/* ******************************************** */
@media only screen and (min-width: 1175px) {
  .wrapper {
    width: 90%;
    max-width: 1175px; } }
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) and (min-width: 1px) {
    html {
      font-size: 90%; } }
  @media screen and (max-width: 1099px) and (min-width: 768px) {
    html {
      font-size: 92.5%; } }
  @media screen and (max-width: 1599px) and (min-width: 1100px) {
    html {
      font-size: 95%; } }
  @media screen and (max-width: 10000px) and (min-width: 1600px) {
    html {
      font-size: 125%; } }

body {
  padding-top: 10px;
  font-size: 1.6em;
  font-family: "Helvetica Neue", sans-serif, sans-serif;
  margin: 0;
  background-color: #fbfbfb;
  overflow-x: none; }

section {
  margin: 40px 0; }

.section__header {
  background: #ebebeb;
  padding: 0;
  margin-bottom: 30px; }
.section__mainTitle {
  background: #333333;
  color: white;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .section__mainTitle {
      font-size: 1.2em; } }
.section__description {
  padding: 20px;
  margin: 0; }

.logonav {
  position: fixed;
  z-index: 10;
  background-color: white;
  width: 100%;
  margin-bottom: 10px; }
  .logonav header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .logonav .logo {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 3px;
    font-size: 3rem;
    font-weight: 100;
    line-height: 0.5;
    line-height: 0.5;
    color: #333333;
    padding: 10px; }
  .logonav nav > ul > li {
    padding: 10px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6px;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 0.5;
    line-height: 0.5;
    color: #333333; }
  @media only screen and (max-width: 1000px) {
    .logonav .hide {
      display: none; } }
  @media only screen and (max-width: 1000px) {
    .logonav .show {
      display: block; } }
  @media only screen and (min-width: 1001px) {
    .logonav .show {
      display: none; } }
  .logonav h1#logo-strap {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6px;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 0.5;
    line-height: 0.5;
    color: #333333;
    padding-top: 12px;
    padding-left: 2px; }
    @media screen and (max-width: 450px) {
      .logonav h1#logo-strap {
        font-size: 0.3em;
        font-weight: 400; } }

#menu {
  display: none; }
  @media screen and (max-width: 700px) {
    #menu {
      display: block; } }

.appear-on-scroll, .appear-on-scroll-subnav {
  background-color: #333333;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 15;
  display: none; }

.appear-on-scroll-subnav {
  background-color: #eee;
  top: 72px;
  color: black; }

.appear {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px; }

.mobile-nav {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  padding: 10px 0;
  margin: 0 20px; }
  @media screen and (max-width: 10000px) and (min-width: 768px) {
    .mobile-nav {
      justify-content: flex-end;
      margin: 0; } }

.subnav-link {
  margin-right: 20px; }

@media screen and (max-width: 768px) {
  .subnav-link:last-of-type {
    margin-right: 0px; } }

.orange {
  background-color: #f09b00;
  color: white;
  padding: 10px 5px; }
  @media screen and (max-width: 768px) {
    .orange {
      padding: 10px; } }

.txt-1 {
  width: 90%;
  margin-top: 80px; }

.txt {
  width: 90%;
  margin-top: 60px; }

h3 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h3 {
      margin-top: 5px;
      margin-bottom: 10px; } }

p {
  padding-top: 10px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    p {
      padding-top: 0; } }

button {
  margin-top: 60px;
  background-color: #3b3b3b;
  border-radius: 6px;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    button {
      margin-top: 25px;
      margin-bottom: 15px; } }

.button-erase {
  background-color: #f09b00;
  color: #f09b00; }

.pull {
  margin-right: -15px; }
  @media screen and (max-width: 768px) {
    .pull {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .pull img {
      margin-bottom: 15px; } }
  @media screen and (max-width: 30000px) and (min-width: 768px) {
    .pull img#splash-sq {
      margin-top: 75px;
      width: 80%;
      max-width: 80%; } }

@media screen and (max-width: 450px) {
  .mobile-h-fix {
    margin-top: -17px; } }

@media screen and (max-width: 1040px) {
  .mobile-h-fix2 > p {
    margin-top: 8px; } }

.image2 {
  margin: 20px 0;
  background-color: #f09b00;
  color: white;
  padding: 30px 5px; }
  .image2 li {
    background-color: #333333;
    margin: 3px 0; }
    .image2 li p {
      padding: 0;
      margin: 0;
      margin: 0 10px;
      width: 100%; }
      @media screen and (max-width: 1040px) {
        .image2 li p {
          font-size: 0.8em; } }
  .image2 h3, .image2 li {
    margin-left: 25px; }
    @media screen and (max-width: 1040px) {
      .image2 h3, .image2 li {
        margin-left: 0; } }
  @media screen and (max-width: 1040px) {
    .image2 ul {
      margin-top: 25px; } }
  .image2 h3 {
    margin-top: -50px;
    text-transform: uppercase; }

#services:before {
  display: block;
  content: "";
  margin-top: -98px;
  height: 98px;
  visibility: hidden; }

.services {
  background: white; }
  .services__block {
    background: #f1f4f4;
    border-radius: 10px;
    padding: 20px; }
  .services__title {
    background: #f09b00;
    border-radius: 5px;
    margin: 5px 0;
    padding-left: 5px; }
    @media screen and (max-width: 500px) {
      .services__title {
        margin: 0 0 20px 0; } }
  .services__para {
    margin: 0; }

#gallery:before {
  display: block;
  content: "";
  margin-top: -98px;
  height: 98px;
  visibility: hidden; }

.imgCenter {
  max-width: 1175px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    .imgCenter {
      width: auto; } }

.thumbnail {
  width: 287px; }
  @media screen and (max-width: 1314px) {
    .thumbnail {
      width: 10%; } }
  @media screen and (max-width: 600px) {
    .thumbnail {
      width: 23.7%; } }

#testimonials:before {
  display: block;
  content: "";
  margin-top: -98px;
  height: 98px;
  visibility: hidden; }

.testimonial {
  background: white; }
  .testimonial__title {
    font-size: 2.2rem; }
  .testimonial__location {
    font-size: 1.2rem; }
  .testimonial__quote {
    font-size: 1.8rem;
    margin-bottom: 20px; }
    .testimonial__quote p {
      margin: 0;
      line-height: 1.5; }

#contact:before {
  display: block;
  content: "";
  margin-top: -98px;
  height: 98px;
  visibility: hidden; }

.contact {
  background: #f6f6f6; }

input, textarea {
  background: #e6e6e6;
  margin: 0 0 5px 0;
  padding: 5px;
  color: #333; }

textarea {
  margin-bottom: -1px; }

#my-btn {
  margin: 0;
  padding: 10px; }

.contact > p {
  margin: 0;
  padding: 0; }

.contact > p > a {
  border-bottom: 3px solid #333333; }

.highlight {
  background: #333333;
  color: white;
  padding: 2px 5px; }

footer {
  background-color: #f09b00;
  color: white; }

.about {
  margin: 0;
  margin-left: 20px; }
  @media screen and (max-width: 500px) {
    .about {
      margin-left: 0;
      margin-top: 10px; } }

.copyright > p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #333333;
  font-size: 0.8em; }

.tag {
  background-color: #eee;
  padding: 20px;
  font-size: 0.8em;
  text-align: center; }
  .tag a:hover {
    text-decoration: underline; }
