﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/
/**Correct `block` display not defined in IE 8/9.**/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
/*===================== 
	@Font-Face 
=======================*/
/*===================== 
	base styles 
=======================*/
html {
  font-family: Arial, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
}
svg:not(:root) {
  overflow: hidden; /*reset*/
}
/* clear floats */
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
.clear {
  clear: both;
}
/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}
img {
  border: 0;
}
/*===================== 
	typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em;
}
p {
  margin: 0;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
/*===================== 
	link styles 
=======================*/
a:focus {
  outline: thin dotted; /*reset*/
}
a, a:link, a:visited, a:active {
  outline: 0; /*reset*/
  color: ;
  text-decoration: none;
}
a:hover {
  outline: 0; /*reset*/
  text-decoration: none;
  color: ;
}
/*===================== 
	header styles 
=======================*/
header {
  margin: 0 auto;
  width: 100%;
  background-color: #3e5f3c !important;
}
.carterlogo {
  width: 45%;
  padding-top: 2%;
  padding-left: 6%;
  min-height: 100% !important;
}
.tagline {
  font-family: 'Yesteryear', cursive;
  color: #4d9249;
  font-size: 32px;
}
.headercontact {
  text-align: right;
  color: #4d9249;
  padding-top: 1.5%;
  padding-right: 2%;
}
.headercontact-link {
  color: white !important;
  font-size: 18px;
}
.headercontact-link:hover, .headercontact-link:visited, .headercontact-link:active {
  color: white;
  text-decoration: none;
}
.fa-phone {
  font-size: 20px;
}
.fa-map-marker-alt {
  font-size: 20px;
}
/*=============================  
	inventory header styles 
=============================*/
.header1 {
  margin: 0 auto;
  width: 100%;
}
.head-logo {
  width: 33.33333333%;
  float: left;
}
.row1 {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  background-color: #3e5f3c !important;
}
.container1 {
  margin-right: auto;
  margin-left: auto;
}
.row2 {
  margin: 0 auto;
}
.row3 {
  width: 95%;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  display: inline;
}
.bottom-bar {
  width: 100%;
}
.left-side {
  position: relative !important;
  min-height: 1px !important;
  text-align: right !important;
  color: #4d9249 !important;
  padding-top: 1.5% !important;
  padding-right: 15px !important;
  display: flex;
  justify-content: flex-end;
}
.menu1 {
  background-color: white;
  padding: 1% 3%;
}

.row2.menu1 .bottom-bar {
    top: 0 !important;
    margin-top: 0px !important;
    position: relative;
}

.faceted-search-content .faceted-section-head .faceted-section-title {
    font-size: 0.83em !important;
    font-weight: bold;
}
/*===================== 
	nav styles 
=======================*/

.menu {
  background-color: white;
  padding: 1% 3%;
}
nav.primary {
  padding: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: right;
  font-size: 24px;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {}
nav > ul > li {
  display: inline-block;
  list-style-type: none;
  text-align: ;
  padding: 7px 20px;
}
nav ul li a {
  font-family: 'Barlow', sans-serif;
  font-size: ;
  font-weight: ;
  color: #4d9249;
}
nav ul li a:hover, nav ul li a:visited {
  border-bottom: 2px solid #4d9249;
  transition: 0.4s;
  color: #4d9249;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
  line-height: ;
  color: ;
  text-align: ;
  font-size: ;
  font-weight: ;
}
nav.primary ul li li a:hover {
  color: ;
  text-align: ;
  font-size: ;
  font-weight: ;
}
nav.primary ul li li:hover {}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
  display: none;
  position: absolute;
  max-width: 235px;
  background: ;
  /*margin-top: 21px;*/
}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 2000 !important;
}
nav.primary ul ul li {
  float: none;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  padding-left: ;
  padding-right: ;
}
.dropdown_arrow {
  display: inline-block !important;
}
.dropdown_style {
  font-size: ;
  font-weight: ;
}
/******** End of primary Nav ***************/
/*===================== 
	mobile nav
=======================*/
#menu-button { /* initially will need to be hidden */
  display: block;
  font-size: 32px;
  width: 100%;
  position: relative;
  z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
  padding: ;
  background: rgba(117, 56, 8, 0.6);
  border-bottom: ;
  text-align: right;
  min-height: 0 !important;
}
#menu-button a {
  color: #000;
  text-decoration: none;
  text-align: right !important;
}
nav.mobile {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #3e5f3c;
  z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
  overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
  position: relative;
  padding: 12px 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  padding: 6px 9px 5px;
  font-weight: 400;
  line-height: 1;
  background: #222;
  color: white;
  text-decoration: none;
  vertical-align: top;
}
.menu-toggle {
  text-align: right;
  font-size: 28px;
  color: #000;
}
.menu-toggle a:hover {
  color: #000 !important;
}
.close_mobile {
  font-size: 26px !important;
  font-weight: 900;
  text-align: right;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hover */
  color: #fff;
}
nav.mobile ul {
  list-style: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
nav.mobile ul li {
  padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
  position: relative;
  display: block;
  padding-left: 14px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
}
nav.mobile ul li a:hover {
  color: #4d9249;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
  position: relative;
  display: block;
  padding: 0px 10px 0px 15px;
  color: #000;
  text-decoration: none;
  text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
  background: #666;
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  color: #000;
  text-decoration: none;
}
nav.mobile ul li span.click { /* dropdown menu idicator arrow be sure to include this image with your image files */
  background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
  background-size: 55%;
  position: relative;
  display: block;
  float: right;
  margin: -44px 0 0 0;
  cursor: pointer;
  z-index: 12399994;
  width: 44px;
  height: 44px;
  -webkit-transition: background-size .3s ease-in-out;
  -moz-transition: background-size .3s ease-in-out;
  transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
  background-size: 60%;
}
/*===================== 
	content styles 
=======================*/
.greentexture {
  background-image: url("/siteart/texture.jpg");
}
.hero {
  padding: 2%;
  width: 100%;
}
.homepage-options {
  padding-top: 4%;
  clear: both;
  width: 100%;
}
.button-container {
  max-height: 735px;
}
.construction_button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/siteart/construction_button.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 475px;
  width: 100%;
  max-height: 225px;
  display: block;
  text-align: center;
  align-content: center;
  margin: 4% auto;
  padding-top: 14%;
  padding-bottom: 14%;
  border: none;
  color: white;
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 40px;
}
.construction_button:hover, .construction_button:active, .construction_button:focus {
  background: linear-gradient(0deg, rgba(34, 75, 31, 0.65), rgba(34, 75, 31, 0.65)), url("/siteart/construction_button.jpg");
}
.truck_button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/siteart/truck_button.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 475px;
  width: 100%;
  max-height: 225px;
  display: block;
  text-align: center;
  align-content: center;
  margin: 4% auto;
  padding-top: 14%;
  padding-bottom: 14%;
  border: none;
  color: white;
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 40px;
}
.truck_button:hover, .truck_button:active, .truck_button:focus {
  background: linear-gradient(0deg, rgba(34, 75, 31, 0.65), rgba(34, 75, 31, 0.65)), url("/siteart/truck_button.jpg");
}
.trailer_button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/siteart/trailer_button.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 475px;
  width: 100%;
  max-height: 225px;
  display: block;
  text-align: center;
  align-content: center;
  margin: 4% auto;
  padding-top: 14%;
  padding-bottom: 14%;
  border: none;
  color: white;
  font-family: 'Barlow', sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 40px;
}
.trailer_button:hover, .trailer_button:active, .trailer_button:focus {
  background: linear-gradient(0deg, rgba(34, 75, 31, 0.65), rgba(34, 75, 31, 0.65)), url("/siteart/trailer_button.jpg");
}
/*===================== 
	form styles 
=======================*/
.contact-text {
  margin-top: 30px;
  margin-bottom: 0px;
}
.contact_form {
  margin: 15px auto;
  padding: 15px;
  border: 1px solid #3e5f3c;
  width: 100%;
}
.contact-header {
  color: #4d9249;
  font-size: 40px;
  font-weight: 700;
}
.contact-p {
  font-size: 14px;
}
.submit-button {
  background-color: #4d9249;
  color: white;
  font-size: 18px;
  padding: 5px 15px;
  border: 2px solid #4d9249;
  margin-top: 10px;
  margin-bottom: 30px;
}
.submit-button:hover {
  border: 2px solid #4d9249;
  color: #4d9249;
  background-color: white;
}
/*===================== 
	thank you styles 
=======================*/
.thanksrow {
  text-align: center;
}
.thankyou {
  padding: 25px 0px;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #4d9249;
}
.thanks-text {
  font-size: 18px;
  text-align: center;
}
.thanks-button {
  color: white;
  background-color: #4d9249;
  padding: 10px 25px;
  border: 2px solid #4d9249;
  margin: 30px auto;
  font-size: 20px;
}
.thanks-button:hover {
  border: 2px solid #4d9249;
  color: #4d9249;
  background-color: white;
}
/*===================== 
	captcha styles 
=======================*/
/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important;
}
.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
}
.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
  color: #000;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}
/*===================== 
	layout styles 
=======================*/
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/*===================== 
	footer styles 
=======================*/
.footer-contact {
  background-image: url("/siteart/contact.jpg");
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 5% 0;
  margin: 0 auto;
  width: 100%;
	background-color: #000;
}
.footer-title {
  font-size: 42px;
  padding-bottom: 2%;
  color: #6da264;
  font-style: italic;
}
.footer-icon {
  width: 5%;
  display: inline-block;
}
.footer-info {
  font-weight: 100;
}
.footer-info-link {
  color: white !important;
}
.footer-info-link:hover, .footer-info-link:visited, .footer-info-link:active {
  text-decoration: none;
  color: white;
}
footer {
  margin: 0;
  width: 100%;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
  text-decoration: none;
  font-size: 18px;
  color: white;
}
a.footerlink:hover {
  text-decoration: none;
  color: #6da264;
  font-weight: 700;
}
.divfooter {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.map {
  padding: 0px;
}
.copyright {
  background-color: black;
  text-align: center;
  color: white;
  padding: 1% 0;
  font-size: 14px;
}

/*==============================
	Inventory Footer Styles
==============================*/
.column {
  width: 50%;
  float: left !important;
}
.column-right {
  width: 50%;
  float: right;
}


/*==============================
	Faceted Inventory Styles
==============================*/
.view-listing-details-link, .buy-now-link, .faceted-search-content .selected-facets-container .selected-facet, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content .detail-additional-data .data-row .data-label, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input, .compare-listings-container .compare-container .button, .contact-options a, .detail-content-mobile .detail-contact-bar .contact-bar-btn {
  background: #3e5f3c !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin-left: 5px !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title, .compare-listings-container .compare-container .compare-price {
  color: #3e5f3c !important;
}
.list-content .list-title .list-listings-count, .list-content .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, .list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .bold {
  font-size: 1.5rem !important;
  color: #3e5f3c !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price {
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
  border-color: #3e5f3c !important;
  color: #3e5f3c !important;
}
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .list-sort-order-select, .modal-bg .form-main-content .modal-form-el label, .modal-container .form-main-content .modal-form-el label, .modal-bg .form-main-content .modal-form-el label + input, .modal-bg .form-main-content .modal-form-el label + select, .modal-bg .form-main-content .modal-form-el label + textarea, .modal-container .form-main-content .modal-form-el label + input, .modal-container .form-main-content .modal-form-el label + select, .modal-container .form-main-content .modal-form-el label + textarea, .captcha-placeholder .g-recaptcha, .detail-content-mobile .dealer-info h3, .detail-content-mobile .detail-additional-data .data-row, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content-mobile .contact-options a, .list-content .list-listing-mobile .listing-category, .faceted-section-title {
  font-size: 1.5rem !important;
}
.list-content .list-listing-mobile .dealer-phone-container a, .list-content .list-listing-mobile .contact-options a, .view-listing-details-link, .buy-now-link {
  font-size: 1.3rem !important;
}
.breadcrumbs, .modal-bg .form-bottom .spacer, .modal-container .form-bottom .spacer, .bread-crumbs-heading .return-links .return-links-link, .listing-location-display {
  font-size: 1.2rem !important;
}
.list-content .list-title .list-title-text, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price, .modal-bg .modal-top h2, .modal-container .modal-top h2 {
  font-size: 22px !important;
}
.compare-chkbox-container .compare-listings .compare-label {
  margin-bottom: 6px !important;
  margin-left: 5px !important;
}
.compare-chkbox-container .compare-listings .fa-check {
  top: 5px !important;
  left: 1px !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label, .list-content .list-container .list-listing .buy-now-link, .list-content .list-container .list-listing .contact-btn, .list-content .list-container .list-listing .check-availability, .list-content .list-container .list-listing .email-seller, .list-content .list-container .list-listing .video-chat, .list-content .list-container .list-listing .facebook-messenger, .list-content .list-container .list-listing .whatsapp, .list-content .list-container .list-listing .text {
  background: #000 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price, .detail-content-mobile .detail-main-body .main-detail-data .detail-price {
  font-size: 1.8rem !important;
}
.detail-content {
  font-size: initial !important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {
  font-size: 1.7rem !important;
}
/*========================= 
	 Responsive styles 
===========================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1870px) {
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 4% auto 2% auto;
    padding-top: 14%;
    padding-bottom: 14%;
    font-size: 44px;
    line-height: 36px;
  }
  .truck_button {
    margin: 4% auto 2% auto;
    padding-top: 14%;
    padding-bottom: 14%;
    font-size: 44px;
    line-height: 36px;
  }
  .trailer_button {
    margin: 4% auto 2% auto;
    padding-top: 14%;
    padding-bottom: 14%;
    font-size: 44px;
    line-height: 36px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1760px) {
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 4% auto 2% auto;
    padding-top: 14%;
    padding-bottom: 13%;
    font-size: 44px;
    line-height: 36px;
  }
  .truck_button {
    margin: 4% auto 2% auto;
    padding-top: 14%;
    padding-bottom: 13%;
    font-size: 44px;
    line-height: 36px;
  }
  .trailer_button {
    margin: 4% auto 2% auto;
    padding-top: 14%;
    padding-bottom: 13%;
    font-size: 44px;
    line-height: 36px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {
  /*===================== 
	header styles 
=======================*/
  .carterlogo {
    width: 50%;
    height: 50%;
  }
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 4% auto 2% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 44px;
    line-height: 36px;
  }
  .truck_button {
    margin: 4% auto 2% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 44px;
    line-height: 36px;
  }
  .trailer_button {
    margin: 4% auto 2% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 44px;
    line-height: 36px;
  }
}
@media only screen and (max-width :1552px) {
  .column, .column-right {
    float: none !important;
    width: auto !important;
  }
  .column {
    margin-bottom: 25px !important;
  }
  .footer-icon {
    max-width: 50px !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
  /*===================== 
	header styles 
=======================*/
  .carterlogo {
    width: 55%;
    height: 55%;
  }
  /*===================== 
	header styles 
=======================*/
  nav > ul > li {
    padding: 7px 15px;
  }
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 5% auto 2% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 40px;
    line-height: 32px;
  }
  .truck_button {
    margin: 4% auto 2% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 40px;
    line-height: 32px;
  }
  .trailer_button {
    margin: 4% auto 2% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 40px;
    line-height: 32px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1350px) {
  /*===================== 
	nav styles 
=======================*/
  nav.primary {
    font-size: 22px;
  }
  nav > ul > li {
    padding: 7px 10px;
  }
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 5% auto 1% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 40px;
    line-height: 32px;
  }
  .truck_button {
    margin: 4% auto 1% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 40px;
    line-height: 32px;
  }
  .trailer_button {
    margin: 4% auto 1% auto;
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 40px;
    line-height: 32px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1250px) {
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 5% auto 1% auto;
    padding-top: 12%;
    padding-bottom: 13%;
    font-size: 38px;
    line-height: 32px;
  }
  .truck_button {
    margin: 4% auto 1% auto;
    padding-top: 12%;
    padding-bottom: 13%;
    font-size: 38px;
    line-height: 32px;
  }
  .trailer_button {
    margin: 4% auto 1% auto;
    padding-top: 12%;
    padding-bottom: 13%;
    font-size: 38px;
    line-height: 32px;
  }
  /*===================== 
        footer styles 
    =======================*/
  .footer-contact {
    font-size: 16px;
    padding: 5% 0;
    margin: 0 auto;
    width: 100%;
  }
  .footer-title {
    font-size: 28pt;
  }
  .footer-icon {
    width: 2.5%;
  }
  a.footerlink:link, a.footerlink:visited, a.footerlink:active {
    font-size: 16px;
  }
  .copyright {
    font-size: 12px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  /*===================== 
	header styles 
=======================*/
  .carterlogo {
    width: 65%;
    height: 65%;
  }
  .tagline {
    font-size: 25.5px;
  }
  /*===================== 
	nav styles 
=======================*/
  nav.primary {
    font-size: 17px;
  }
  nav > ul > li {
    padding: 6px 10px;
  }
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 5% auto 1% auto;
    padding-top: 12%;
    padding-bottom: 13%;
    font-size: 35px;
    line-height: 28px;
  }
  .truck_button {
    margin: 4% auto 1% auto;
    padding-top: 12%;
    padding-bottom: 13%;
    font-size: 35px;
    line-height: 28px;
  }
  .trailer_button {
    margin: 4% auto 1% auto;
    padding-top: 12%;
    padding-bottom: 13%;
    font-size: 35px;
    line-height: 28px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  /*========================= 
	 Header styles 
===========================*/
  .carterlogo {
    width: 35%;
    height: 35%;
    margin: auto;
	  padding: 0 !important;
  }
  .carter-logo-mobile {
    text-align: center;
  }
  /*========================= 
	 Nav styles 
===========================*/
  .mobile-phone {
    float: left;
    color: #4d9249 !important;
  }
  .headercontact-link {
    color: #4d9249 !important;
  }
  .fas .fa-phone-mobile {
    color: #4d9249 !important;
  }
  .mobile-tagline {
    color: white;
    text-align: center;
    font-family: 'Yesteryear', cursive;
    font-size: 24px;
    padding: 1% 0% 2% 0%;
  }
  #menu-button {
    background-color: white;
  }
  #menu-button a {
    color: #4d9249;
  }
  .head-logo {
    text-align: center;
    width: 100%;
  }
  .head-logo img {
    padding: 0 !important;
  }
  .left-side {
    display: none;
  }
	
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 1% auto;
    padding-top: 5%;
    padding-bottom: 6%;
    font-size: 45px;
    line-height: 38px;
  }
  .truck_button {
    margin: 1% auto;
    padding-top: 5%;
    padding-bottom: 6%;
    font-size: 45px;
    line-height: 38px;
  }
  .trailer_button {
    margin: 1% auto;
    padding-top: 5%;
    padding-bottom: 6%;
    font-size: 45px;
    line-height: 38px;
  }
  /*===================== 
	content styles 
=======================*/
  .hero-holder {
    text-align: center
  }
  .hero {
    padding: 1.5%;
    width: 70%;
  }
  /*===================== 
	footer styles 
=======================*/
  .footer-info, .footer-info-link {
    line-height: 35px;
    color: #fff !important;
  }
  /*===================== 
	form styles 
=======================*/
  .contact_form {
    margin: 5px auto;
  }
  .contact-header {
    font-size: 36px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  /*========================= 
	 Header styles 
===========================*/
  .carterlogo {
    width: 40%;
    height: 40%;
  }
  /*========================= 
	 Nav styles 
===========================*/
  .mobile-phone {
    float: left;
    color: #4d9249;
  }
  .fa-phone-mobile {
    color: #4d9249;
  }
  .mobile-tagline {
    color: white;
    text-align: center;
    font-family: 'Yesteryear', cursive;
    font-size: 24px;
    padding: 1% 0% 2% 0%;
  }
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 1% auto;
    padding-top: 10%;
    padding-bottom: 11%;
    font-size: 36px;
    line-height: 30px;
  }
  .truck_button {
    margin: 1% auto;
    padding-top: 10%;
    padding-bottom: 11%;
    font-size: 36px;
    line-height: 30px;
  }
  .trailer_button {
    margin: 1% auto;
    padding-top: 10%;
    padding-bottom: 11%;
    font-size: 36px;
    line-height: 30px;
  }
  /*===================== 
	content styles 
=======================*/
  .hero {
    padding: 1.5%;
    width: 100%;
  }
  /*===================== 
    footer styles 
=======================*/
  .footer-icon {
    width: 3.5%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {
  /*========================= 
	 Header styles 
===========================*/
  .carterlogo {
    width: 45%;
    height: 45%;
  }
  /*========================= 
	 Nav styles 
===========================*/
  .mobile-tagline {
    font-size: 20px;
    padding: 1% 0% 2% 0%;
  }
  .headercontact-link {
    font-size: 16px;
  }
  /*===================== 
    footer styles 
=======================*/
  .footer-icon {
    width: 5%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  /*========================= 
	 Button Styles 
===========================*/
  .construction_button {
    margin: 1% auto;
    padding-top: 10%;
    padding-bottom: 11%;
    font-size: 28px;
    line-height: 24px;
  }
  .truck_button {
    margin: 1% auto;
    padding-top: 10%;
    padding-bottom: 11%;
    font-size: 28px;
    line-height: 24px;
  }
  .trailer_button {
    margin: 1% auto;
    padding-top: 10%;
    padding-bottom: 11%;
    font-size: 28px;
    line-height: 24px;
  }
  /*===================== 
	form styles 
=======================*/
  .contact-header {
    font-size: 28px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}