body {
    font-family: 'Noto Sans', sans-serif;  /* ft - 3.3.20 */
	display: grid;
	/* grid-template-rows: auto 1fr auto;  */
    grid-template-rows: 1fr auto 1fr;
	overflow-x: hidden;
	transition: margin-left .4s;
    background-image: url(/images/bg-rocks.jpg);

}

.hero {
    justify-content: flex-start;
    min-height: 40rem;

}

.hero h1 {
    font-size: 5em;
    margin: 0.6em 1em 0 1em;
}

.hero h3 { margin-bottom: 4rem; }
.hero p { 
    font-size: 2em;
    margin-top: 0;
    max-width: 75%;
}

.top-btns {
    margin-top: 1em;
}

#itembar {
    background-color: #042F44;
    min-height: 3rem;
}

main {
	margin: auto;
	width: 77%;
    background-color: #F5F5F5;
-webkit-box-shadow: 0px 18px 62px 30px rgba(0,0,0,1);
-moz-box-shadow: 0px 18px 62px 30px rgba(0,0,0,1);
box-shadow: 0px 18px 62px 30px rgba(0,0,0,1);
    
    /* min-height: 58vh; */
}

.items {
	display: grid;
    grid-gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 6rem;
    width: 95%;
    margin: 0 auto;

}
.items .card {
	text-align: center;
	justify-self: center;
	padding-top: 2.5rem;
}
.items .card:last-child { margin-right: 0; }

@media(max-width: 750px) {
	.items {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.card img { 
    margin: 0 auto;
}

.feature {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 3rem 0;
}

.feature > div,
.feature > img { padding: 1rem; }

.footer {
	background: #042F44;
	color: #eee;
	display: flex;
	justify-content: space-evenly;
	padding: 2rem;
	text-align: center;
}
.footer a { color: #eee; }
.footer a:hover { color: #f8ed31; }
@media (max-width: 37.5em) {
	.footer {
	  justify-content: initial;
	  flex-direction: column;
	}
}

/* -------------------------  */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 77%;
    margin: 0 auto;
    background: #F5F5F5;

    /*
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
        
    grid-auto-rows: minmax(100px, auto);
    justify-items: center;  /* default  adjust horizontal */
/*
    align-items: center; 
   
    justify-content: center;
    */

}

header div {
    padding: 1em;
    text-align: center;
    align-content: center;
    
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    */

}

header div img {
    margin: 0 auto;
}

header div:nth-child(1) img {
    margin-bottom: .5em;
    margin-top: .5em;

}

#descriptor {
    font-style: italic;
    font-size: .9em;
}

nav {

}

.navbar {
    
    background: #044439;
    border-bottom: 5px #f8ed31 solid;
    width: 77%;
    margin: 0 auto;
    height: 100%;
    max-height: 52.2px;
    padding: 1rem;
    text-align:center;
    justify-content: center;
}

.showcase {
    background: url(../images/NYE-WoodShear-2.jpg);
    background-size: 100% 100%;
    height: 422px;
    margin: 0 auto 2.4em auto;

}

.showcase .info {
     /* background: red;  */
     width: 43%;
     float: right;
     position: relative;
     top: 6em;
     left: -12em;
     text-align: center;
     color: #f8ed31;
     text-transform: uppercase;

}

.info div {
    padding: 0;
    line-height: 1em;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Teko', sans-serif;

}

.info div:nth-child(1) {
    font-size: 3em;
}

.info div:nth-child(2) {
    font-size: 7em;
}

.info div:nth-child(3) a {
    font-size: 2.6em;

}

.top-cards {
    /*  background: red;  */
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
    height: 100em;
    width: 95%;
    margin: 0 auto;
}

.top-cards > div > div {
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(4,68,57,.7);

}

.top-cards > div > div a {
    color: #fff;
}

.top-cards > div {
    border: 3px #042f44 solid;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top-cards > div:nth-child(1) {
    background-image: url(../images/NYE-30CP47-Concrete-Crusher.jpg);
}
.top-cards > div:nth-child(2) {
    background-image: url(../images/OMEF-BIG-INCH-Feller-Buncher.jpg);
}
.top-cards > div:nth-child(3) {
    background-image: url(../images/Pladdett-PRG3-Grapple.jpg);
    background-position: left;
}
.top-cards > div:nth-child(4) {
    background-image: url(../images/REMU-EX180-Screen.jpg);
}
.top-cards > div:nth-child(5) {
    background-image: url(../images/Rock-Tools-RTS10-Concrete-Saw.jpg);
}
.top-cards > div:nth-child(6) {
    background-image: url(../images/NYE-WoodShear.jpg);
    background-position: left;
}



.btn {
    border-radius: 0rem;    
}

.btn.btn-gold {
  /* background: #ffc107;  */
  background: #f8ed31;
  border: none;
  color: #000;
}
.btn.btn-gold:hover {
  background: #d39e00;
  /* could be a lighter yello: ffda6d  */
}
.btn.btn-gold::before {
  background: #d39e00;
}

/*  #ffc425  Gehl yello  */

/*  NA Yello  #f8ed31  */


.btn.btn-win {
  background: #044439;
  border: none;
  color: #eee;

}

.btn.btn-win:hover {
  background: #077461;
}

.btn.btn-win::before {
  background: #077461;
}



#content {
    min-height: 55vh;

}

.item {
    display: flex;
    
    width: 95%;
    margin: .5em auto 1em auto;
    justify-content: space-between;
    align-items: flex-start;

}

.item > div {
    
    margin: 0.5em;
}

.item > div:nth-child(1) {
    width: 41%;
}
.item > div:nth-child(2) {
    width: 37%;   
}
.item > div:nth-child(3) {
    width: 22%;
    border: 2px #044439 solid;
   
}

.item h1 {
    line-height: 1em;
    font-size: 1.4em;
}
.item-label {
    font-weight: bold;

}

.add-to-cart {
    padding: 0 0.5em;
    display: flex;
    flex-direction: column;
}

.add-to-cart .price {
    line-height: 1em;
    font-size: .9em;

}

.add-to-cart .btn {
    width: 100%;
    margin: .5em 0 .5em 0;
}

.add-to-cart .btn-win {
    padding: 2rem 2rem;
}

.image-gallery {
    grid-template-columns: repeat(5, 1fr);
}

.thumb {
    border: 1px #044439 solid;
}

ul.breadcrumb, ol.breadcrumb {

    border-bottom: 0;
    display: flex;
    font-size: 1.2rem;
    list-style: none;
    margin: 0.2em 1rem;
    padding: 0.6rem 2rem 0 0;