.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-banner {
  height: 78vh;
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/IMG_1211-my-cedar-conv-RESIZED.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 130px 100px 20px;
  display: flex;
}

.navbar {
  background-color: rgba(255, 255, 255, .93);
}

.container {
  min-width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px 5px;
  font-family: Quicksand, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 1px solid #ee9852;
}

.nav-link.w--current {
  color: #fff;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.nav-section {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
}

.idoma-button {
  width: 128.297px;
  height: 42px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 30px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  position: relative;
}

.idoma-button.spanish {
  position: relative;
}

.idoma-button.scroll {
  color: #333;
  border-color: #333;
}

.footer-section {
  background-color: #202020;
  flex-direction: column;
  padding: 40px 60px;
  display: flex;
}

.footer-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .98);
}

.footer-logo-wrapper {
  color: rgba(255, 255, 255, .98);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading {
  color: rgba(255, 255, 255, .98);
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  line-height: 38px;
}

.footer-llc {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.footer-columns {
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-column {
  height: 20vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-link {
  color: rgba(255, 255, 255, .98);
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer-column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer-icons-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-media-icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/facebook-white-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-media-icon-2 {
  width: 30px;
  height: 30px;
  background-image: url('../images/ig-white-icon.png');
  background-position: 0 0;
  background-size: cover;
}

.social-media-icon-3 {
  width: 30px;
  height: 30px;
  background-image: url('../images/twitter-white-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.vertical-line-div {
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, .98);
}

.footer-quote-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.quote-heading-2 {
  color: rgba(255, 255, 255, .98);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: default;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-icon {
  width: 30px;
  height: 35px;
  background-image: url('../images/cedar-tree-4.png');
  background-position: 0 0;
  background-size: cover;
}

.footer-button {
  width: 25%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 10px 40px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.bottom-footer {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.copyright {
  color: rgba(255, 255, 255, .98);
  text-align: center;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.design-link {
  color: rgba(255, 255, 255, .98);
  text-align: center;
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.nav-dropdown-scroll {
  color: #333;
}

.icon {
  color: #fff;
  margin-top: 4px;
  margin-right: 6px;
}

.dropdown-list {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  padding-top: 5px;
}

.dropdown-list.w--open {
  margin-top: 19px;
}

.nav-link-dropdown {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: none;
}

.dropdown-toggle {
  padding: 0 20px 5px 10px;
}

.dropdown-toggle:hover {
  border-bottom: 1px solid #ee9852;
}

.nav-menu {
  border: 1px #000;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  display: flex;
}

.nav-section-scroll {
  width: 100%;
  background-color: rgba(255, 255, 255, .98);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
  position: fixed;
}

.nav-brand-scroll {
  color: #333;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.nav-icon-scroll {
  width: 30px;
  height: 35px;
  background-image: url('../images/cedar-tree-4-black.png');
  background-position: 0 0;
  background-size: cover;
}

.nav-link-scroll {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 10px 5px;
  font-family: Quicksand, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.nav-link-scroll:hover {
  border-bottom: 1px solid #ee9852;
}

.nav-link-scroll.w--current {
  color: #333;
}

.icon-scroll {
  color: #333;
  margin-top: 4px;
  margin-right: 6px;
}

.dropdown-list-scroll {
  color: #333;
  background-color: rgba(255, 255, 255, .98);
  padding-top: 5px;
}

.dropdown-list-scroll.w--open {
  margin-top: 19px;
}

.nav-dropdown {
  color: #fff;
}

.nav-button-scroll {
  color: #332;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 30px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.contact-top-section {
  height: 65vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.contact-banner {
  width: 100%;
  height: 40vh;
  background-image: linear-gradient(rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/jorge-cedar-7.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.text-block-2 {
  width: 90%;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-2._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.text-block-2._3 {
  color: #333;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .32);
  font-size: 50px;
}

.home-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-right {
  flex: 1;
}

.contact-form {
  width: 450px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  box-shadow: 1px 1px 8px #000;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  display: grid;
}

.heading-2 {
  text-align: center;
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.paragraph {
  cursor: default;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.italic-text {
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-block {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.form {
  flex-direction: column;
  margin-top: -29px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
}

.submit-button {
  text-transform: uppercase;
  background-color: #295f22;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #193c15;
}

.paragraph-2 {
  width: 80%;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .textarea {
  border: 1px solid rgba(0, 0, 0, .1);
}

.delivery-section {
  height: 40ch;
  background-color: rgba(69, 75, 70, .77);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prenav-section {
  width: 100%;
  height: 30px;
  background-color: #202020;
  justify-content: space-between;
  align-items: center;
  padding: 5px 60px;
  display: flex;
}

.prenav-phone-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: auto 10px;
  font-family: Prompt, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.prenav-phone-link._2 {
  margin-left: 0;
}

.prenav-phone-link._3 {
  letter-spacing: 1.5px;
}

.image {
  margin-left: 10px;
}

.pre-nav-left {
  width: 30%;
  height: 100%;
  display: flex;
}

.nav-dropdown-scroll-copy {
  color: #333;
}

.icon-scroll-copy {
  color: #333;
  margin-top: 4px;
}

.home-services-section {
  background-color: rgba(96, 117, 108, .19);
  flex-direction: column;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.delivery-icon {
  height: 14vh;
  background-image: url('../images/delivery-truck.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.delivery-head {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
}

.delivery-head-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.delivery-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.mid-home-section {
  height: 60vh;
  cursor: default;
  justify-content: center;
  display: flex;
}

.delivery-text-sub {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.columns {
  flex: 1;
  display: flex;
}

.services-head-text {
  text-align: center;
}

.column {
  background-image: url('../images/freshly-cut-wood-stacked-for-lumber-air-drying-picjumbo-com-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.grid {
  width: 1206px;
  grid-column-gap: 6px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.home-service-div-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/freshly-cut-wood-stacked-for-lumber-air-drying-picjumbo-com-4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.home-service-div-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/jorge-cedar-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.home-service-div-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/pexels-rodolfo-quirós-2219024.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.home-service-head-txt {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.home-services-button {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.home-services-button:hover {
  background-color: rgba(14, 12, 12, .54);
}

.heading-3 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .44);
  cursor: default;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.home-pic-section {
  height: 45vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px auto 60px;
  display: flex;
}

.location-head {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 8px #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: rgba(95, 68, 34, .47);
  padding: 20px;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 40px;
}

.location-left {
  background-image: url('../images/pexels-ryan-3003935-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
}

.location-right {
  background-color: #4b3d37;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.location-txt-head {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.location-text {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.services-banner {
  height: 45vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/52306204_2225802167484067_6413742326031581184_n.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  padding: 140px 20px 10px;
  display: flex;
}

.services-head-banner {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.services-head-banner._2 {
  width: 75%;
  color: #333;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.services-banner-text {
  width: 75%;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.service-tiles-section {
  background-color: rgba(96, 117, 108, .29);
  flex-direction: column;
  margin: 40px 20px 60px;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .67);
}

.grid-2 {
  width: 50%;
  background-color: rgba(96, 117, 108, .29);
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.grid-tile {
  width: 300px;
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/40358136_1974294012634885_6330142535666630656_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.grid-tile._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/212462894_108532218177056_3824382006887272891_n.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.grid-tile._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/im3rd-media-HlJuQDBh3w4-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-tile._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/209994533_102105112153100_8128020327692128469_n.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
}

.grid-tile._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/Screenshot_20210116-073014_Facebook.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.grid-tile._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/192905916_4208864685844462_2587533053047560787_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grid-tile._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/206480487_4296630057067924_7940703131307024713_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grid-tile._7 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/jorge-cedar-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grid-tile._8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/240464904_4461390680591860_4438951012226849125_n.jpg');
  background-position: 0 0, 50% 100%;
}

.grid-tile._9 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/pexels-rodolfo-quirós-2219024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-tile._10 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/240572106_4481724968552395_2766692040625382826_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-tile._11 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/40358136_1974294012634885_6330142535666630656_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.pricing-section {
  width: 70%;
  height: 30vh;
  background-color: rgba(69, 75, 70, .77);
  margin: 60px auto;
  padding: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .55);
}

.pricing-div {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.pricing-head {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.pricing-head._2 {
  text-align: center;
}

.pricing-text {
  width: 70%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.pricing-button {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.translate-div {
  height: 30px;
  background-color: #801414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  width: 50%;
  justify-content: space-around;
  display: flex;
}

.home-button-1 {
  width: 180px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.home-button-2 {
  width: 180px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #161111;
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.fb-div {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.column-text {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3, .column-4, .column-5 {
  justify-content: center;
  display: flex;
}

.home-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: 50% 50%;
  display: none;
}

.grid-1 {
  width: 50%;
  background-image: url('../images/20210717_075728-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.grid-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/Resized_20201221_114904b2.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.column-tag {
  color: #c0dfc0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.grid-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .27);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.grid-text {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.grid-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #161111;
  border: 1px solid #333;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .44);
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.home-pic-grid {
  width: 100vw;
  height: 250px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hp-1 {
  background-image: url('../images/192905916_4208864685844462_2587533053047560787_n.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 10px;
}

.hp2 {
  background-image: url('../images/20230306_175246851_iOS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hp3 {
  background-image: url('../images/52508132_2225802607484023_8569152731313340416_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hp4 {
  background-image: url('../images/Screenshot_20210107-204540_One-UI-Home.jpg');
  background-position: 0%;
  background-size: cover;
  margin-right: 10px;
}

.slider-wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-pic-grid-2 {
  width: 100%;
  height: 250px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hp-4 {
  background-image: url('../images/192905916_4208864685844462_2587533053047560787_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hp-5 {
  background-image: url('../images/jorge-cedar-6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hp6 {
  background-image: url('../images/Resized_20210709_104107.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.hp8 {
  background-image: url('../images/20210717_075040.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: 10px;
}

.hp-4-copy {
  background-image: url('../images/192905916_4208864685844462_2587533053047560787_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hp5 {
  background-image: url('../images/78734940_2788277331236545_2814183299574923264_n.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 10px;
}

.hp6-copy {
  background-image: url('../images/52508132_2225802607484023_8569152731313340416_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hp7 {
  background-image: url('../images/20210717_074722.jpg');
  background-position: 0 0;
  background-size: cover;
}

.home-video-section {
  height: 70vh;
  background-color: rgba(96, 117, 108, .29);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.video-placeholder {
  width: 80%;
  height: 80%;
  border: 6px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4-copy {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.contact-head {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.contact-columns {
  margin-top: -29px;
  margin-left: 140px;
  margin-right: 140px;
  position: relative;
}

.col-div {
  height: 25vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, .34);
}

.contact-form-2 {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-3 {
  font-family: Montserrat, sans-serif;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: rgba(96, 117, 108, .93);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
}

.submit-button-2.spanish {
  letter-spacing: 1px;
}

.col-icon {
  width: 75px;
  height: 75px;
  background-image: url('../images/msger-round.png');
  background-position: 0 0;
  background-size: cover;
}

.col-icon._2 {
  background-image: url('../images/phone-round.png');
}

.col-icon._3 {
  background-image: url('../images/msger-round.png');
}

.contact-link {
  color: #333;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.contact-link-2 {
  color: #333;
  text-align: center;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.home-contact-section {
  background-color: rgba(0, 0, 0, .77);
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.grid-5 {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 200px 200px 200px 200px 200px 200px;
  align-content: stretch;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-pic {
  width: 150px;
  height: 150px;
  background-image: url('../images/20210717_075146-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
}

.grid-pic._2 {
  background-image: url('../images/212462894_108532218177056_3824382006887272891_n.jpg');
  background-position: 0 100%;
}

.grid-pic._3 {
  background-image: url('../images/40358136_1974294012634885_6330142535666630656_n.jpg');
  background-position: 100% 0;
}

.grid-pic._4 {
  background-image: url('../images/Screenshot_20210116-073014_Facebook.jpg');
  background-position: 50% 0;
}

.grid-pic._5 {
  background-image: url('../images/209994533_102105112153100_8128020327692128469_n.jpg');
  background-position: 0 100%;
}

.grid-pic._6 {
  background-image: url('../images/206480487_4296630057067924_7940703131307024713_n.jpg');
  background-position: 0 0;
}

.grid-pic._7 {
  background-image: url('../images/210465402_112927677737510_1761230223722569489_n.jpg');
  background-position: 10%;
}

.grid-pic._8 {
  background-image: url('../images/pexels-rodolfo-quirós-2219024.jpg');
  background-size: cover;
}

.grid-pic._9 {
  background-image: url('../images/6d8a8eddc7e4f6272066fc63bbb31ae3.png');
  background-position: 50%;
  background-size: auto;
}

.grid-pic._10 {
  background-image: url('../images/240464904_4461390680591860_4438951012226849125_n.jpg');
  background-position: 50% 100%;
}

.grid-pic._11 {
  background-image: url('../images/40358136_1974294012634885_6330142535666630656_n.jpg');
  background-position: 0%;
}

.grid-pic._12 {
  background-image: url('../images/240165473_4464157690315159_7409759053412513632_n.jpg');
  background-position: 100%;
  background-size: 200px;
}

.grid-pic._13 {
  background-image: url('../images/im3rd-media-HlJuQDBh3w4-unsplash-1.jpg');
  background-position: 50%;
}

.grid-pic._14 {
  background-image: url('../images/217827149_4346702042060725_9183542565311646608_n.jpg');
  background-position: 0%;
  background-size: 200px;
}

.grid-head {
  height: 80px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head._3 {
  color: #333;
  text-shadow: none;
}

.grid-head.spanish {
  font-size: 18px;
  line-height: 18px;
}

.col-6 {
  width: 90%;
  justify-content: center;
  margin-top: 30px;
  display: block;
}

.col-6._2 {
  width: 80%;
  margin-top: 20px;
}

.col-6._3 {
  width: 30%;
}

.col-2 {
  width: 800px;
  justify-content: center;
  display: block;
}

.subheader {
  width: 90%;
  color: rgba(51, 51, 51, .73);
  text-align: center;
  cursor: default;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.home-button-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #161111;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .46);
}

.home-delivery {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  margin: 20px auto;
  display: flex;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .53);
}

.left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.right {
  width: 50%;
  background-image: url('../images/Resized_20201221_114904b2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.subhead {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.subhead._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.subhead._3 {
  color: #333;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .32);
  font-size: 50px;
  line-height: 50px;
}

.subhead._4 {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .47);
  font-size: 40px;
}

.subhead._5 {
  color: #333;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .32);
  margin-bottom: 20px;
  font-size: 40px;
}

.link-block {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map {
  width: 76%;
  margin-top: 5px;
  margin-left: 40px;
  overflow: hidden;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container2 {
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-head-copy {
  height: 80px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head-copy._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head-copy._3 {
  color: #333;
  text-shadow: none;
}

.grid-head-copy {
  height: 80px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head-copy._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head-copy._3 {
  color: #333;
  text-shadow: none;
}

.grid-head-copy {
  height: 80px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head-copy._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head-copy._3 {
  color: #333;
  text-shadow: none;
}

.grid-head-copy {
  height: 80px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head-copy._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head-copy._3 {
  color: #333;
  text-shadow: none;
}

.grid-head-copy {
  height: 80px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head-copy._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head-copy._3 {
  color: #333;
  text-shadow: none;
}

.grid-head-copy {
  height: 30px;
  color: #60756c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
  cursor: default;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.grid-head-copy._2 {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 40px;
}

.grid-head-copy._3 {
  color: #333;
  text-shadow: none;
}

.grid-head-copy.spanish {
  font-size: 18px;
  line-height: 18px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 200px 200px;
}

.wrapper-home {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.wrap {
  width: 60%;
}

.home-grid-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 50%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-section-mobile {
  background-color: rgba(96, 117, 108, .19);
  flex-direction: column;
  align-items: center;
  padding: 40px 60px;
  display: none;
}

.grid-2-copy {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(96, 117, 108, .29);
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: grid;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .56);
}

.grid-wrap {
  justify-content: space-around;
  padding-top: 10px;
  display: flex;
}

.about {
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-banner {
  height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/52306204_2225802167484067_6413742326031581184_n.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  padding: 140px 20px 10px;
  display: flex;
}

.language {
  width: 100%;
  height: 20px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

.link-block-copy {
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.italic-text-2 {
  font-style: normal;
}

.idoma-wrapper {
  height: 20vh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.toggle-wrapper {
  width: 100px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 25px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.spanish-bg {
  background-color: #60756c;
  border-radius: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.english-bg {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toggle {
  z-index: 2;
  width: 27px;
  height: 27px;
  background-image: linear-gradient(37deg, #b7b8b7, #fff 72%);
  border-radius: 50%;
  position: absolute;
}

.espanol {
  display: flex;
  position: absolute;
}

.english {
  cursor: pointer;
  display: flex;
  position: absolute;
}

.link-block-2, .link-block-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  position: relative;
}

.link-block-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-text-spanish {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
}

.top-section {
  height: 40vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.top-banner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/jorge-cedar-6.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.terms-body {
  padding: 20px 100px 60px;
}

.p3 {
  font-family: Lato, sans-serif;
}

.body, .body-2 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .home-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-section {
    display: flex;
  }

  .nav-section-scroll {
    align-items: center;
    display: none;
  }

  .text-block-2 {
    font-size: 50px;
    line-height: 42px;
  }

  .home-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form {
    width: 350px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .prenav-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prenav-phone-link {
    margin-left: 5px;
    font-size: 10px;
  }

  .prenav-phone-link._3 {
    font-size: 10px;
  }

  .home-services-section {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .delivery-head {
    font-size: 20px;
    line-height: 35px;
  }

  .delivery-head-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .delivery-text {
    line-height: 20px;
  }

  .mid-home-section {
    height: 70vh;
    margin-top: 20px;
  }

  .delivery-text-sub {
    line-height: 20px;
  }

  .grid {
    width: 100%;
  }

  .location-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-2 {
    color: #fff;
  }

  .hamburger.w--open {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .services-banner-text {
    line-height: 20px;
  }

  .grid-tile {
    width: 34%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .service-text {
    font-size: 30px;
    line-height: 30px;
  }

  .button-wrapper {
    width: 75%;
  }

  .home-button-2 {
    margin-left: 10px;
  }

  .fb-div {
    margin-left: 0;
    margin-right: 0;
  }

  .column-text {
    font-size: 13px;
  }

  .column-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-1 {
    background-position: 50% 0;
  }

  .grid-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Resized_20201221_114904b2.jpeg');
    background-position: 0 0, 50% 0;
  }

  .column-tag {
    text-align: center;
  }

  .grid-h2 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .grid-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .contact-columns {
    margin-left: 40px;
    margin-right: 40px;
  }

  .col-div {
    justify-content: flex-start;
    padding-top: 10px;
  }

  .contact-form-2 {
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-top: 10px;
  }

  .submit-button-2 {
    background-color: #333;
  }

  .contact-link-2._1 {
    margin-top: 0;
  }

  .home-contact-section {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-pic {
    width: 100px;
    height: 100px;
  }

  .grid-pic._9 {
    background-position: 50%;
    background-size: 125px;
  }

  .grid-head {
    width: 112.859px;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 18px;
  }

  .col-6 {
    width: 95%;
    margin-top: 20px;
  }

  .col-6._2 {
    width: 95%;
  }

  .col-6._3 {
    margin-top: 30px;
  }

  .subheader {
    margin-top: 20px;
    font-size: 16px;
  }

  .home-button-3 {
    margin-left: 10px;
  }

  .subhead {
    font-size: 50px;
    line-height: 42px;
  }

  .container2 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-head-copy {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 20px;
  }

  .home-services-section-mobile {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .about._2 {
    height: 80vh;
  }

  .service-text-spanish {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner {
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    padding-top: 140px;
  }

  .footer-link {
    text-align: center;
  }

  .social-media-icon, .social-media-icon-2, .social-media-icon-3 {
    display: none;
  }

  .footer-button {
    width: 45%;
  }

  .contact-top-section {
    height: 110vh;
  }

  .text-block-2 {
    width: 100%;
    margin-top: 10px;
    font-size: 35px;
    line-height: 30px;
  }

  .text-block-2._2 {
    width: 90%;
    font-weight: 600;
    line-height: 22px;
  }

  .text-block-2._3 {
    font-size: 40px;
  }

  .home-wrapper, .home-right {
    flex: none;
  }

  .contact-form {
    padding: 10px 20px;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .prenav-phone-link {
    margin-right: 5px;
    font-size: 12px;
  }

  .prenav-phone-link._3 {
    letter-spacing: .5px;
    font-size: 12px;
    display: none;
  }

  .pre-nav-left {
    width: 15%;
  }

  .home-services-section {
    height: 115vh;
    display: none;
  }

  .delivery-icon {
    height: 10vh;
    background-size: 150px;
  }

  .mid-home-section {
    height: 70vh;
  }

  .grid {
    grid-column-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-service-div-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-rodolfo-quirós-2219024.jpg');
    background-position: 0 0, 50%;
  }

  .home-pic-section {
    height: 45%;
  }

  .location-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-head-banner._2 {
    width: 90%;
    font-size: 40px;
    line-height: 40px;
  }

  .services-banner-text {
    font-size: 16px;
    line-height: 16px;
  }

  .service-text {
    font-size: 18px;
    line-height: 18px;
  }

  .home-columns {
    flex-direction: column;
    display: flex;
  }

  .fb-div {
    margin-left: 5px;
    margin-right: 5px;
  }

  .column-text._1 {
    margin-bottom: 0;
  }

  .grid-text {
    font-size: 13px;
  }

  .grid-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-columns {
    width: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .col-div {
    height: 25vh;
    justify-content: center;
    margin-top: 10px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .home-contact-section {
    height: 65vh;
  }

  .grid-div {
    width: 20%;
    height: 100%;
    align-items: center;
  }

  .grid-head {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 18px;
  }

  .col-6 {
    flex-direction: column;
    display: flex;
  }

  .subheader {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subhead {
    font-size: 35px;
    line-height: 30px;
  }

  .subhead._3 {
    width: 100%;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 20px;
  }

  .subhead._4 {
    margin-bottom: 10px;
  }

  .link-block {
    width: 165.125px;
    height: 159px;
  }

  .map {
    width: 60%;
  }

  .grid-head-copy {
    height: auto;
    font-size: 18px;
    line-height: 18px;
  }

  .home-services-section-mobile {
    height: 130vh;
    display: flex;
  }

  .mobile-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .service-text-spanish {
    font-size: 18px;
    line-height: 18px;
  }

  .top-section {
    height: 90vh;
  }
}

@media screen and (max-width: 479px) {
  .home-banner {
    height: 80vh;
  }

  .nav-link {
    text-align: center;
  }

  .nav-section, .social-media-icon, .social-media-icon-2, .social-media-icon-3 {
    display: none;
  }

  .footer-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-scroll {
    color: #fff;
    text-align: center;
  }

  .nav-link-dropdown {
    text-align: center;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .96);
  }

  .nav-section-scroll {
    display: flex;
  }

  .nav-link-scroll {
    color: #fff;
    text-align: center;
  }

  .contact-top-section {
    height: 120vh;
  }

  .contact-banner {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .home-services-section {
    height: 300vh;
    margin-top: 40px;
  }

  .mid-home-section {
    margin-bottom: 40px;
    display: none;
  }

  .grid {
    grid-row-gap: 7px;
  }

  .home-service-div-1, .home-service-div-2, .home-service-div-3 {
    padding-bottom: 10px;
  }

  .home-pic-section {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .services-banner {
    height: 50vh;
  }

  .services-head-banner._2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .services-banner-text {
    width: 90%;
  }

  .service-tiles-section {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 5px;
  }

  .grid-tile {
    width: 30%;
    margin-left: 1.5px;
    margin-right: 1.5px;
    padding: 0;
  }

  .grid-tile._2, .grid-tile._4 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-tile._5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-text {
    font-size: 16px;
  }

  .pricing-section {
    width: 90%;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pricing-head {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .pricing-text {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
  }

  .column-tag {
    font-size: 18px;
  }

  .home-video-section {
    display: none;
  }

  .contact-head {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .contact-columns {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-div {
    margin-bottom: 5px;
  }

  .home-contact-section {
    height: 115vh;
    flex-direction: column;
    margin-top: 40px;
  }

  .grid-pic {
    width: 75px;
    height: 75px;
  }

  .grid-pic._9 {
    background-size: 90px;
  }

  .grid-head {
    font-size: 15px;
    line-height: 15px;
  }

  .home-delivery {
    width: 100%;
  }

  .subhead._3 {
    font-size: 15px;
    line-height: 15px;
  }

  .subhead._4 {
    font-size: 35px;
    line-height: 35px;
  }

  .map {
    width: 100%;
    margin-left: 0;
  }

  .container2 {
    flex-direction: column;
  }

  .grid-head-copy {
    font-size: 15px;
    line-height: 15px;
  }

  .wrapper-home {
    margin-bottom: 10px;
  }

  .wrap {
    width: 100%;
  }

  .home-services-section-mobile {
    height: auto;
    margin-top: 40px;
  }

  .grid-wrap {
    width: 100%;
    padding-top: 5px;
  }

  .about {
    height: 50vh;
  }

  .about._2 {
    height: 60vh;
  }

  .about-banner {
    height: 30vh;
  }

  .service-text-spanish {
    width: 97%;
    text-shadow: 1px 1px 6px #000;
    white-space: break-spaces;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .top-section {
    height: 50vh;
  }

  .terms-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6175-9f6d9a13, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6175-8b5f0afe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6165-9f6d9a13, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6169-9f6d9a13, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a616d-9f6d9a13, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6171-9f6d9a13, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6165-8b5f0afe, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6169-8b5f0afe, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a616d-8b5f0afe, #w-node-_8eef7e6b-d84a-181a-5cc9-7329a87a6171-8b5f0afe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


