@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

/*main*/
main {
  min-height: calc(100vh - 160px - 500px);
}


/* home */
.hero-box {
  width: 100%;
  height: 430px;
  padding: 0;
  display: flex;
}

.hero-box .hero {
  width: 100%;
  height: 330px;
  background-image: url("../images/mining.png");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
}

.hero-box .hero-overlap {
  height: 330px;
  background-image: url("../images/faded-cover.png");
  background-size: 100% 100%;
  display: flex;
}

.hero-box .hero-div {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
}

.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 50px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 50px;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: 40%;
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 285px;
      height: 415px;
      margin: 10px;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 300px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    flex: 1;  
	width: 300px;
	margin: 20px 50px 0 0;
	height: 750px;
    float: left;
    padding: 30px;
    background: #f9f9f9;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    }


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 250px;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 35px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
    }

.product-section {
    display: flex;
	margin: 50px 50px 50px 50px;
	width: 100%;
}

.products {
	width:1500px;
	margin: 0px;
	padding: 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: relative;
  	height: 12.25%;
  	width: 12.29%;
  	top: 58.5%;
	left: 44%;
	right: 39.23%;
}
.cta-text {
  	position: relative;
  	height: 23%;
  	top: 29.5%;
	left: 20%;
  	font-size: 40px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;	
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Desktop 1400px-1600px*/
@media (min-width:1400px) and (max-width: 1600px){

/* home */
.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: calc(50% - 150px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 285px;
      height: 415px;
      margin: 10px;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 300px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    flex: 1;  
	width: 300px;
	margin: 20px 50px 0 0;
	height: 750px;
    float: left;
    padding: 30px;
    background: #f9f9f9;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    }


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 250px;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 35px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
    }

.product-section {
    display: flex;
	margin: 50px 50px 50px 50px;
	width: 100%;
}

.products {
	width:1500px;
	margin: 0px;
	padding: 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: relative;
  	height: 12.25%;
  	width: 12.29%;
  	top: 58.5%;
	left: 45%;
	right: 39.23%;
}
.cta-text {
  	position: relative;
  	height: 23%;
  	top: 29.5%;
	left: calc(50% - 475px);
  	font-size: 40px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;	
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint 1200px-1400px*/
@media (min-width:1200px) and (max-width: 1400px){

/* home */
.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: calc(50% - 150px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 285px;
      height: 415px;
      margin: 10px;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 300px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    flex: 1;  
	width: 300px;
	margin: 20px 50px 0 0;
	height: 750px;
    float: left;
    padding: 30px;
    background: #f9f9f9;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    }


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 250px;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 35px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
    }

.product-section {
    display: flex;
	margin: 50px 50px 50px 50px;
	width: 100%;
}

.products {
	width:1500px;
	margin: 0px;
	padding: 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: relative;
  	height: 12.25%;
  	width: 20%;
  	top: 58.5%;
	left: 40%;
	right: 39.23%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 29.5%;
  	left: calc(50% - 475px);
  	font-size: 40px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 950px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint 1000px-1199px*/
@media (min-width:1000px) and (max-width: 1199px){

/* home */
.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: calc(50% - 150px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 285px;
      height: 415px;
      margin: 10px;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 300px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    flex: 1;  
	width: 300px;
	margin: 20px 40px 0 0;
	height: 750px;
    float: left;
    padding: 30px;
    background: #f9f9f9;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    }


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 250px;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 35px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
    }

.product-section {
    display: flex;
	margin: 50px 20px 50px 20px;
	width: 100%;
}

.products {
	width: 1000px;
	margin: 0;
	padding: 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: relative;
  	height: 12.25%;
  	width: 20%;
  	top: 58.5%;
	left: 40%;
	right: 39.23%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 29.5%;
  	left: calc(50% - 475px);
  	font-size: 40px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 950px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint 898px-999px*/
@media (min-width:898px) and (max-width: 999px){

/* home */
.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: calc(50% - 150px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 230px;
      height: 360px;
      margin: 10px;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 220px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    flex: 1;  
	width: 300px;
	margin: 20px 40px 0 0;
	height: 750px;
    float: left;
    padding: 30px;
    background: #f9f9f9;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
    }


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 250px;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 35px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
    }

.product-section {
    display: flex;
	margin: 50px 20px 80px 20px;
	width: 100%;
}

.products {
	width: 700px;
	margin: 0;
	padding: 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: relative;
  	height: 12.25%;
  	width: 20%;
  	top: 58.5%;
	left: 40%;
	right: 39.23%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 29.5%;
  	left: calc(50% - 475px);
  	font-size: 40px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 950px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint 700px-897px*/
@media (min-width:700px) and (max-width: 897px){

/* home */
.hero-box .hero-cable-controls {
  position: relative;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: calc(50% - 150px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 230px;
      height: 360px;
      margin:1%;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 220px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    width: 90%;
    margin: 20px;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 100%;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 30px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
}

.product-section {
    display: flex;
    flex-direction: column;
    margin: 50px 30px 80px 30px;
    width: 100%;
}

.products {
	width: 100%;
    margin: 0;
    padding: 20px 0px 0px 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: absolute;
  	height: 12.25%;
  	width: 30%;
  	top: 60%;
    bottom: 29.25%;
  	left: 35%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 29.5%;
  	left: calc(50% - 325px);
  	font-size: 35px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 650px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint 500px-699px*/
@media (min-width:500px) and (max-width: 699px){

/* home */
.hero-box .hero-cable-controls {
  position: absolute;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 70px;
  width: 100%;
  top: -15%;
}

.hero-btn {
  position: relative;
  width: 300px;
  height: 50px;
  top: -250px;
  left: calc(50% - 150px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 200px;
      height: 340px;
      margin: 2%;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 180px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  font-family: Lato;
  color: #000;
  text-align: left;
  width: 100%;
}

.sidebar {
    width: 83%;
    margin: 20px;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 100%;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 30px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
}

.product-section {
    display: flex;
    flex-direction: column;
    margin: 50px 30px 80px 30px;
    width: 100%;
}

.products {
	width: 90%;
    margin: 0;
    padding: 20px 0px 0px 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: absolute;
  	height: 12.25%;
  	width: 100%;
  	top: 65%;
    bottom: 29.25%;
  	left: 0%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 25%;
  	left: calc(50% - 225px);
  	font-size: 35px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 450px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint 380px-499px*/
@media (min-width:380px) and (max-width: 499px){

/* home */
.hero-box .hero-cable-controls {
  position: absolute;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 40px;
  width: 70%;
  left: 12%;
  top: -15%;
}
.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 40px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 40px;
}
.hero-btn {
  position: relative;
  width: 380px;
  height: 50px;
  top: -250px;
  left: calc(50% - 200px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 140px;
      height: 230px;
      margin: 2%;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 120px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  visibility: hidden;
}

.sidebar {
    width: 83%;
    margin: 0px;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 100%;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 30px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
}

.product-section {
    display: flex;
    flex-direction: column;
    margin: 50px 30px 80px 30px;
    width: 100%;
}

.products {
	width: 100%;
    margin: 0;
    padding: 20px 0px 0px 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: absolute;
  	height: 12.25%;
  	width: 100%;
  	top: 65%;
    bottom: 29.25%;
  	left: 0%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 25%;
  	left: calc(50% - 190px);
  	font-size: 30px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 380px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/* Breakpoint - mobile view - max 380*/
@media (max-width: 380px){
/* home */
.hero-box .hero-cable-controls {
  position: absolute;
  font-family: "Lato-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 40px;
  width: 90%;
  top: -15%;
}
.hero-box .hero-text {
  color: #ffffff;
  font-family: lato;
  font-size: 40px;
  text-align: center;
}

.hero-box .hero-span {
  color: #8bffce;
  font-family: lato;
  font-size: 40px;
}
.hero-btn {
  position: relative;
  width: 380px;
  height: 50px;
  top: -250px;
  left: calc(50% - 200px);
  right: 0;
  align-content: center;
  text-align: center;
}

.download-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #8bffce;
    font-family: 'Lato-bold', sans-serif;
    font-size: 18px;
    border-left-width: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}
.download-btn:hover {
  background-color: #ffffff;
  color: #21553f;
  border: 1px solid #8bffce;
  border-left-width: 10px;
  padding: 10px 20px;
}

/*products*/
.product-card {
      width: 140px;
      height: 230px;
      margin: 2%;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
      display: inline-block;
      vertical-align: top;
      background-color: #F4F5F7;
    }

.product-card img {
      max-width: 100%;
      height: 120px;
      background-color: white;
    }
    
.product-card h4{
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  font-family: Lato;
  color: #21553f;
  text-align: left;
}

.product-card p {
  visibility: hidden;
}

.sidebar {
    width: 83%;
    margin: 0px;
    padding: 30px;
    background: #f9f9f9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}


.category {
  	position: relative;
  	font-size: 32px;
  	color: #191919;
}
.title-lines {
  	position: relative;
  	height: 15px;
  	width: 180px;
  	top: -10px;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
}
.category-title {
  	position: relative;
  	width: 200px;
  	font-size: 26px;
  	color: #21553f;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    line-height: 40px;
}


.filter-btn {
  background-color: transparent;
  color: #21553F;
  width: 100%;
  border: 1px solid #21553F;
  font-family: 'Lato-bold', sans-serif;
  font-size: 16px;
  line-height: 30px;
  border-left-width: 10px;
  text-decoration: none;
  padding: 1px 20px;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.filter-btn:hover {
  background-color: #21553F;
  color: #fff;
} 

.active-filter {
    background-color: #21553F;
    color: white;
	text-decoration: none;
	text-decoration-color: white;
}

.product-section {
    display: flex;
    flex-direction: column;
    margin: 50px 30px 80px 30px;
    width: 100%;
}

.products {
	width: 100%;
    margin: 0;
    padding: 20px 0px 0px 0px;
}

/* Call to action*/
.double-divider {
  	position: absolute;
  	height: 6.37%;
  	width: 21.46%;
  	top: -3.5%;
  	right: 39.31%;
  	bottom: 0%;
  	left: 39.24%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
	z-index: 1;
}

.quote {
  	position: absolute;
  	height: 12.25%;
  	width: 100%;
  	top: 65%;
    bottom: 29.25%;
  	left: 0%;
}
.cta-text {
    position: absolute;
  	height: 23%;
  	top: 25%;
  	left: calc(50% - 160px);
  	font-size: 30px;
  	line-height: 44px;
  	display: inline-block;
  	color: #8bffce;
  	text-align: center;
  	width: 320px;
}

.call-to-action {
  	width: 100%;
	display: flex;
  	position: relative;
  	height: 400px;
  	font-size: 22px;
  	color: #fff;
  	font-family: Lato;
	background-image: url("../images/lawn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.call-to-action::before {
  content:"";
  background-color: rgba(25,25,25,0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
