article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

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

/* End of setup styles */
body {
  font-family: 'Roboto Slab', serif;
}

h1,
h4,
h5,
h6 {
  color: #454545;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
}

h4 {
  text-transform: uppercase;
  font-weight: 500;
}

section {
  padding: 45px 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #DEDEDE;
  transition: all 0.5s ease;
}

a:hover {
  color: #FFC554;
}

.hiddenLabel {
  display: none;
}

.wrapper {
  max-width: 1980px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* gallery height */
.gallery {
  height: 300px;
}

.gallery-cell {
  width: 100%;
  /* full width */
  height: 160px;
  /* height of gallery */
  margin-right: 10px;
}

.nav1 {
  background: #EBEBEB;
  font-size: 12px;
  color: #454545;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}

.mini-menu-container {
  padding: 16px 0;
}

.mini-menu-container li {
  display: inline-block;
  padding-left: 10px;
}

.mini-menu {
  text-align: right;
}

.search-bar {
  font-size: 12px;
  padding: 8px 5px;
  border: 1px dashed #333333;
}

.check-out {
  padding: 5px 3px;
  border: 1px dashed #333333;
}

.check-out p:before {
  content: url(../assets/shoppingbag.png);
  padding-right: 10px;
}

.logo-img img {
  position: relative;
  top: 28px;
}

.logo-name {
  width: 66%;
  padding-left: 10px;
}

.logo-name h1 {
  margin: 30px 0;
  font-size: 34px;
}

.nav-doodads {
  margin: 30px 0;
  position: relative;
}

.nav-doodads .fa-search {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #333333;
}

.nav-doodads input {
  width: 100%;
}

.nav-doodads p {
  font-size: 13px;
  margin: 0;
  color: #333333;
}

.nav3 {
  background: #030303;
  color: #686868;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  min-height: 125px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav3 ul {
  padding: 0;
  margin: 0;
}

.nav3 li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.nav-border-right::after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #686868;
  margin: 0 10px 0 20px;
  transform: skewx(-30deg);
  position: relative;
  top: 5px;
}

.menu-container {
  margin-top: 13px;
}

.social-buttons {
  background: #191919;
  text-align: center;
  padding: 15px 5px;
  transform: skewx(-30deg);
  transition: all 1s ease;
}

.social-buttons i:hover {
  background: #FFC554;
}

.social-buttons i {
  padding: 10px;
  width: 33px;
  background: #3E3E3E;
  border-radius: 50%;
  transform: skewx(30deg);
}

input[type=checkbox] {
  display: none;
}

.navigation {
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  width: 300px;
  position: absolute;
  top: 0;
  left: -300px;
  margin: 0;
  transition: all 2s ease;
}

.navigation .fa {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.navigation li {
  font-size: 24px;
  padding-left: 10px;
  color: white;
}

#nav-check:checked + .navigation {
  left: 0;
}

.slide-menu-item:hover {
  color: #FFC554;
}

nav,
header {
  left: 0;
  position: relative;
  transition: all 2s ease;
}

#nav-check:checked ~ nav {
  left: 300px;
}

#nav-check:checked ~ header {
  left: 300px;
}

.hidden-nav {
  position: absolute;
  top: 10px;
}

.jumbotron {
  margin-top: -75px;
  height: 60vh;
  color: white;
  display: none;
  width: 100%;
}

.jumbotron.active {
  display: table;
}

.jumbo1 {
  background: url(../assets/jumbotron1.jpg) no-repeat;
  background-size: cover;
}

.jumbo2 {
  background: url(../assets/jumbotron2.jpg) no-repeat;
  background-size: cover;
}

.jumbo3 {
  background: url(../assets/jumbotron3.jpg) no-repeat;
  background-size: cover;
}

.jumbo4 {
  background: url(../assets/jumbotron4.jpg) no-repeat;
  background-position: 50% 98%;
  background-size: cover;
}

.jumbotron h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 15px auto;
  width: 80%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .jumbotron h2 {
    font-size: 44px;
  }
}

.jumbotron h3 {
  margin: 0;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.jumbo-text {
  display: table-cell;
  vertical-align: middle;
}

.jumbo-text h2:before {
  padding-right: 15px;
  background-image: url(../assets/bars.png);
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  position: relative;
  right: 10px;
}

@media (min-width: 768px) {
  .jumbo-text h2:before {
    background-size: 65px 65px;
    width: 65px;
    height: 65px;
    right: 20px;
  }
}

.jumbotron-buttons {
  height: 120px;
  background: #F1F1F1;
}

.jumbotron-buttons:hover,
.jumbotron-buttons.active {
  background: #FFC554;
}

.jumbotron-buttons:hover p,
.jumbotron-buttons.active p {
  color: white;
}

.jumbotron-buttons:hover i,
.jumbotron-buttons.active i {
  color: white;
}

.jumbotron-button-content {
  padding: 20px 0;
  width: 100%;
}

.jumbotron-button-content p {
  font-size: 14px;
  color: #222222;
}

.jumbotron-button-content i {
  font-size: 26px;
  color: #222222;
}

.jumbotron-button-border {
  border-right: 1px solid white;
}

image:hover #truck {
  fill: black;
}

.jumbo-container {
  position: relative;
}

.jumbo-controls a {
  position: absolute;
  top: 160px;
  color: black;
  opacity: 0.8;
}

.jumbo-controls a:hover {
  opacity: 0.3;
}

.jumbo-controls a i {
  color: white;
  font-size: 20px;
}

@media (min-width: 768px) {
  .jumbo-controls a i {
    font-size: 45px;
  }
}

.jumbo-controls .control-left {
  left: 10%;
}

.jumbo-controls .control-right {
  right: 10%;
}

.about {
  padding-bottom: 0;
}

.serious-guy img {
  max-width: 300px;
}

.about p, li {
  color: #333333;
  font-size: 12px;
  line-height: 2;
}

.about h4 {
  text-transform: uppercase;
}

.hours-box {
  padding: 15px 15px;
  border: 1px solid #f1f1f1;
}

.brochure {
  background: #E7E7E7;
  margin: 15px 0 50px 0;
  border: 1px solid #f1f1f1;
  padding: 0 10px;
}

.brochure p {
  position: relative;
  top: -5px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}

.brochure p:before {
  content: url(../assets/logo2.png);
  margin-right: 15px;
  position: relative;
  top: 7px;
}

.features {
  background: #F1F1F1;
}

.features p {
  color: #333333;
  font-size: 14px;
}

.features h4 {
  text-transform: uppercase;
  font-weight: 500;
}

.features-menu-container {
  margin-top: 35px;
}

.features-menu-container li {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  color: #4E4E4E;
  border-right: 2px solid #333333;
}

.features-menu-container li:hover {
  color: #FBB000;
  border-right: 2px solid #FBB000;
}

.choose-us {
  background: white;
  padding: 20px;
  border-radius: 5px;
}

.choose-us i {
  margin-right: 8px;
  color: #8FC027;
}

.thin-underline {
  height: 2px;
}

.wordpress1 {
  position: relative;
  padding: 0;
}

.wordpress1-bg {
  background-image: url(../assets/bg-pattern-cool.jpg);
}

.wordpress-text {
  padding: 20px 0;
}

.wordpress1-large {
  color: white;
  font-size: 16px;
}

.wordpress1-small {
  color: #909090;
}

.wp-purchase {
  text-decoration: none;
  margin: 45px 0;
  padding: 20px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background: #FFC554;
  border-radius: 5px;
  color: black;
  border: 2px solid black;
}

.wp-purchase:hover {
  background: black;
  color: #333333;
  border: 2px solid #FFC554;
  border-radius: 3px;
}

.projects h4 {
  text-transform: uppercase;
  font-weight: 500;
}

.projects p {
  color: #333333;
  font-size: 14px;
}

.project-box {
  padding: 15px 10px;
}

p.project-name {
  color: black;
  font-size: 18px;
  font-family: 'Dosis', sans-serif;
}

#box1 {
  position: relative;
}

.overlay:before {
  content: '+';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  left: 0;
  right: 0;
  color: white;
}

.box {
  cursor: pointer;
}

.overlay {
  position: relative;
}

.overlay-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

#overlay1 {
  background: #FFC554;
  text-align: center;
  padding: 15% 0 66px 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  position: absolute;
  top: -300px;
  right: 0;
  left: 0;
  display: none;
}

#box1:hover #overlay1 {
  opacity: .95;
  top: 0;
  bottom: 0%;
  display: inline-block;
}

#plus1 {
  font-family: Helvetica;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
}

#box2 {
  position: relative;
}

#overlay2 {
  background: #FFC554;
  text-align: center;
  padding: 15% 0 66px 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  position: absolute;
  top: -300px;
  right: 0;
  left: 0;
  display: none;
}

#box2:hover #overlay2 {
  opacity: .95;
  top: 0;
  bottom: 0%;
  display: inline-block;
}

#plus2 {
  font-family: Helvetica;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
}

#box3 {
  position: relative;
}

#overlay3 {
  background: #FFC554;
  text-align: center;
  padding: 15% 0 66px 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  position: absolute;
  top: -300px;
  right: 0;
  left: 0;
  display: none;
}

#box3:hover #overlay3 {
  opacity: .95;
  top: 0;
  bottom: 0%;
  display: inline-block;
}

#plus3 {
  font-family: Helvetica;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  font-size: 96px;
}

.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 50%;
  max-height: 100%;
  margin-top: 10%;
}

.lightbox-link {
  text-decoration: none;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

.sub-header {
  color: #333333;
  font-size: 14px;
}

.sub-image {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.sub-image2 {
  font-size: 14px;
}

.testimonial-img {
  width: 120px;
  border-radius: 50%;
}

.testimonial-text {
  color: #333333;
  font-size: 14px;
  width: 65%;
  margin: 0 auto;
}

.icon-group {
  margin-top: 30px;
}

.wordpress2 {
  background: url(../assets/bg-call-to-action.png), linear-gradient(to right, #FFC554, #F0C069, #FFC554);
}

.wordpress2 p {
  font-family: 'Dosis', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}

.foot1 {
  background: linear-gradient(to right, #222222 0%, #222222 49.9%, #141414 50%);
}

.foot1 input, .foot1 textarea {
  background: none;
}

.foot1 h6 {
  font-size: 16px;
  color: #B9B6B6;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer p {
  color: #B9B6B6;
  font-size: 12px;
  line-height: 2;
}

.contact-menu li {
  margin: 20px 0;
}

.contact-menu-sm {
  width: 10%;
  margin-right: 5%;
}

.contact-menu-lg {
  width: 85%;
  padding-left: 5px;
  border-left: 2px solid #333333;
}

.contact-menu-lg p {
  margin: 0;
}

.name-input,
.email-input {
  color: #1F1F1F;
  border-style: none;
  border-bottom: 2px solid #1F1F1F;
  font-family: 'Dosis', sans-serif;
}

.email-input {
  margin-top: 20px;
}

.message-input {
  width: 100%;
  font-family: 'Dosis', sans-serif;
  border: 2px solid #1F1F1F;
}

.button-input {
  margin-top: 20px;
  color: #B9B6B6;
  border-style: none;
  border: 2px solid #FFC554;
  display: block;
  float: right;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px;
}

.button-input:hover {
  background: #FFC554;
  color: black;
}

.touch {
  padding-left: 10px;
}

.foot2 {
  background-color: #1B1B1B;
}

.foot2 p {
  font-size: 12px;
  color: #B9B6B6;
}

.foot2 li {
  display: inline-block;
}

.contact-img {
  max-width: 20px;
  position: relative;
  top: 15px;
}

@media (max-width: 992px) {
  .nav2 {
    height: 120px;
  }
  .logo-img img {
    width: 300px;
    top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .foot-contact li p {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  .row {
    margin: 0;
  }
  .location {
    text-align: center;
  }
  .mini-menu {
    text-align: center;
  }
  .logo {
    text-align: center;
  }
  .jumbo-text {
    top: 23vh;
  }
  .wp-purchase {
    margin: 15px 0;
  }
  .projects h4 {
    text-align: center;
  }
  #overlay1, #overlay2, #overlay3 {
    padding-top: 20%;
  }
  .touch {
    margin: 0;
  }
  .foot1 {
    background: #222222;
  }
  .foot-contact li p {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  #overlay1, #overlay2, #overlay3 {
    padding-top: 16%;
  }
}

@media (max-width: 480px) {
  .navigation li {
    font-size: 30px;
  }
  .logo-img img {
    top: 25px;
    width: 260px;
  }
  .jumbotron {
    height: 65vh;
  }
  .jumbo-text {
    top: 15vh;
  }
  .features-menu-container li {
    font-size: 12px;
    padding-right: 10px;
  }
  #overlay1, #overlay2, #overlay3 {
    padding-top: 12%;
  }
  .features p {
    font-size: 12px;
  }
  .choose-us {
    margin-top: 30px;
  }
  .lightbox img {
    margin-top: 45%;
    max-width: 80%;
  }
  .foot1 {
    background: #222222;
  }
}
.logo-img img {
  max-width: 130px;
  height: auto;
  display: block;
  margin-top: -40px; /* move logo 10px upwards */
}
.nav-title strong {
  font-weight: 700;
  font-family: 'Dosis', sans-serif; /* matches your font */
}

.search-bar {
  padding: 5px 10px;
  font-size: 14px;
}

.fa-search {
  color: #333;
  vertical-align: middle;
}

.box {
  position: relative;
  width: 100%;
  padding-top: 66.66%; /* 3:2 aspect ratio (height/width*100) */
  overflow: hidden;
}

.box img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
