html {
	scroll-behavior: smooth;
	width: 100%;
	overflow-x: hidden;
}

body {
	background: #ECECF3;
}

/*globals*/
h2 {
	font-size: 3em;
	text-transform: capitalize;
	font-weight: 700;
	text-shadow: 0px 0px 500px rgba(0, 0, 0, 0.4);


}

p {
	font-size: 1.2em;
	text-shadow: 0px 0px 500px rgba(0, 0, 0, 0.4);
}

#red {
	color: #800000;
}

#rot-r-20 {
	transform: rotate(20deg);
}

#rot-l-20 {
	transform: rotate(-20deg);
}

#bgcLo {
	background: #cc6600;
}

#bgcPh {
	background: #ff715d;
}

#bgcBn {
	background: #603B2A;
	color: #FFFFFF;
}
#bgcGn{
	background: #78A062;
}
#BgcBl{
	background: #2a4d65;
}

.fill-wrapper img {
	width: 100%;
}

.navbar {
	background: #800000;
	min-height: 75px;
}

.nav-item {
	padding: 0px 25px 0px 25px;
	border-right: solid 1px #FFFFFF;
}

.nav-item:last-of-type {
	border-right: none;

}

.nav-item a {
	color: #FFF;
	font-weight: 500;

}

.nav-item a:hover {
	font-weight: 700;
	font-size: 0.95em;
}

.logo-wrapper img {
	width: 125px;
	margin-left: 50px;
	z-index: 5 !important;
}

.added-art img {
	position: absolute;
	width: 35%;
	right: 0;
	top: 0px;
	z-index: -1;

}

.added-art-again img {
	position: relative;
	width: 30%;
	left: -5%;
	z-index: -1;
	position: absolute;

}

.home-head {
	margin-top: 120px;
	/*margin-bottom: 60px;*/
}

.home-blurt-wrapper {
	margin-top: 25px;
	/*margin-bottom: 120px;*/
	min-height: 150px;
	/*background-color: #78A062;*/
	background-color: #2a4d65;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	text-transform: uppercase;
	font-weight: 600;
	/*box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3);*/
}

.home-product-wrapper {
	margin-top: 150px;
	margin-bottom: 150px;
}

.home-product-wrapper span {
	color: #2a4d65;
	font-weight: 600;
}

.brand-img-wrap img {
	width: 150%;
}

.brand-wrap {
	padding: 15px;
	

}

#modify img {
	margin-left: -75px;
}

.closing-wrap {
	width: 100%;
}

.closing-wrap img {
	width: 50%;
}

.prod-cover-wrapper img{
	margin-top: -150px;
	position: relative;
	width: 75%;
	z-index: -2;
}
.product-wrapper{
	margin-top: 50px;
	margin-bottom: 150px;
	/* Creates three columns */
	column-count: 3; 
	/* OR, creates as many columns as will fit with a minimum width of 200px */
	column-width: 33%;
	
	color:#FFFFFF;
}
.prod-wrap{
	box-shadow: 0px 0px 75px rgba(0,0,0,0.3);
	/*width: 96%;*/
	margin:5% 2%;
	padding: 15px;
	/*background: #78A062;*/
	color: #FFFFFF;
	display: inline-flex;
	/*height: 375px;*/
 	break-inside: avoid;
 	border-radius: 5px;
}
/*.prod-wrap:nth-child(1n + 0){
	transform: rotate(-4deg);
}
.prod-wrap:nth-child(2n + 0){
	transform: rotate(5deg);

}
.prod-wrap:nth-child(3n + 0){
	transform: rotate(2deg);

}
.prod-wrap:nth-child(4n + 0){
	transform: rotate(-3deg);

}*/
.prod-wrap:first-of-type{
	/*margin-top: 5px;*/
}
.prod-desc,
.prod-img{
	width: 50%;
	margin-top: 10px;
}

.prod-wrap img{
	height: 250px;
}
.prod-wrap p{
	font-size: 1em;
/*	height: 300px;
	overflow-x: scroll;*/
}
.prod-wrap table tr td{
	font-size: 0.8em;
	color: #FFFFFF;

}
.prod-wrap small{
	margin-top: 15px;
	
}
.prod-title{
	border-bottom:solid 2px #ECECF3;
	padding: 2px;
	width: 100%;
	
}
.prod-wrap h4{
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: capitalize;
}
.prod-serve{
	width: 100%;
	padding: 5px;
	border-top:solid 2px #ECECF3;
	color: #FFFFFF;
}

.up-button img {
	position: fixed;
	top: 90%;
	left: 95%;
	z-index: 50;
}

.foot-logo-wrap img {
	margin-top: 0;
	width: 50%;
	margin-top: -25px;
}

.foot {
	background-color: #800000;
	min-height: 20%;
	color: #FFFFFF;
	font-weight: 400;
	padding: 25px;
}

.foot a {
	color: #FFFFFF;
}

.foot a:hover {
	font-weight: 600;
}

.foot-contact-wrap ul li {
	list-style: none;
	margin-top: 25px;
}

.foot-info p {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;

}

.foundation {
	padding: 15px;
	background: #593d3a;
	color: #FFFFFF;
}


@media (max-width: 768px) {
	.brand-img-wrap img {
		width: 95%;
	}

	.added-art-again img,
	.added-art img {
		width: 50%;
	}

	.logo-wrapper img {
		margin-left: 15px;
		z-index: 5;
	}
	.product-wrapper{
	
	/* Creates three columns */
	column-count: 1; 
	/* OR, creates as many columns as will fit with a minimum width of 200px */
	column-width: 100%;
	}
	.m-dev{
		width: 100%;
		border-top: solid 2px #ECECF3;
	}

}